let T be LinearOperator of X,Y; ( T is closed implies T is Lipschitzian )
assume A1:
T is closed
; T is Lipschitzian
defpred S1[ object , object ] means X = [Y,(T . Y)];
A2:
for z being object st z in the carrier of (graphNSP T) holds
ex x being object st
( x in the carrier of X & S1[z,x] )
consider J being Function of (graphNSP T),X such that
A5:
for z being object st z in the carrier of (graphNSP T) holds
S1[z,J . z]
from FUNCT_2:sch 1(A2);
A6:
graphNSP T is complete
by Th11, A1;
A7:
( graphNSP T is Subspace of [:X,Y:] & the normF of (graphNSP T) = the normF of [:X,Y:] | the carrier of (graphNSP T) )
by Th9;
A8:
for x being VECTOR of (graphNSP T)
for r being Real holds J . (r * x) = r * (J . x)
for x, y being VECTOR of (graphNSP T) holds J . (x + y) = (J . x) + (J . y)
proof
let x,
y be
VECTOR of
(graphNSP T);
J . (x + y) = (J . x) + (J . y)
A11:
x = [(J . x),(T . (J . x))]
by A5;
A12:
y = [(J . y),(T . (J . y))]
by A5;
A13:
x + y = [(J . (x + y)),(T . (J . (x + y)))]
by A5;
(
x in graph T &
y in graph T )
;
then reconsider x1 =
x,
y1 =
y as
Point of
[:X,Y:] ;
x1 + y1 = x + y
by A7, RLSUB_1:13;
then
x + y = [((J . x) + (J . y)),((T . (J . x)) + (T . (J . y)))]
by PRVECT_3:18, A11, A12;
hence
J . (x + y) = (J . x) + (J . y)
by A13, XTUPLE_0:1;
verum
end;
then reconsider J = J as LinearOperator of (graphNSP T),X by A8, LOPBAN_1:def 5, VECTSP_1:def 20;
J is Lipschitzian
then reconsider J = J as Lipschitzian LinearOperator of (graphNSP T),X ;
then A17:
J is one-to-one
by FUNCT_2:19;
for y being object holds
( y in rng J iff y in the carrier of X )
then
J is onto
by TARSKI:2;
then reconsider L = J " as Lipschitzian LinearOperator of X,(graphNSP T) by A17, Th7, A6;
consider K being Real such that
A19:
( 0 <= K & ( for x being VECTOR of X holds ||.(L . x).|| <= K * ||.x.|| ) )
by LOPBAN_1:def 8;
hence
T is Lipschitzian
by A19; verum