Documentation

Pdl.TableauGame

The Tableau Game (Section 6.2 and 6.3) #

Defining the Tableau Game (Section 6.2) #

def Rule :
Equations
Instances For
    Equations
    Instances For
      Equations
      Instances For
        Equations
        Instances For
          theorem gameP (X : Sequent) (s : Strategy tableauGame Prover) (h : winning (Sum.inl X) s) :

          If Prover has a winning strategy then there is a closed tableau.

          From winning strategies to model graphs (Section 6.3) #

          theorem strmg (X : Sequent) (s : Strategy tableauGame Builder) (h : winning (Sum.inl X) s) :
          ∃ (WS : Finset (Finset Formula)) (mg : ModelGraph WS), X.toFinset WS

          If Builder has a winning strategy then there is a model graph.