let A, B be non empty transitive with_units AltCatStr ; for F1, F2 being covariant Functor of A,B st F1 is_naturally_transformable_to F2 holds
for t being natural_transformation of F1,F2 holds
( (idt F2) `*` t = t & t `*` (idt F1) = t )
let F1, F2 be covariant Functor of A,B; ( F1 is_naturally_transformable_to F2 implies for t being natural_transformation of F1,F2 holds
( (idt F2) `*` t = t & t `*` (idt F1) = t ) )
assume
F1 is_naturally_transformable_to F2
; for t being natural_transformation of F1,F2 holds
( (idt F2) `*` t = t & t `*` (idt F1) = t )
then A1:
F1 is_transformable_to F2
by Def6;
let t be natural_transformation of F1,F2; ( (idt F2) `*` t = t & t `*` (idt F1) = t )
thus
(idt F2) `*` t = t
by A1, Th7; t `*` (idt F1) = t
thus
t `*` (idt F1) = t
by A1, Th7; verum