let a, p be Nat; :: thesis: ( p > 1 & (a |^ p) - 1 is Prime implies a > 1 )
assume A1: ( p > 1 & (a |^ p) - 1 is Prime ) ; :: thesis: a > 1
assume A2: a <= 1 ; :: thesis: contradiction
now
assume A3: ( a = 0 or a = 1 ) ; :: thesis: contradiction
now end;
hence contradiction ; :: thesis: verum
end;
hence contradiction by A2, NAT_1:26; :: thesis: verum