Step * of Lemma sq_stable__respects-equality

[A,B:Type].  SqStable(respects-equality(A;B))
BY
((((Intros THEN 0) THENA Auto) THEN All (RepUR ``respects-equality``) THEN -1) THEN Unhide THEN Auto) }

1
.....wf..... 
1. Type
2. Type
3. ∀x,y:Base.  ((x y ∈ A)  (x ∈ B)  (x y ∈ B))
4. Base
5. Base
6. 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