let A, B be set ; :: thesis: ( ( for x being object holds
( x in A iff ( x in dom f & f /. x <> 0. X ) ) ) & ( for x being object holds
( x in B iff ( x in dom f & f /. x <> 0. X ) ) ) implies A = B )

assume that
A3: for x being object holds
( x in A iff ( x in dom f & f /. x <> 0. X ) ) and
A4: for x being object holds
( x in B iff ( x in dom f & f /. x <> 0. X ) ) ; :: thesis: A = B
for x being object holds
( x in A iff x in B )
proof
let x be object ; :: thesis: ( x in A iff x in B )
( x in A iff ( x in dom f & f /. x <> 0. X ) ) by A3;
hence ( x in A iff x in B ) by A4; :: thesis: verum
end;
hence A = B by TARSKI:2; :: thesis: verum