let A, B be Category; for F1, F2 being Functor of A,B st F1 is_transformable_to F2 holds
for t1, t2 being transformation of F1,F2 st ( for a being Object of A holds t1 . a = t2 . a ) holds
t1 = t2
let F1, F2 be Functor of A,B; ( F1 is_transformable_to F2 implies for t1, t2 being transformation of F1,F2 st ( for a being Object of A holds t1 . a = t2 . a ) holds
t1 = t2 )
assume A1:
F1 is_transformable_to F2
; for t1, t2 being transformation of F1,F2 st ( for a being Object of A holds t1 . a = t2 . a ) holds
t1 = t2
let t1, t2 be transformation of F1,F2; ( ( for a being Object of A holds t1 . a = t2 . a ) implies t1 = t2 )
assume A2:
for a being Object of A holds t1 . a = t2 . a
; t1 = t2
hence
t1 = t2
; verum