let m, n be Nat; :: thesis: m <= m to_power (n + 1)
per cases ( m = 0 or 1 <= m ) by NAT_1:14;
end;