let V be RealLinearSpace; :: thesis: for a being Real
for L being Linear_Combination of V st a <> 0 holds
Carrier (a * L) = Carrier L

let a be Real; :: thesis: for L being Linear_Combination of V st a <> 0 holds
Carrier (a * L) = Carrier L

let L be Linear_Combination of V; :: thesis: ( a <> 0 implies Carrier (a * L) = Carrier L )
set T = { u where u is VECTOR of V : (a * L) . u <> 0 } ;
set S = { v where v is VECTOR of V : L . v <> 0 } ;
assume A1: a <> 0 ; :: thesis: Carrier (a * L) = Carrier L
{ u where u is VECTOR of V : (a * L) . u <> 0 } = { v where v is VECTOR of V : L . v <> 0 }
proof
thus { u where u is VECTOR of V : (a * L) . u <> 0 } c= { v where v is VECTOR of V : L . v <> 0 } :: according to XBOOLE_0:def 10 :: thesis: { v where v is VECTOR of V : L . v <> 0 } c= { u where u is VECTOR of V : (a * L) . u <> 0 }
proof
let x be object ; :: according to TARSKI:def 3 :: thesis: ( not x in { u where u is VECTOR of V : (a * L) . u <> 0 } or x in { v where v is VECTOR of V : L . v <> 0 } )
assume x in { u where u is VECTOR of V : (a * L) . u <> 0 } ; :: thesis: x in { v where v is VECTOR of V : L . v <> 0 }
then consider u being VECTOR of V such that
A2: x = u and
A3: (a * L) . u <> 0 ;
(a * L) . u = a * (L . u) by Def11;
then L . u <> 0 by A3;
hence x in { v where v is VECTOR of V : L . v <> 0 } by A2; :: thesis: verum
end;
let x be object ; :: according to TARSKI:def 3 :: thesis: ( not x in { v where v is VECTOR of V : L . v <> 0 } or x in { u where u is VECTOR of V : (a * L) . u <> 0 } )
assume x in { v where v is VECTOR of V : L . v <> 0 } ; :: thesis: x in { u where u is VECTOR of V : (a * L) . u <> 0 }
then consider v being VECTOR of V such that
A4: x = v and
A5: L . v <> 0 ;
(a * L) . v = a * (L . v) by Def11;
then (a * L) . v <> 0 by A1, A5, XCMPLX_1:6;
hence x in { u where u is VECTOR of V : (a * L) . u <> 0 } by A4; :: thesis: verum
end;
hence Carrier (a * L) = Carrier L ; :: thesis: verum