let A, B be non empty transitive with_units AltCatStr ; :: thesis: for F1, F2 being covariant Functor of A,B st F1 is_transformable_to F2 holds
for t being transformation of F1,F2 holds
( (idt F2) `*` t = t & t `*` (idt F1) = t )
let F1, F2 be covariant Functor of A,B; :: thesis: ( F1 is_transformable_to F2 implies for t being transformation of F1,F2 holds
( (idt F2) `*` t = t & t `*` (idt F1) = t ) )
assume A1:
F1 is_transformable_to F2
; :: thesis: for t being transformation of F1,F2 holds
( (idt F2) `*` t = t & t `*` (idt F1) = t )
let t be transformation of F1,F2; :: thesis: ( (idt F2) `*` t = t & t `*` (idt F1) = t )
hence
(idt F2) `*` t = t
by A1, Th5; :: thesis: t `*` (idt F1) = t
hence
t `*` (idt F1) = t
by A1, Th5; :: thesis: verum