theorem
  k <= n implies k = 0 or ... or k = n
  proof
    thus thesis;
  end;
