let X, Y be RealNormSpace; :: thesis: for T being LinearOperator of X,Y
for B0, B1 being Subset of X holds T .: (B0 + B1) = (T .: B0) + (T .: B1)
let T be LinearOperator of X,Y; :: thesis: for B0, B1 being Subset of X holds T .: (B0 + B1) = (T .: B0) + (T .: B1)
let B0, B1 be Subset of X; :: thesis: T .: (B0 + B1) = (T .: B0) + (T .: B1)
thus
T .: (B0 + B1) c= (T .: B0) + (T .: B1)
:: according to XBOOLE_0:def 10 :: thesis: (T .: B0) + (T .: B1) c= T .: (B0 + B1)
let t be set ; :: according to TARSKI:def 3 :: thesis: ( not t in (T .: B0) + (T .: B1) or t in T .: (B0 + B1) )
assume
t in (T .: B0) + (T .: B1)
; :: thesis: t in T .: (B0 + B1)
then consider tz0, tz1 being Point of Y such that
P0:
( t = tz0 + tz1 & tz0 in T .: B0 & tz1 in T .: B1 )
;
consider z0 being Element of the carrier of X such that
P1:
( z0 in B0 & tz0 = T . z0 )
by P0, FUNCT_2:116;
consider z1 being Element of the carrier of X such that
P2:
( z1 in B1 & tz1 = T . z1 )
by P0, FUNCT_2:116;
reconsider z0 = z0 as Point of X ;
reconsider z1 = z1 as Point of X ;
A2:
z0 + z1 in B0 + B1
by P1, P2;
t = T . (z0 + z1)
by P0, P1, P2, LOPBAN_1:def 5;
hence
t in T .: (B0 + B1)
by A2, FUNCT_2:43; :: thesis: verum