let X, Y be RealNormSpace; :: thesis: for T being LinearOperator of X,Y
for B0 being Subset of X
for a being Real holds T .: (a * B0) = a * (T .: B0)

let T be LinearOperator of X,Y; :: thesis: for B0 being Subset of X
for a being Real holds T .: (a * B0) = a * (T .: B0)

let B0 be Subset of X; :: thesis: for a being Real holds T .: (a * B0) = a * (T .: B0)
let a be Real; :: thesis: T .: (a * B0) = a * (T .: B0)
thus T .: (a * B0) c= a * (T .: B0) :: according to XBOOLE_0:def 10 :: thesis: a * (T .: B0) c= T .: (a * B0)
proof
let t be set ; :: according to TARSKI:def 3 :: thesis: ( not t in T .: (a * B0) or t in a * (T .: B0) )
assume t in T .: (a * B0) ; :: thesis: t in a * (T .: B0)
then consider z1 being set such that
A1: ( z1 in the carrier of X & z1 in a * B0 & t = T . z1 ) by FUNCT_2:115;
consider x1 being Element of X such that
A3: ( z1 = a * x1 & x1 in B0 ) by A1;
A4: t = a * (T . x1) by A1, A3, LOPBAN_1:def 6;
T . x1 in T .: B0 by A3, FUNCT_2:43;
hence t in a * (T .: B0) by A4; :: thesis: verum
end;
let t be set ; :: according to TARSKI:def 3 :: thesis: ( not t in a * (T .: B0) or t in T .: (a * B0) )
assume t in a * (T .: B0) ; :: thesis: t in T .: (a * B0)
then consider tz0 being Point of Y such that
P0: ( t = a * tz0 & tz0 in T .: B0 ) ;
consider z0 being Element of the carrier of X such that
P1: ( z0 in B0 & tz0 = T . z0 ) by P0, FUNCT_2:116;
reconsider z0 = z0 as Point of X ;
set z1 = a * z0;
A2: a * z0 in a * B0 by P1;
t = T . (a * z0) by P0, P1, LOPBAN_1:def 6;
hence t in T .: (a * B0) by A2, FUNCT_2:43; :: thesis: verum