chiark / gitweb /
create base fix base acyclic and condition
[topbloke-formulae.git] / article.tex
index 44942ff2e6524da61a2d7cce059d249ab88aec61..85e09e1c470a695becbf92bfa58fcaad0dc000e8 100644 (file)
@@ -475,7 +475,7 @@ Given $L$, create a Topbloke base branch initial commit $B$.
  \patchof{L} = \pa{L} \lor \patchof{L} = \bot
 }\]
 \[ \eqn{ Non-recursion }{
- L \not\in \pa{Q}
+ L \not\haspatch \pa{Q}
 }\]
 
 \subsection{No Replay}
@@ -492,14 +492,9 @@ Not applicable.
 
 \subsection{Base Acyclic}
 
-Consider some $D \isin B$.  If $D = B$, $D \in \pn$, OK.
-
-If $D \neq B$, $D \isin L$.  By No Replay of $D$ in $L$, $D \le L$.
-Thus by Foreign Contents of $L$, $\patchof{D} = \bot$.  OK.
-
-xxx this is wrong
-
-$\qed$
+Consider some $D \isin B$.  If $D = B$, $D \in \pan{Q}$.
+If $D \neq B$, $D \isin L$, and by Non-recursion
+$D \not\in \pay{Q}$.  $\qed$
 
 \subsection{Coherence and Patch Inclusion}