let k, m, n be Nat; :: thesis: ( k > 1 & k |^ n = k |^ m implies n = m )
assume that
A1: k > 1 and
A2: k |^ n = k |^ m ; :: thesis: n = m
now :: thesis: n = mend;
hence n = m ; :: thesis: verum