given a, b, c being Prime such that a,b,c are_mutually_distinct and
A1: (11 |^ 2) + 1 = (a * b) * c ; :: according to NUMBER07:def 2 :: thesis: contradiction
11 |^ 2 = 11 * 11 by WSIERP_1:1;
per cases then ( ( a * b = 1 & c = 122 ) or ( a * b = 2 & c = 61 ) or ( a * b = 61 & c = 2 ) or ( a * b = 122 & c = 1 ) ) by A1, Th33;
suppose ( a * b = 1 & c = 122 ) ; :: thesis: contradiction
end;
suppose ( a * b = 2 & c = 61 ) ; :: thesis: contradiction
end;
suppose ( a * b = 61 & c = 2 ) ; :: thesis: contradiction
end;
suppose ( a * b = 122 & c = 1 ) ; :: thesis: contradiction
end;
end;