let c be Element of COMPLEX ; :: thesis: ex r, s being Element of REAL st c = [*r,s*]
per cases
( c in REAL or not c in REAL )
;
suppose
not
c in REAL
;
:: thesis: ex r, s being Element of REAL st c = [*r,s*]then A1:
c in (Funcs {0 ,1},REAL ) \ { x where x is Element of Funcs {0 ,1},REAL : x . 1 = 0 }
by NUMBERS:def 2, XBOOLE_0:def 3;
then consider f being
Function such that A2:
c = f
and A3:
dom f = {0 ,1}
and A4:
rng f c= REAL
by FUNCT_2:def 2;
(
0 in {0 ,1} & 1
in {0 ,1} )
by TARSKI:def 2;
then
(
f . 0 in rng f &
f . 1
in rng f )
by A3, FUNCT_1:12;
then reconsider r =
f . 0 ,
s =
f . 1 as
Element of
REAL by A4;
A5:
c = 0 ,1
--> r,
s
by A2, A3, FUNCT_4:69;
take
r
;
:: thesis: ex s being Element of REAL st c = [*r,s*]take
s
;
:: thesis: c = [*r,s*]hence
c = [*r,s*]
by A5, Def7;
:: thesis: verum end; end;