 reserve n,s for Nat;

theorem Th40:
  Triangle n = Polygon (3, n)
  proof
    Polygon (3, n) = n * (n + 1) / 2;
    hence thesis by Th19;
  end;
