let A, B, C be Category; for F1, G1 being Functor of A,B
for F2, G2 being Functor of A,C st F1 is_transformable_to G1 & F2 is_transformable_to G2 holds
<:F1,F2:> is_transformable_to <:G1,G2:>
let F1, G1 be Functor of A,B; for F2, G2 being Functor of A,C st F1 is_transformable_to G1 & F2 is_transformable_to G2 holds
<:F1,F2:> is_transformable_to <:G1,G2:>
let F2, G2 be Functor of A,C; ( F1 is_transformable_to G1 & F2 is_transformable_to G2 implies <:F1,F2:> is_transformable_to <:G1,G2:> )
assume A1:
( F1 is_transformable_to G1 & F2 is_transformable_to G2 )
; <:F1,F2:> is_transformable_to <:G1,G2:>
let a be Object of A; NATTRA_1:def 2 not Hom ((<:F1,F2:> . a),(<:G1,G2:> . a)) = {}
thus
not Hom ((<:F1,F2:> . a),(<:G1,G2:> . a)) = {}
by A1, Lm3; verum