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);
{(In (0,REAL)),(In (1,REAL))} c= REAL ;
then reconsider G = chi (X, the carrier of A) as Function of the carrier of A,REAL by FUNCT_2:7;
for x being object st x in the carrier of A holds
F . x = G . x
proof
let x be object ; :: 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:12; :: thesis: verum