let A be finite discrete Approximation_Space; :: thesis: for X being Subset of A holds MemberFunc X,A = chi X,the carrier of A
let X be Subset of A; :: thesis: MemberFunc X,A = chi X,the carrier of A
reconsider F = MemberFunc X,A as Function of the carrier of A,REAL ;
set G = chi X,the carrier of A;
{0 ,1} c= REAL ;
then reconsider G = chi X,the carrier of A as Function of the carrier of A,REAL by FUNCT_2:9;
for x being set st x in the carrier of A holds
F . x = G . x
proof
let x be set ; :: thesis: ( x in the carrier of A implies F . x = G . x )
assume A1: x in the carrier of A ; :: thesis: F . x = G . x
per cases ( x in X or not x in X ) ;
end;
end;
hence MemberFunc X,A = chi X,the carrier of A by FUNCT_2:18; :: thesis: verum