deffunc H1( non zero Nat, non zero Nat) -> L16() = R_NormSpace_of_BoundedLinearOperators ((REAL-NS $1),(REAL-NS $2));
let m, n be non zero Element of NAT ; for s, t being Point of (R_NormSpace_of_BoundedLinearOperators ((REAL-NS m),(REAL-NS n)))
for K being Real st ( for i being Element of NAT
for si, ti being Point of (R_NormSpace_of_BoundedLinearOperators ((REAL-NS m),(REAL-NS 1))) st si = (Proj (i,n)) * s & ti = (Proj (i,n)) * t & 1 <= i & i <= n holds
||.(si - ti).|| <= K ) holds
||.(s - t).|| <= n * K
let s, t be Point of H1(m,n); for K being Real st ( for i being Element of NAT
for si, ti being Point of (R_NormSpace_of_BoundedLinearOperators ((REAL-NS m),(REAL-NS 1))) st si = (Proj (i,n)) * s & ti = (Proj (i,n)) * t & 1 <= i & i <= n holds
||.(si - ti).|| <= K ) holds
||.(s - t).|| <= n * K
let K be Real; ( ( for i being Element of NAT
for si, ti being Point of (R_NormSpace_of_BoundedLinearOperators ((REAL-NS m),(REAL-NS 1))) st si = (Proj (i,n)) * s & ti = (Proj (i,n)) * t & 1 <= i & i <= n holds
||.(si - ti).|| <= K ) implies ||.(s - t).|| <= n * K )
assume A1:
for i being Element of NAT
for si, ti being Point of H1(m,1) st si = (Proj (i,n)) * s & ti = (Proj (i,n)) * t & 1 <= i & i <= n holds
||.(si - ti).|| <= K
; ||.(s - t).|| <= n * K
now for i being Element of NAT
for sti being Point of H1(m,1) st sti = (Proj (i,n)) * (s - t) & 1 <= i & i <= n holds
||.sti.|| <= Klet i be
Element of
NAT ;
for sti being Point of H1(m,1) st sti = (Proj (i,n)) * (s - t) & 1 <= i & i <= n holds
||.sti.|| <= Klet sti be
Point of
H1(
m,1);
( sti = (Proj (i,n)) * (s - t) & 1 <= i & i <= n implies ||.sti.|| <= K )assume A2:
(
sti = (Proj (i,n)) * (s - t) & 1
<= i &
i <= n )
;
||.sti.|| <= Kreconsider si =
(Proj (i,n)) * s,
ti =
(Proj (i,n)) * t as
Point of
H1(
m,1)
by Th7, A2;
si - ti = sti
by A2, Lm1;
hence
||.sti.|| <= K
by A2, A1;
verum end;
hence
||.(s - t).|| <= n * K
by Th18; verum