
theorem
for A,X be non empty set holds
{chi (A,X)} c= Membership_Funcs (X)
proof
 let A,X be non empty set;
 let x be object;
 assume x in {chi(A,X)};
 then x=chi(A,X) by TARSKI:def 1;
 hence thesis by Def1;
end;
