let A, B be Category; for F1, F2 being Functor of A,B
for t being transformation of F1,F2 st F1 is_transformable_to F2 & t is invertible holds
F2 is_transformable_to F1
let F1, F2 be Functor of A,B; for t being transformation of F1,F2 st F1 is_transformable_to F2 & t is invertible holds
F2 is_transformable_to F1
let t be transformation of F1,F2; ( F1 is_transformable_to F2 & t is invertible implies F2 is_transformable_to F1 )
assume that
F1 is_transformable_to F2
and
A1:
for a being Object of A holds t . a is invertible
; NATTRA_1:def 10 F2 is_transformable_to F1
let a be Object of A; NATTRA_1:def 2 Hom ((F2 . a),(F1 . a)) <> {}
A2:
t . a is invertible
by A1;
thus
Hom ((F2 . a),(F1 . a)) <> {}
by A2; verum