let n be Element of NAT ; :: thesis: for x, z being Element of COMPLEX n
for A being Subset of (COMPLEX n) st A <> {} holds
dist (x + z),A <= (dist x,A) + |.z.|
let x, z be Element of COMPLEX n; :: thesis: for A being Subset of (COMPLEX n) st A <> {} holds
dist (x + z),A <= (dist x,A) + |.z.|
let A be Subset of (COMPLEX n); :: thesis: ( A <> {} implies dist (x + z),A <= (dist x,A) + |.z.| )
assume
A <> {}
; :: thesis: dist (x + z),A <= (dist x,A) + |.z.|
then consider z2 being Element of COMPLEX n such that
A1:
z2 in A
by SUBSET_1:10;
defpred S1[ set ] means $1 in A;
deffunc H1( Element of COMPLEX n) -> Real = |.(x - $1).|;
deffunc H2( Element of COMPLEX n) -> Real = |.((x + z) - $1).|;
reconsider X = { H1(z1) where z1 is Element of COMPLEX n : S1[z1] } as Subset of REAL from COMPLSP1:sch 1();
reconsider Y = { H2(z1) where z1 is Element of COMPLEX n : S1[z1] } as Subset of REAL from COMPLSP1:sch 1();
A2:
dist x,A = lower_bound X
by Def18;
A3:
dist (x + z),A = lower_bound Y
by Def18;
A4:
|.(x - z2).| in X
by A1;
A5:
Y is bounded_below
then
(dist (x + z),A) - |.z.| <= dist x,A
by A2, A4, Th84;
hence
dist (x + z),A <= (dist x,A) + |.z.|
by XREAL_1:22; :: thesis: verum