theorem Th16:
  for X being included_in_Seg set holds a in X implies a divides Product Sgm X
  proof
    let X be included_in_Seg set;
    rng Sgm X = X by FINSEQ_1:def 14;
    hence thesis by NAT_3:7;
  end;
