Documentation

Stlc.basics

inductive Typ :
Instances For
    instance instReprTyp :
    Equations
    inductive Trm :
    Instances For
      instance instReprTrm :
      Equations
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def Trm.subst (x : ) (a : Trm) :
        TrmTrm
        Equations
        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            def Trm.fv :
            Equations
            Instances For
              theorem Trm.pick_fresh (t : Trm) (L : Finset ) :
              ∃ (x : ), xL t.fv
              theorem Trm.subst_fresh (t u : Trm) (y : ) (h : yt.fv) :
              ([y // u] t) = t