Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- u.close₀ x = { 0 <~ x } u
Instances For
- lc_var
(x : ℕ)
: ($x).lc
- lc_abs
(t : Trm)
(T : Typ)
(L : Finset ℕ)
: (∀ x ∉ L, (t.open₀ ($x)).lc) → (λ T,t).lc
- lc_app
(t1 t2 : Trm)
: t1.lc → t2.lc → (t1 @ t2).lc
Instances For
Equations
- t.body = ∃ (L : Finset ℕ), ∀ x ∉ L, (t.open₀ ($x)).lc
Instances For