Step * of Lemma inject-compose

[T:Type]. ∀[f,g:T ⟶ T].  (Inj(T;T;f g)) supposing (Inj(T;T;g) and Inj(T;T;f))
BY
(Auto THEN InstLemma `compose-injections` [⌜T⌝;⌜f⌝;⌜g⌝]⋅ THEN Auto) }

1
1. Type
2. T ⟶ T
3. T ⟶ T
4. Inj(T;T;f)
5. Inj(T;T;g)
6. g ∈ {f:T ⟶ T| Inj(T;T;f)} 
⊢ Inj(T;T;f g)


Latex:


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


By


Latex:
(Auto  THEN  InstLemma  `compose-injections`  [\mkleeneopen{}T\mkleeneclose{};\mkleeneopen{}f\mkleeneclose{};\mkleeneopen{}g\mkleeneclose{}]\mcdot{}  THEN  Auto)




Home Index