assume 30 satisfies_Sierpinski_problem_86 ; :: thesis: contradiction
per cases then ( ( 30 - 1 is prime & ex x, y being Prime st
( x <> y & 30 + 1 = x * y ) ) or ( 30 + 1 is prime & ex x, y being Prime st
( x <> y & 30 - 1 = x * y ) ) )
by Th52;
suppose that 30 - 1 is prime and
A1: ex x, y being Prime st
( x <> y & 30 + 1 = x * y ) ; :: thesis: contradiction
end;
suppose that 30 + 1 is prime and
A2: ex x, y being Prime st
( x <> y & 30 - 1 = x * y ) ; :: thesis: contradiction
end;
end;