Step * of Lemma compose_wf-injection

[A,B,C:Type]. ∀[f:A →⟶ B]. ∀[g:B →⟶ C].  (g f ∈ A →⟶ C)
BY
(Auto THEN -2 THEN -1 THEN MemTypeCD THEN Auto) }

1
.....set predicate..... 
1. Type
2. Type
3. Type
4. A ⟶ B
5. Inj(A;B;f)
6. B ⟶ C
7. Inj(B;C;g)
⊢ Inj(A;C;g f)


Latex:


Latex:
\mforall{}[A,B,C:Type].  \mforall{}[f:A  \mrightarrow{}{}\mrightarrow{}  B].  \mforall{}[g:B  \mrightarrow{}{}\mrightarrow{}  C].    (g  o  f  \mmember{}  A  \mrightarrow{}{}\mrightarrow{}  C)


By


Latex:
(Auto  THEN  D  -2  THEN  D  -1  THEN  MemTypeCD  THEN  Auto)




Home Index