Step
*
1
of Lemma
compose_wf-injection
.....set predicate..... 
1. A : Type
2. B : Type
3. C : Type
4. f : A ⟶ B
5. Inj(A;B;f)
6. g : B ⟶ C
7. Inj(B;C;g)
⊢ Inj(A;C;g o 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