let K1 be non empty Subset of (TOP-REAL 2); :: thesis: for f being Function of ((TOP-REAL 2) | K1),R^1 st ( for p being Point of (TOP-REAL 2) st p in the carrier of ((TOP-REAL 2) | K1) holds
f . p = ((p `2 ) / (p `1 )) / (p `1 ) ) & ( for q being Point of (TOP-REAL 2) st q in the carrier of ((TOP-REAL 2) | K1) holds
q `1 <> 0 ) holds
f is continuous
let f be Function of ((TOP-REAL 2) | K1),R^1 ; :: thesis: ( ( for p being Point of (TOP-REAL 2) st p in the carrier of ((TOP-REAL 2) | K1) holds
f . p = ((p `2 ) / (p `1 )) / (p `1 ) ) & ( for q being Point of (TOP-REAL 2) st q in the carrier of ((TOP-REAL 2) | K1) holds
q `1 <> 0 ) implies f is continuous )
assume A1:
( ( for p being Point of (TOP-REAL 2) st p in the carrier of ((TOP-REAL 2) | K1) holds
f . p = ((p `2 ) / (p `1 )) / (p `1 ) ) & ( for q being Point of (TOP-REAL 2) st q in the carrier of ((TOP-REAL 2) | K1) holds
q `1 <> 0 ) )
; :: thesis: f is continuous
A2: the carrier of ((TOP-REAL 2) | K1) =
[#] ((TOP-REAL 2) | K1)
.=
K1
by PRE_TOPC:def 10
;
reconsider g2 = proj2 | K1 as Function of ((TOP-REAL 2) | K1),R^1 by TOPMETR:24;
A3:
for q being Point of ((TOP-REAL 2) | K1) holds g2 . q = proj2 . q
then A5:
g2 is continuous
by Th40;
reconsider g1 = proj1 | K1 as Function of ((TOP-REAL 2) | K1),R^1 by TOPMETR:24;
A6:
for q being Point of ((TOP-REAL 2) | K1) holds g1 . q = proj1 . q
then A8:
g1 is continuous
by Th39;
for q being Point of ((TOP-REAL 2) | K1) holds g1 . q <> 0
then consider g3 being Function of ((TOP-REAL 2) | K1),R^1 such that
A9:
( ( for q being Point of ((TOP-REAL 2) | K1)
for r1, r2 being real number st g2 . q = r1 & g1 . q = r2 holds
g3 . q = (r1 / r2) / r2 ) & g3 is continuous )
by A5, A8, Th38;
dom g3 = the carrier of ((TOP-REAL 2) | K1)
by FUNCT_2:def 1;
then A10:
dom f = dom g3
by FUNCT_2:def 1;
for x being set st x in dom f holds
f . x = g3 . x
hence
f is continuous
by A9, A10, FUNCT_1:9; :: thesis: verum