for x being object st x in INT holds
x in INT- \/ NAT
proof
let x be object ; :: thesis: ( x in INT implies x in INT- \/ NAT )
assume x in INT ; :: thesis: x in INT- \/ NAT
then consider k being Nat such that
A1: ( x = k or x = - k ) by INT_1:def 1;
A2: k in NAT by ORDINAL1:def 12;
per cases ( x = k or x = - k ) by A1;
end;
end;
then A3: INT c= INT- \/ NAT ;
for x being object st x in INT- \/ NAT holds
x in INT
proof end;
then INT- \/ NAT c= INT ;
hence INT = INT- \/ NAT by A3, XBOOLE_0:def 10; :: thesis: verum