let A, B be Category; for F1, F2 being Functor of A,B st F1 is_transformable_to F2 holds
for t being transformation of F1,F2 holds
( (id F2) `*` t = t & t `*` (id F1) = t )
let F1, F2 be Functor of A,B; ( F1 is_transformable_to F2 implies for t being transformation of F1,F2 holds
( (id F2) `*` t = t & t `*` (id F1) = t ) )
assume A1:
F1 is_transformable_to F2
; for t being transformation of F1,F2 holds
( (id F2) `*` t = t & t `*` (id F1) = t )
let t be transformation of F1,F2; ( (id F2) `*` t = t & t `*` (id F1) = t )
hence
(id F2) `*` t = t
by A1, Th15; t `*` (id F1) = t
hence
t `*` (id F1) = t
by A1, Th15; verum