let n be Nat; :: thesis: ( n <> 1 implies n |-count 1 = 0 )
assume A1: 1 <> n ; :: thesis: n |-count 1 = 0
A2: now :: thesis: not n |^ (0 + 1) divides 1end;
n |^ 0 divides 1 by NEWTON:4;
hence n |-count 1 = 0 by A2, Def7; :: thesis: verum