theorem Th43:
  for U being non empty set holds
    Inter ([#]U,[#]U) is non empty IntervalSet of U
  proof
    let U be non empty set;
    Inter ([#]U,[#]U) = {[#]U} by Th8;
    hence thesis;
  end;
