chiark / gitweb /
create base: strengthen create acyclic condition
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 12 Mar 2012 16:03:36 +0000 (16:03 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 12 Mar 2012 16:03:36 +0000 (16:03 +0000)
article.tex

index a7b27094e0fb09243c554881a1d588a13156b5d0..f7ce2c2ad0fcbfc0f45f63b522a8c16c195e4590 100644 (file)
@@ -537,7 +537,7 @@ Given $L$, create a Topbloke base branch initial commit $B$.
  \patchof{L} = \pa{L} \lor \patchof{L} = \bot
 }\]
 \[ \eqn{ Create Acyclic }{
- L \not\haspatch \pq
+ \pendsof{L}{\pqy} = \{ \}
 }\]
 
 \subsection{No Replay}
@@ -555,7 +555,8 @@ Not applicable.
 \subsection{Base Acyclic}
 
 Consider some $D \isin B$.  If $D = B$, $D \in \pqn$.
-If $D \neq B$, $D \isin L$, and by Create Acyclic
+If $D \neq B$, $D \isin L$, so by No Replay $D \le L$
+and by Create Acyclic
 $D \not\in \pqy$.  $\qed$
 
 \subsection{Coherence and Patch Inclusion}