Step * of Lemma change-equality-type

[A,B:Type].  (respects-equality(A;B)  (∀x,y:A.  ((x y ∈ A)  (x ∈ B)  (x y ∈ B))))
BY
Intros }

1
1. Type
2. Type
3. respects-equality(A;B)
4. A
5. A
6. y ∈ A
7. x ∈ B
⊢ y ∈ B


Latex:


Latex:
\mforall{}[A,B:Type].    (respects-equality(A;B)  {}\mRightarrow{}  (\mforall{}x,y:A.    ((x  =  y)  {}\mRightarrow{}  (x  \mmember{}  B)  {}\mRightarrow{}  (x  =  y))))


By


Latex:
Intros




Home Index