Step * of Lemma trans-exchange

[C,D,E:SmallCategory]. ∀[F,G,H:Functor(C;D)]. ∀[I,J,K:Functor(D;E)]. ∀[tFG:nat-trans(C;D;F;G)].
[tGH:nat-trans(C;D;G;H)]. ∀[tIJ:nat-trans(D;E;I;J)]. ∀[tJK:nat-trans(D;E;J;K)].
  (trans-horizontal-comp(E;F;G;I;J;tFG;tIJ) trans-horizontal-comp(E;G;H;J;K;tGH;tJK)
  trans-horizontal-comp(E;F;H;I;K;tFG tGH;tIJ tJK)
  ∈ nat-trans(C;E;functor-comp(F;I);functor-comp(H;K)))
BY
(Intros THEN (BLemma `nat-trans-equal2` THENA Auto) THEN (FunExt THENA Auto)) }

1
1. SmallCategory
2. SmallCategory
3. SmallCategory
4. Functor(C;D)
5. Functor(C;D)
6. Functor(C;D)
7. Functor(D;E)
8. Functor(D;E)
9. Functor(D;E)
10. tFG nat-trans(C;D;F;G)
11. tGH nat-trans(C;D;G;H)
12. tIJ nat-trans(D;E;I;J)
13. tJK nat-trans(D;E;J;K)
14. cat-ob(C)
⊢ (trans-horizontal-comp(E;F;G;I;J;tFG;tIJ) trans-horizontal-comp(E;G;H;J;K;tGH;tJK) A)
(trans-horizontal-comp(E;F;H;I;K;tFG tGH;tIJ tJK) A)
∈ (cat-arrow(E) (ob(functor-comp(F;I)) A) (ob(functor-comp(H;K)) A))


Latex:


Latex:
\mforall{}[C,D,E:SmallCategory].  \mforall{}[F,G,H:Functor(C;D)].  \mforall{}[I,J,K:Functor(D;E)].  \mforall{}[tFG:nat-trans(C;D;F;G)].
\mforall{}[tGH:nat-trans(C;D;G;H)].  \mforall{}[tIJ:nat-trans(D;E;I;J)].  \mforall{}[tJK:nat-trans(D;E;J;K)].
    (trans-horizontal-comp(E;F;G;I;J;tFG;tIJ)  o  trans-horizontal-comp(E;G;H;J;K;tGH;tJK)
    =  trans-horizontal-comp(E;F;H;I;K;tFG  o  tGH;tIJ  o  tJK))


By


Latex:
(Intros  THEN  (BLemma  `nat-trans-equal2`  THENA  Auto)  THEN  (FunExt  THENA  Auto))




Home Index