for x being set st x in INT holds
x in INT- \/ NAT
proof
let x be set ; :: thesis: ( x in INT implies x in INT- \/ NAT )
assume x in INT ; :: thesis: x in INT- \/ NAT
then consider k being Element of NAT such that
A1: ( x = k or x = - k ) by INT_1:def 1;
now end;
hence x in INT- \/ NAT ; :: thesis: verum
end;
then A2: INT c= INT- \/ NAT by TARSKI:def 3;
for x being set st x in INT- \/ NAT holds
x in INT
proof end;
then INT- \/ NAT c= INT by TARSKI:def 3;
hence INT = INT- \/ NAT by A2, XBOOLE_0:def 10; :: thesis: verum