chiark / gitweb /
foreign notation: introduce \isforeign
[topbloke-formulae.git] / lemmas.tex
index 72e00d61fc5b23d82252989bc578c8f18596a289..83fc3f69d6048a9446271e5e235bc3dcae792afc 100644 (file)
@@ -175,12 +175,12 @@ $$
   \right]
  \implies
   \left[
-   \bigforall_{D \text{ s.t. } \patchof{D} = \foreign}
+   \bigforall_{D \text{ s.t. } \isforeign{D}}
      D \isin C \equiv D \le C
   \right]
 $$
 \proof{
-Consider some $D$ s.t. $\patchof{D} = \foreign$.
+Consider some $D$ s.t. $\isforeign{D}$.
 If $D = C$, trivially true.  For $D \neq C$,
 by Foreign Inclusion of $D$ in $L$, $D \isin L \equiv D \le L$.
 And by Exact Ancestors $D \le L \equiv D \le C$.
@@ -192,20 +192,20 @@ Given conformant commits $A \in \set A$,
 $$
    \left[
     C \hasparents \set A \land
-    \patchof{C} = \foreign \land
-      \bigforall_{A \in \set A} \patchof{A} = \foreign
+    \isforeign{C} \land
+      \bigforall_{A \in \set A} \isforeign{A}
    \right]
   \implies
    \left[
   \bigforall_{D}
     D \le C
    \implies
-    \patchof{D} = \foreign
+    \isforeign{D}
    \right]
 $$
 \proof{
-Consider some $D \le C$.  If $D = C$, $\patchof{D} = \foreign$ trivially.
+Consider some $D \le C$.  If $D = C$, $\isforeign{D}$ trivially.
 If $D \neq C$ then $D \le A$ where $A \in \set A$.  By Foreign
-Contents of $A$, $\patchof{D} = \foreign$.
+Contents of $A$, $\isforeign{D}$.
 }