let X be non empty set ; for S being SigmaField of X
for f being PartFunc of X,COMPLEX
for F being Finite_Sep_Sequence of S
for a being FinSequence of COMPLEX holds
( F,a are_Re-presentation_of f iff ( F, Re a are_Re-presentation_of Re f & F, Im a are_Re-presentation_of Im f ) )
let S be SigmaField of X; for f being PartFunc of X,COMPLEX
for F being Finite_Sep_Sequence of S
for a being FinSequence of COMPLEX holds
( F,a are_Re-presentation_of f iff ( F, Re a are_Re-presentation_of Re f & F, Im a are_Re-presentation_of Im f ) )
let f be PartFunc of X,COMPLEX; for F being Finite_Sep_Sequence of S
for a being FinSequence of COMPLEX holds
( F,a are_Re-presentation_of f iff ( F, Re a are_Re-presentation_of Re f & F, Im a are_Re-presentation_of Im f ) )
let F be Finite_Sep_Sequence of S; for a being FinSequence of COMPLEX holds
( F,a are_Re-presentation_of f iff ( F, Re a are_Re-presentation_of Re f & F, Im a are_Re-presentation_of Im f ) )
let a be FinSequence of COMPLEX ; ( F,a are_Re-presentation_of f iff ( F, Re a are_Re-presentation_of Re f & F, Im a are_Re-presentation_of Im f ) )
assume that
A13:
F, Re a are_Re-presentation_of Re f
and
A14:
F, Im a are_Re-presentation_of Im f
; F,a are_Re-presentation_of f
A15:
dom F = dom (Re a)
by A13;
A16:
dom (Re f) = union (rng F)
by A13;
then A17:
dom f = union (rng F)
by COMSEQ_3:def 3;
A18:
dom F = dom (Im a)
by A14;
A19:
dom (Im f) = union (rng F)
by A14;
A20:
for n being Nat st n in dom F holds
for x being set st x in F . n holds
f . x = a . n
proof
let n be
Nat;
( n in dom F implies for x being set st x in F . n holds
f . x = a . n )
assume A21:
n in dom F
;
for x being set st x in F . n holds
f . x = a . n
let x be
set ;
( x in F . n implies f . x = a . n )
assume A22:
x in F . n
;
f . x = a . n
A23:
F . n c= union (rng F)
by A21, MESFUNC3:7;
then
x in dom (Im f)
by A19, A22;
then A24:
(Im f) . x = Im (f . x)
by COMSEQ_3:def 4;
x in dom (Re f)
by A16, A22, A23;
then A25:
(Re f) . x = Re (f . x)
by COMSEQ_3:def 3;
(Im f) . x = (Im a) . n
by A14, A21, A22;
then A26:
Im (f . x) = Im (a . n)
by A18, A21, A24, Th47;
(Re f) . x = (Re a) . n
by A13, A21, A22;
then
Re (f . x) = Re (a . n)
by A15, A21, A25, Th46;
hence
f . x = a . n
by A26;
verum
end;
len (Re a) = len a
by COMPLSP2:48;
then
dom (Re a) = Seg (len a)
by FINSEQ_1:def 3;
then
dom F = dom a
by A15, FINSEQ_1:def 3;
hence
F,a are_Re-presentation_of f
by A17, A20; verum