let R be Ring; :: thesis: for V being RightMod of R
for v being Vector of V
for L being Linear_Combination of V holds
( L . v = 0. R iff not v in Carrier L )

let V be RightMod of R; :: thesis: for v being Vector of V
for L being Linear_Combination of V holds
( L . v = 0. R iff not v in Carrier L )

let v be Vector of V; :: thesis: for L being Linear_Combination of V holds
( L . v = 0. R iff not v in Carrier L )

let L be Linear_Combination of V; :: thesis: ( L . v = 0. R iff not v in Carrier L )
thus ( L . v = 0. R implies not v in Carrier L ) :: thesis: ( not v in Carrier L implies L . v = 0. R )
proof
assume A1: L . v = 0. R ; :: thesis: not v in Carrier L
assume v in Carrier L ; :: thesis: contradiction
then ex u being Vector of V st
( u = v & L . u <> 0. R ) ;
hence contradiction by A1; :: thesis: verum
end;
assume not v in Carrier L ; :: thesis: L . v = 0. R
hence L . v = 0. R ; :: thesis: verum