Documentation

Pdl.Completeness.Theorem

Completeness Proof (Section 6.4) #

theorem strmg (X : Sequent) (s : Strategy tableauGame Builder) (h : winning s (startPos X)) :
∃ (WS : Finset (Finset Formula)) (x : ModelGraph WS), ZWS, X.toFinsetZ

Theorem 6.21: If Builder has a winning strategy then there is a model graph. Uses BuildTree.toModel.

theorem modelExistence {X : Sequent} :
consistent X∃ (WS : Finset (Finset Formula)) (x : ModelGraph WS) (W : WS), X.toFinsetW

Helper for completeness. Uses gameP and strmg.

theorem Tableau.toUniformViaGame {X : Sequent} (Xfree : X.isFree) (tab : Tableau [] X) :
∃ (u_tab : Tableau [] X), u_tab.isUniform

If there is any tableau, then there is a uniform one. Proven via gameP and used to show interpolation.

Theorem 6.1