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