chiark / gitweb /
remove a spurious \newpage
[topbloke-formulae.git] / article.tex
index dc0ca18db3e09445c53e962b05e508821199b607..763cd820403b748450ebd50a30ef49f816ccf538 100644 (file)
@@ -157,7 +157,7 @@ See Unique Base, below.
 
 \item[ $ C \haspatch \p $ ]
 $\displaystyle \bigforall_{D \in \py} D \isin C \equiv D \le C $.
-~ Informally, $C$ has the contents of $\p$.
+~ Informally, $C$ has all the reachable contents of $\p$.
 
 \item[ $ C \nothaspatch \p $ ]
 $\displaystyle \bigforall_{D \in \py} D \not\isin C $.
@@ -183,7 +183,7 @@ $\displaystyle D \isin C \equiv
 $
 
 \end{basedescript}
-\newpage
+
 \section{Invariants}
 
 We maintain these each time we construct a new commit. \\
@@ -823,15 +823,15 @@ $L \in \pn$, $R \in \pry$, $M = \baseof{R}$.
 }\]
 \[ \eqn{ Removal Merge Ends }{
     X \not\haspatch \p \land
-    Y \haspatch \p \land
-    M \haspatch \p
+    M \haspatch \p \land
+    Y \haspatch \p
   \implies
     \pendsof{Y}{\py} = \pendsof{M}{\py}
 }\]
 \[ \eqn{ Addition Merge Ends }{
     X \not\haspatch \p \land
-    Y \haspatch \p \land
-    M \nothaspatch \p
+    M \nothaspatch \p \land
+    Y \haspatch \p
    \implies \left[
     \bigforall_{E \in \pendsof{X}{\py}} E \le Y
    \right]