Step * of Lemma equality-test

[A,B,C:Type].  ((A B ∈ Type)  (C B ∈ Type)  (∀[x,y,z:A].  ((x y ∈ A)  (z y ∈ A)  (x z ∈ C))))
BY
TACTIC:Intros }

1
1. Type
2. Type
3. Type
4. B ∈ Type
5. B ∈ Type
6. A
7. A
8. A
9. y ∈ A
10. y ∈ A
⊢ z ∈ C


Latex:


Latex:
\mforall{}[A,B,C:Type].    ((A  =  B)  {}\mRightarrow{}  (C  =  B)  {}\mRightarrow{}  (\mforall{}[x,y,z:A].    ((x  =  y)  {}\mRightarrow{}  (z  =  y)  {}\mRightarrow{}  (x  =  z))))


By


Latex:
TACTIC:Intros




Home Index