Step * of Lemma injection-composition

[A,B,C:Type]. ∀[f:A ⟶ B]. ∀[g:B ⟶ C].  (Inj(A;C;g f)) supposing (Inj(B;C;g) and Inj(A;B;f))
BY
(Unfold `inject` THEN Auto) }


Latex:


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


By


Latex:
(Unfold  `inject`  0  THEN  Auto)




Home Index