Step
*
of Lemma
sq_stable__respects-equality
∀[A,B:Type].  SqStable(respects-equality(A;B))
BY
{ ((((Intros THEN D 0) THENA Auto) THEN All (RepUR ``respects-equality``) THEN D -1) THEN Unhide THEN Auto) }
1
.....wf..... 
1. A : Type
2. B : Type
3. ∀x,y:Base.  ((x = y ∈ A) 
⇒ (x ∈ B) 
⇒ (x = y ∈ B))
4. x : Base
5. y : Base
6. x = y ∈ A
7. x ∈ B
⊢ y ∈ B
Latex:
Latex:
\mforall{}[A,B:Type].    SqStable(respects-equality(A;B))
By
Latex:
((((Intros  THEN  D  0)  THENA  Auto)  THEN  All  (RepUR  ``respects-equality``)  THEN  D  -1)
  THEN  Unhide
  THEN  Auto)
Home
Index