Documentation

Foundation.Propositional.Hilbert.Basic

structure LO.Propositional.Hilbert (α : Type u_2) :
Type u_2
Instances For
    Equations
    Instances For
      Equations
      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          inductive LO.Propositional.HilbertProof {α : Type u_1} (Λ : Hilbert α) :
          Formula αType u_1
          Instances For
            @[implicit_reducible]
            Equations
            • One or more equations did not get rendered due to their size.
            theorem LO.Propositional.Hilbert.of_schema {α : Type u_1} {H : Hilbert α} {φ : Formula α} (h : φ H) :
            H φ
            theorem LO.Propositional.Hilbert.of_le {α : Type u_1} {H₁ H₂ : Hilbert α} {φ : Formula α} (h : H₁.schemaH₂.schema) :
            H₁ φH₂ φ
            theorem LO.Propositional.Hilbert.weakerThan_of_le {α : Type u_1} {H₁ H₂ : Hilbert α} (h : H₁.schemaH₂.schema) :
            H₁ H₂
            theorem LO.Propositional.Hilbert.subst {α : Type u_1} {φ : Formula α} {H : Hilbert α} (s : Substitution α) :
            H φH φs
            def LO.Propositional.Hilbert.ofProofSchema {α : Type u_1} {H₁ H₂ : Hilbert α} {φ : Formula α} (h : H₂ ⊢!* H₁.schema) :
            H₁ ⊢! φH₂ ⊢! φ
            Equations
            Instances For
              theorem LO.Propositional.Hilbert.of_proof_schema {α : Type u_1} {H₁ H₂ : Hilbert α} {φ : Formula α} (h : H₂ ⊢* H₁.schema) :
              H₁ φH₂ φ
              theorem LO.Propositional.Hilbert.weakerThan_of_provable_schema {α : Type u_1} {H₁ H₂ : Hilbert α} (h : H₂ ⊢* H₁.schema) :
              H₁ H₂
              @[reducible, inline]
              abbrev LO.Propositional.Hilbert.logic {α : Type u_1} (H : Hilbert α) :
              Equations
              Instances For
                theorem LO.Propositional.Hilbert.mem_logic_of_proof {α : Type u_1} {H : Hilbert α} {φ : Formula α} (h : H ⊢! φ) :
                φ H.logic
                theorem LO.Propositional.Hilbert.mem_logic_of_provable {α : Type u_1} {H : Hilbert α} {φ : Formula α} (h : H φ) :
                φ H.logic
                theorem LO.Propositional.Hilbert.provable_of_mem_logic {α : Type u_1} {H : Hilbert α} {φ : Formula α} (h : φ H.logic) :
                H φ
                @[reducible, inline]
                abbrev LO.Propositional.Int {α : Type u_1} :
                Equations
                Instances For
                  @[reducible, inline]
                  abbrev LO.Propositional.Cl {α : Type u_1} :
                  Equations
                  Instances For