X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topbloke-formulae.git;a=blobdiff_plain;f=traversal.tex;h=ab1e6d4ade011651642cbc61bf8ac5ab3e3a4aae;hp=407c60d7f84f19e94564928d05c35ef7e82d7659;hb=02d646dff7177c19756094eb179a5c324e268f3b;hpb=389264b61a113301ca87b6d17fe19dafdd50e9e9 diff --git a/traversal.tex b/traversal.tex index 407c60d..ab1e6d4 100644 --- a/traversal.tex +++ b/traversal.tex @@ -215,10 +215,23 @@ $L = W, \; R = \tipdy, \; M = \baseof{R} = \tipdn$. \item TODO CHOOSE/REFINE W AND S as was done during Ranking for bases \item $\alg{Merge}$ from $\tipcn$. That is, $L = W, \; -R = \tipcn$ and choose any suitable $M$. +R = \tipcn$ and $M = \baseof{W}$. \commitproof{ - $L = W$, $R = \tipcn$. + \condproof{Ingredients}{ + $M \le L$ is trivial. For $M \le R$ we want + $\tipcn \ge \baseof{W}$. + Well $W \in \set S^{\pcy}$ so $W \in \allreachof{\pcn}$ + and $W \in \pcy$. So $W \in \pendsof{\allreachof{\pcn}}{\pcy}$ + so Base Covers Reachable indeed + $\tipcn \ge \baseof{W}$. + } + \condproof{Tip Merge}{ Trivial. } + \condproof{Merge Acyclic}{ + By Base Acyclic, $\tipcn \nothaspatch \p$. + } + \condproof{Foreign Merges}{ Not applicable. } + TODO TBD Afterwards, $\baseof{W} = \tipcn$.