let n be Nat; :: thesis: Catalan n <= Catalan (n + 1)
per cases ( n = 0 or n = 1 or n > 1 ) by NAT_1:25;
end;