The Tableau Game (Section 6.2 and 6.3) #
Defining the Tableau Game (Section 6.2) #
Equations
- termProver = Lean.ParserDescr.node `termProver 1024 (Lean.ParserDescr.symbol "Prover")
Instances For
Equations
- termBuilder = Lean.ParserDescr.node `termBuilder 1024 (Lean.ParserDescr.symbol "Builder")
Instances For
Equations
- tableauGame = { Pos := Sequent ⊕ Sequent × Formula × Rule, turn := sorry, moves := sorry, bound := sorry, bound_h := tableauGame.proof_1 }