 reserve n,s for Nat;

theorem
  Triangle n = (n + 1) choose 2
  proof
    (n + 1) choose 2 = n * (n + 1) / 2 by Th72;
    hence thesis by Th19;
  end;
