chiark / gitweb /
strategy: define W in Notation
[topbloke-formulae.git] / merge.tex
index 63817cad1f42cde111426bc749f892b1c020365b..ba7f0f84962b25b5da791f7508388de2c7e87124 100644 (file)
--- a/merge.tex
+++ b/merge.tex
@@ -131,6 +131,14 @@ $\qed$
 
 \subsection{Coherence and Patch Inclusion}
 
+$C$ satisfies
+\gathbegin
+  C \haspatch \p \lor C \nothaspatch \p
+\gathnext
+C \haspatch \p \equiv
+  \stmtmergeof{L \haspatch \p}{M \haspatch \p}{R \haspatch \p}
+\end{gather}
+which (given Coherence of $L$,$M$,$R$) is equivalent to
 $$
 \begin{cases}
   L \nothaspatch \p \land R \nothaspatch \p : & C \nothaspatch \p  \\
@@ -346,3 +354,4 @@ Other possibilities for $L \in \pn$ are excluded by Base Merge.
 
 If $L \in \foreign$: not applicable for $L$; nor for $R$, by Foreign Merge.
 
+$\qed$