let R be Ring; for L, M, N being LeftMod of R st L ~= M & M ~= N holds
L ~= N
let L, M, N be LeftMod of R; ( L ~= M & M ~= N implies L ~= N )
assume A1:
( L ~= M & M ~= N )
; L ~= N
then consider f being Homomorphism of R,L,M such that
A2:
( f is one-to-one & f is onto )
;
consider g being Homomorphism of R,M,N such that
A3:
( g is one-to-one & g is onto )
by A1;
reconsider G = g * f as Function of L,N ;
for x, y being Element of L holds G . (x + y) = (G . x) + (G . y)
then A6:
G is additive
;
for x being Element of L
for a being Element of R holds G . (a * x) = a * (G . x)
then
G is homogeneous
;
then A8:
G is Homomorphism of R,L,N
by A6, Def10;
( G is one-to-one & G is onto )
by A2, A3, FUNCT_2:27;
hence
L ~= N
by A8; verum