Step * of Lemma sq_stable__ident

[T:Type]. ∀[op:T ⟶ T ⟶ T]. ∀[id:T].  SqStable(Ident(T;op;id))
BY
Unfold `ident` THEN UnivCD THENA Auto }

1
1. Type
2. op T ⟶ T ⟶ T
3. id T
⊢ SqStable(∀[x:T]. (((x op id) x ∈ T) ∧ ((id op x) x ∈ T)))


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[op:T  {}\mrightarrow{}  T  {}\mrightarrow{}  T].  \mforall{}[id:T].    SqStable(Ident(T;op;id))


By


Latex:
Unfold  `ident`  0  THEN  UnivCD  THENA  Auto




Home Index