assume 24 satisfies_Sierpinski_problem_86 ; :: thesis: contradiction
per cases then ( ( 24 - 1 is prime & ex x, y being Prime st
( x <> y & 24 + 1 = x * y ) ) or ( 24 + 1 is prime & ex x, y being Prime st
( x <> y & 24 - 1 = x * y ) ) )
by Th52;
suppose that 24 - 1 is prime and
A1: ex x, y being Prime st
( x <> y & 24 + 1 = x * y ) ; :: thesis: contradiction
consider x, y being Prime such that
A2: x <> y and
A3: 25 = x * y by A1;
x divides x * y ;
then ( x = 1 or x = 5 or x = 25 ) by A3, Th10;
hence contradiction by A2, A3; :: thesis: verum
end;
suppose that 24 + 1 is prime and
A4: ex x, y being Prime st
( x <> y & 24 - 1 = x * y ) ; :: thesis: contradiction
end;
end;