Step
*
of Lemma
same-binding-refl
No Annotations
∀[vs:varname() List]. ∀[v:varname()]. (same-binding(vs;vs;v;v) ~ tt)
BY
{ (InductionOnList
THEN Auto
THEN (Unfold `same-binding` 0 THEN Reduce 0)
THEN Auto
THEN RenameVar `a' (-1)
THEN (GenConclTerm ⌜eq_var(u;a)⌝⋅ THENA Auto)
THEN D -2
THEN Reduce 0
THEN Auto) }
Latex:
Latex:
No Annotations
\mforall{}[vs:varname() List]. \mforall{}[v:varname()]. (same-binding(vs;vs;v;v) \msim{} tt)
By
Latex:
(InductionOnList
THEN Auto
THEN (Unfold `same-binding` 0 THEN Reduce 0)
THEN Auto
THEN RenameVar `a' (-1)
THEN (GenConclTerm \mkleeneopen{}eq\_var(u;a)\mkleeneclose{}\mcdot{} THENA Auto)
THEN D -2
THEN Reduce 0
THEN Auto)
Home
Index