let X be non empty set ; for S being SigmaField of X
for f being PartFunc of X,COMPLEX holds
( f is_simple_func_in S iff ex F being Finite_Sep_Sequence of S ex a being FinSequence of COMPLEX st F,a are_Re-presentation_of f )
let S be SigmaField of X; for f being PartFunc of X,COMPLEX holds
( f is_simple_func_in S iff ex F being Finite_Sep_Sequence of S ex a being FinSequence of COMPLEX st F,a are_Re-presentation_of f )
let f be PartFunc of X,COMPLEX; ( f is_simple_func_in S iff ex F being Finite_Sep_Sequence of S ex a being FinSequence of COMPLEX st F,a are_Re-presentation_of f )
given F being Finite_Sep_Sequence of S, a being FinSequence of COMPLEX such that A2:
F,a are_Re-presentation_of f
; f is_simple_func_in S
A3:
for n being Nat
for x, y being Element of X st n in dom F & x in F . n & y in F . n holds
f . x = f . y
dom f = union (rng F)
by A2, Def15;
hence
f is_simple_func_in S
by A3, Def13; verum