reserve M,N for AbGroup;
 reserve R for Ring;
 reserve r for Element of R;
reserve M,N for LeftMod of R;
reserve f,g,h for Element of Funcs(the carrier of M, the carrier of N);
reserve a,b for Element of the carrier of R;
reserve R for comRing;
reserve M,M1,N,N1 for LeftMod of R;

theorem
    for R,M,N,N1
    for u be Homomorphism of R,N,N1 holds
    phi(M,u) is Homomorphism of R, Hom(R,M,N), Hom(R,M,N1) by Def10;
