let A, B be Category; :: thesis: for F1, F2 being Functor of A,B
for s being natural_transformation of F1,F2 st F1 is_naturally_transformable_to F2 holds
(id B) * s = s
let F1, F2 be Functor of A,B; :: thesis: for s being natural_transformation of F1,F2 st F1 is_naturally_transformable_to F2 holds
(id B) * s = s
let s be natural_transformation of F1,F2; :: thesis: ( F1 is_naturally_transformable_to F2 implies (id B) * s = s )
assume A1:
F1 is_naturally_transformable_to F2
; :: thesis: (id B) * s = s
A2:
( (id B) * F1 = F1 & (id B) * F2 = F2 )
by FUNCT_2:23;
then reconsider t = (id B) * s as natural_transformation of F1,F2 ;
hence
(id B) * s = s
by A1, Th31; :: thesis: verum