Documentation

Pdl.LocalInterpolation

Partition Interpolants #

Interpolants for local rules #

theorem LoadRule.voc {χ : LoadFormula} {ress : List (List Formula × Option NegLoadFormula)} (lr : LoadRule (~'χ) ress) :
lfovoc ress χ.voc
theorem localRule_does_not_increase_vocab_L {Cond : Sequent} {B : List Sequent} (rule : LocalRule Cond B) (res : Sequent) :
res Bres.left.fvoc Cond.left.fvoc
theorem localRule_does_not_increase_vocab_R {Cond : Sequent} {B : List Sequent} (rule : LocalRule Cond B) (res : Sequent) :
res Bres.right.fvoc Cond.right.fvoc
def localInterpolantStep (lra : LocalRuleApp) (subθs : (c : Sequent) → c lra.CPartInterpolant c) :

Maehara's method for single-step local rule applications. This covers easy cases without any loaded path repeats. We do not use localRuleTruth to prove this, but the more specific lemmas oneSidedL_sat_down and oneSidedL_sat_down.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Interpolants for Local Tableau #

    def LocalTableau.interpolant {X : Sequent} (ltX : LocalTableau X) (endθs : (Y : Sequent) → Y endNodesOf ltXPartInterpolant Y) :
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For