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