let x be object ; :: thesis: for R being Ring
for V being RightMod of R holds
( x in (0). V iff x = 0. V )

let R be Ring; :: thesis: for V being RightMod of R holds
( x in (0). V iff x = 0. V )

let V be RightMod of R; :: thesis: ( x in (0). V iff x = 0. V )
thus ( x in (0). V implies x = 0. V ) :: thesis: ( x = 0. V implies x in (0). V )
proof
assume x in (0). V ; :: thesis: x = 0. V
then x in the carrier of ((0). V) ;
then x in {(0. V)} by Def3;
hence x = 0. V by TARSKI:def 1; :: thesis: verum
end;
thus ( x = 0. V implies x in (0). V ) by Th17; :: thesis: verum