reserve X for set;
reserve UN for Universe;

theorem
  for I being Element of UN
  for x being UN-valued ManySortedSet of I holds
  Union coprod x is Element of UN
  proof
    let I be Element of UN;
    let x be UN-valued ManySortedSet of I;
    Union disjoin x is Element of UN;
    hence thesis;
  end;
