let X be non empty set ; :: thesis: for S being SigmaField of X
for A being Element of S holds chi (A,X) is real-valued

let S be SigmaField of X; :: thesis: for A being Element of S holds chi (A,X) is real-valued
let A be Element of S; :: thesis: chi (A,X) is real-valued
for x being Element of X st x in dom (chi (A,X)) holds
|.((chi (A,X)) . x).| < +infty
proof
let x be Element of X; :: thesis: ( x in dom (chi (A,X)) implies |.((chi (A,X)) . x).| < +infty )
assume x in dom (chi (A,X)) ; :: thesis: |.((chi (A,X)) . x).| < +infty
per cases ( x in A or not x in A ) ;
suppose x in A ; :: thesis: |.((chi (A,X)) . x).| < +infty
then (chi (A,X)) . x = 1. by FUNCT_3:def 3;
then |.((chi (A,X)) . x).| = jj by EXTREAL1:def 1;
hence |.((chi (A,X)) . x).| < +infty by XXREAL_0:9; :: thesis: verum
end;
end;
end;
hence chi (A,X) is real-valued ; :: thesis: verum