theorem Th41:
  Product(n,S) is Subset-Family of REAL n
  proof
    Product(n,S) is Subset-Family of product(Seg n --> REAL) by Th37;
    hence thesis by Th7;
  end;
