let A, B be non empty transitive with_units AltCatStr ; for F1, F2 being 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 Functor of A,B; ( 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
; for t being transformation of F1,F2 holds
( (idt F2) `*` t = t & t `*` (idt F1) = t )
let t be transformation of F1,F2; ( (idt F2) `*` t = t & t `*` (idt F1) = t )
hence
(idt F2) `*` t = t
by A1, Th3; t `*` (idt F1) = t
hence
t `*` (idt F1) = t
by A1, Th3; verum