let B, A be Category; :: thesis: 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; :: thesis: ( 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 ; :: thesis: for a being Object of A holds Hom (F1 . a),(F2 . a) <> {}
let a be Object of A; :: thesis: 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; :: thesis: verum