let E, F be RealNormSpace; ex L20 being Lipschitzian LinearOperator of F,[:E,F:] st
for dy being Point of F holds L20 . dy = [(0. E),dy]
defpred S1[ object , object ] means ex dx being Point of F st
( dx = $1 & $2 = [(0. E),dx] );
A1:
for x being object st x in the carrier of F holds
ex y being object st
( y in the carrier of [:E,F:] & S1[x,y] )
consider L1 being Function of the carrier of F, the carrier of [:E,F:] such that
A2:
for x being object st x in the carrier of F holds
S1[x,L1 . x]
from FUNCT_2:sch 1(A1);
A3:
for dx being Point of F holds L1 . dx = [(0. E),dx]
for x, y being Element of F holds L1 . (x + y) = (L1 . x) + (L1 . y)
then A6:
L1 is additive
;
for x being VECTOR of F
for a being Real holds L1 . (a * x) = a * (L1 . x)
then reconsider L1 = L1 as LinearOperator of F,[:E,F:] by A6, LOPBAN_1:def 5;
set K = 1;
for x being VECTOR of F holds ||.(L1 . x).|| <= 1 * ||.x.||
then
L1 is Lipschitzian
by LOPBAN_1:def 8;
hence
ex L20 being Lipschitzian LinearOperator of F,[:E,F:] st
for dy being Point of F holds L20 . dy = [(0. E),dy]
by A3; verum