let i be Integer; :: thesis: ( i <> 1 & i <> - 1 & not i is prime & not - i is prime implies multiples i misses SetPrimes )
assume that
A1: i <> 1 and
A2: i <> - 1 and
A3: not i is prime and
A4: not - i is prime ; :: thesis: multiples i misses SetPrimes
assume multiples i meets SetPrimes ; :: thesis: contradiction
then consider x being object such that
A5: x in multiples i and
A6: x in SetPrimes by XBOOLE_0:3;
reconsider m = x as Multiple of i by A5, Th61;
A7: i divides m by Def15;
A8: m is prime by A6, NEWTON:def 6;
per cases ( i >= 0 or i < 0 ) ;
end;