Documentation

Cslib.Logics.LinearLogic.CLL.CutElimination

def Cslib.CLL.Proof.cutFree {Atom : Type u} {Γ : Sequent Atom} (p : Logic.InferenceSystem.derivation Γ) :
Bool

A proof is cut-free if it does not contain any applications of rule cut.

Equations
Instances For
    @[reducible, inline]
    abbrev Cslib.CLL.CutFreeProof {Atom : Type u} (Γ : Sequent Atom) :

    A CutFreeProof is a Proof without cuts (applications of Proof.cut).

    Equations
    Instances For