let n, i be Element of NAT ; for x0 being Point of (REAL-NS n) st 1 <= i & i <= n holds
Proj (i,n) is_continuous_in x0
let x0 be Point of (REAL-NS n); ( 1 <= i & i <= n implies Proj (i,n) is_continuous_in x0 )
assume A1:
( 1 <= i & i <= n )
; Proj (i,n) is_continuous_in x0
A2:
dom (Proj (i,n)) = the carrier of (REAL-NS n)
by FUNCT_2:def 1;
now for r being Real st 0 < r holds
ex s being Real st
( 0 < s & ( for x1 being Point of (REAL-NS n) st x1 in dom (Proj (i,n)) & ||.(x1 - x0).|| < s holds
||.(((Proj (i,n)) /. x1) - ((Proj (i,n)) /. x0)).|| < r ) )let r be
Real;
( 0 < r implies ex s being Real st
( 0 < s & ( for x1 being Point of (REAL-NS n) st x1 in dom (Proj (i,n)) & ||.(x1 - x0).|| < s holds
||.(((Proj (i,n)) /. x1) - ((Proj (i,n)) /. x0)).|| < r ) ) )assume A3:
0 < r
;
ex s being Real st
( 0 < s & ( for x1 being Point of (REAL-NS n) st x1 in dom (Proj (i,n)) & ||.(x1 - x0).|| < s holds
||.(((Proj (i,n)) /. x1) - ((Proj (i,n)) /. x0)).|| < r ) )take s =
r;
( 0 < s & ( for x1 being Point of (REAL-NS n) st x1 in dom (Proj (i,n)) & ||.(x1 - x0).|| < s holds
||.(((Proj (i,n)) /. x1) - ((Proj (i,n)) /. x0)).|| < r ) )thus
0 < s
by A3;
for x1 being Point of (REAL-NS n) st x1 in dom (Proj (i,n)) & ||.(x1 - x0).|| < s holds
||.(((Proj (i,n)) /. x1) - ((Proj (i,n)) /. x0)).|| < rnow for x1 being Point of (REAL-NS n) st x1 in dom (Proj (i,n)) & ||.(x1 - x0).|| < s holds
||.(((Proj (i,n)) /. x1) - ((Proj (i,n)) /. x0)).|| < rlet x1 be
Point of
(REAL-NS n);
( x1 in dom (Proj (i,n)) & ||.(x1 - x0).|| < s implies ||.(((Proj (i,n)) /. x1) - ((Proj (i,n)) /. x0)).|| < r )assume A4:
(
x1 in dom (Proj (i,n)) &
||.(x1 - x0).|| < s )
;
||.(((Proj (i,n)) /. x1) - ((Proj (i,n)) /. x0)).|| < r
(Proj (i,n)) /. (x1 - x0) = ((Proj (i,n)) /. x1) - ((Proj (i,n)) /. x0)
by A1, PDIFF_8:11;
then
||.(((Proj (i,n)) /. x1) - ((Proj (i,n)) /. x0)).|| <= ||.(x1 - x0).||
by A1, PDIFF_8:3;
hence
||.(((Proj (i,n)) /. x1) - ((Proj (i,n)) /. x0)).|| < r
by A4, XXREAL_0:2;
verum end; hence
for
x1 being
Point of
(REAL-NS n) st
x1 in dom (Proj (i,n)) &
||.(x1 - x0).|| < s holds
||.(((Proj (i,n)) /. x1) - ((Proj (i,n)) /. x0)).|| < r
;
verum end;
hence
Proj (i,n) is_continuous_in x0
by A2, NFCONT_1:7; verum