given a, b, c being Prime such that a,b,c are_mutually_distinct and
A1: (6 |^ 2) + 1 = (a * b) * c ; :: according to NUMBER07:def 2 :: thesis: contradiction
6 |^ 2 = 6 * 6 by WSIERP_1:1;
then ( ( a * b = 1 & c = 37 ) or ( a * b = 37 & c = 1 ) ) by A1, Th26, XPRIMES1:37;
hence contradiction by NAT_1:15, XPRIMES0:1; :: thesis: verum