Step * 1 of Lemma compose_wf-injection

.....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)
BY
(BLemma `injection-composition` THEN Auto) }


Latex:


Latex:
.....set  predicate..... 
1.  A  :  Type
2.  B  :  Type
3.  C  :  Type
4.  f  :  A  {}\mrightarrow{}  B
5.  Inj(A;B;f)
6.  g  :  B  {}\mrightarrow{}  C
7.  Inj(B;C;g)
\mvdash{}  Inj(A;C;g  o  f)


By


Latex:
(BLemma  `injection-composition`  THEN  Auto)




Home Index