let B, A be Category; for F1, F2 being Functor of A,B st F1 is_naturally_transformable_to F2 holds
for a being Object of A holds Hom (F1 . a),(F2 . a) <> {}
let F1, F2 be Functor of A,B; ( F1 is_naturally_transformable_to F2 implies for a being Object of A holds Hom (F1 . a),(F2 . a) <> {} )
assume A1:
F1 is_naturally_transformable_to F2
; for a being Object of A holds Hom (F1 . a),(F2 . a) <> {}
let a be Object of A; Hom (F1 . a),(F2 . a) <> {}
F1 is_transformable_to F2
by A1, NATTRA_1:def 7;
hence
Hom (F1 . a),(F2 . a) <> {}
by NATTRA_1:def 2; verum