let n be Nat; ( not n divides 27 or n = 1 or n = 3 or n = 9 or n = 27 )
assume A1:
n divides 27
; ( n = 1 or n = 3 or n = 9 or n = 27 )
then
n <= 27
by INT_2:27;
then A2:
not not n = 0 & ... & not n = 27
;
hence
( n = 1 or n = 3 or n = 9 or n = 27 )
by A1, A2; verum