chiark / gitweb /
wip exclusive haspatch - reorder notation
[topbloke-formulae.git] / notation.tex
index 04f8c2e7494017f901803559e2340260b5e00625..e5212fa43804240793e060e44f381fb7e8f8ef9b 100644 (file)
@@ -49,6 +49,10 @@ $ \pendsof{C}{\pn} = \{ \baseof{C} \} $ where $ C \in \py $.
 A partial function from commits to commits.
 See Unique Base, below.
 
+\item[ $ C \nothaspatch \p $ ]
+$\displaystyle \bigforall_{D \in \py} D \not\isin C $.
+~ Informally, $C$ has none of the contents of $\p$.
+
 \item[ $ C \zhaspatch \p $ ]
 $\displaystyle \bigforall_{D \in \py} D \isin C \equiv D \le C $.
 ~ Informally, $C$ has all the reachable contents of $\p$.
@@ -57,10 +61,6 @@ $\displaystyle \bigforall_{D \in \py} D \isin C \equiv D \le C $.
 $\displaystyle C \zhaspatch \p \land \exists_{D \in \py} D \le C $.
 ~ Informally, $C$ nontrivially has all the reachable contents of $\p$.
 
-\item[ $ C \nothaspatch \p $ ]
-$\displaystyle \bigforall_{D \in \py} D \not\isin C $.
-~ Informally, $C$ has none of the contents of $\p$.
-
 Note that $\zhaspatch$ and $\nothaspatch$ are not mutually exclusive.
 $\haspatch$ and $\nothaspatch$ are.