X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=trav-proofs.tex;h=f1993d31191fa6ec9798dc9a00bca0903540cc98;hb=0ef6782afa245b0744d82dc7ff2d5a34a1fe2dc1;hp=14f6cd8942edbc6af512430fa6be7042948d2218;hpb=8ee16bd8a84437fc51257805eb234c4dee054889;p=topbloke-formulae.git diff --git a/trav-proofs.tex b/trav-proofs.tex index 14f6cd8..f1993d3 100644 --- a/trav-proofs.tex +++ b/trav-proofs.tex @@ -3,5 +3,58 @@ For each operation called for by the traversal algorithms, we prove that the commit generation preconditions are met. +WIP WHAT ABOUT PROVING ALL THE TRAVERSAL RESULTS + +\subsection{Traversal Lemmas} + +Firstly, some lemmas. +\statement{Tip Correct Contents}{ + \tipcy \haspatch \pa E + \equiv + \pa E = \pc \lor \pa E \isdep \pc +} +\proof{ + For $\pc = \pa E$, Tip Own Contents suffices. + For $\pc \neq \pa E$, Exclusive Tip Contents + gives $D \isin \tipcy \equiv D \isin \baseof{\tipcy}$ + which by Correct Base $\equiv D \isin \tipcn$. +} + +\subsection{Base Dependency Merge, Base Sibling Merge} + +We do not prove that the preconditions are met. Instead, we check +them at runtime. If they turn out not to be met, we abandon +\alg{Merge-Base} and resort to \alg{Recreate-Base}. + +TODO COMPLETE MERGE-BASE STUFF + +WIP WHAT ABOUT PROVING ALL THE TRAVERSAL RESULTS + +\subsection{Recreate Base Beginning} + +\subsubsection{Create Acyclic} + +$L = \tipdy$ so + \subsection{Tip Base Merge} +$L = W$, $R = \tipcn$. + +TODO TBD + +Afterwards, $\baseof{W} = \tipcn$. + +\subsection{Tip Source Merge} + +In fact, we do this backwards: $L = S$, $R = W$. Since $S \in \pcy$, +the resulting $C \in \pcy$ and the remaining properties of the Merge +commit construction are symmetrical in $L$ and $R$ so this is fine. + +By the results of Tip Base Merge, $\baseof{W} = \tipcn$. + +By Base Ends Supreme, $\tipcn \ge \baseof{S}$ i.e. +$\baseof{R} \ge \baseof{L}$. + +Either $\baseof{L} = \baseof{M}$, or we must choose a different $M$ in +which case $M = \baseof{S}$ will suffice. +