let b be Nat; :: thesis: b ! <= b |^ b
per cases ( b >= 2 or b = 0 or b = 1 ) by NAT_1:23;
end;