A1: 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 A2: x in INT ; :: thesis: x in INT- \/ NAT
consider k being Element of NAT such that
A3: ( x = k or x = - k ) by A2, INT_1:def 1;
A4: now end;
thus x in INT- \/ NAT by A4; :: thesis: verum
end;
A8: INT c= INT- \/ NAT by A1, TARSKI:def 3;
A9: for x being set st x in INT- \/ NAT holds
x in INT
proof end;
A15: INT- \/ NAT c= INT by A9, TARSKI:def 3;
thus INT = INT- \/ NAT by A8, A15, XBOOLE_0:def 10; :: thesis: verum