From f58dec73ac7e656f88ff6e23f3e635c96286ae77 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 4 Aug 2013 19:19:24 +0100 Subject: [PATCH] merge: prove bases' children --- merge.tex | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/merge.tex b/merge.tex index 9daaa00..5bb0db2 100644 --- a/merge.tex +++ b/merge.tex @@ -27,6 +27,16 @@ satisfied; in particular, provided that $L \ge \baseof{R}$. \text{otherwise} : & \false \end{cases} }\] +\[ \eqn{ Base Merge }{ + L \in \pn \implies + \big[ + R \in \pn + \lor + R \in \foreign + \lor + R \in \pqy + \big] +}\] \[ \eqn{ Merge Acyclic }{ L \in \pn \implies @@ -314,3 +324,24 @@ $\qed$ Only relevant if $\isforeign{L}$, in which case $\isforeign{C}$ and by Foreign Merges $\isforeign{R}$, so Totally Foreign Contents applies. $\qed$ + +\subsection{Bases' Children} + +If $L \in \py, R \in \py$: not applicable for either $D=L$ or $D=R$. + +If $L \in \py, R \in \pn$: not applicable for $L$, OK for $R$. + +Other possibilities for $L \in \py$ are excluded by Tip Merge. + +If $L \in \pn, R \in \pn$: satisfied for both $L$ and $R$. + +If $L \in \pn, R \in \foreign$: satisfied for $L$, not applicable for +$R$. + +If $L \in \pn, R \in \pqy$: satisfied for $L$, not applicable for +$R$. + +Other possibilities for $L \in \pn$ are excluded by Base Merge. + +If $L \in \foreign$: not applicable for $L$; nor for $R$, by Foreign Merges. + -- 2.30.2