- su {T : Type} {R : T → T → Prop} {x y : T} : R x y → ActionRed R (LeanSubst.su x) (LeanSubst.su y)
- re {T : Type} {R : T → T → Prop} {x : Nat} : ActionRed R (LeanSubst.re x) (LeanSubst.re x)
Instances For
theorem
LeanSubst.Star.congr3
{T : Type}
{R : T → T → Prop}
{t1 t1' t2 t2' t3 t3' : T}
(f : T → T → T → T)
:
Equations
- LeanSubst.FunctionalTerm R t = ∀ {x y : T}, R t x → R t y → x = y
Instances For
- functional {t : T} : FunctionalTerm R t