Documentation

LeanPool.Lentil.ProofMode.Tactics.LeftRight

theorem TLA.ProofMode.Entails_or_left {σ : Type u} {hyps : List (NamedPred σ)} {a b : pred σ} :
Entails hyps aEntails hyps [tlafml|ab]
theorem TLA.ProofMode.Entails_or_right {σ : Type u} {hyps : List (NamedPred σ)} {a b : pred σ} :
Entails hyps bEntails hyps [tlafml|ab]

tlaLeft reduces a disjunctive proof-mode goal p ∨ q to its left disjunct p.

Equations
Instances For

    tlaRight reduces a disjunctive proof-mode goal p ∨ q to its right disjunct q.

    Equations
    Instances For