Documentation

Pdl.Completeness

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.bothSides.toFinset Z

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.bothSides.toFinset W

Helper for completeness. Uses gameP and strmg.

Theorem 6.1