chiark / gitweb /
pancs, pends
[topbloke-formulae.git] / article.tex
index aac71afd06c5ee23b0d19afd563a6ec50f3858ea..e16ac24a2f616fa3b6fda8e52353b5da1d585e3f 100644 (file)
@@ -77,6 +77,17 @@ where the context requires a set, in which case the statement
 is to be taken as applying to both $\py$ and $\pn$.
 All these sets are distinct.
 
+\item[ $ \pancs{C}{\set P} $ ]
+$ \{ A \; | \; A \le C \land A \in \set P \} $ 
+i.e. all the ancestors of $C$
+which are in $\set P$.
+
+\item[ $ \pends{C}{\set P} $ ]
+$ \{ E \; | \; E \in \pancs{C}{\set P}
+  \land \mathop{\not\exists}_{A \in \pancs{C}{\set P}}
+  A \neq E \land E \le A \} $ 
+i.e. all $\le$-maximal commits in $\pancs{C}{\set P}$.
+
 \end{basedescript}
 
 \section{Invariants}