Documentation

Stlc.basics

inductive Typ :
Instances For
    instance instReprTyp :
    Equations
    inductive Trm :
    Instances For
      instance instReprTrm :
      Equations
      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 : Trm) (s : Trm) (y : ) (h : yt.fv) :
            ([y // s] t) = t