reserve X for set;
reserve UN for Universe;

theorem
  for n being Nat holds not UNIVERSE (n + 1) \ UNIVERSE n in UNIVERSE(n + 1)
  proof
    let n be Nat;
    UNIVERSE n is Element of UNIVERSE(n+1) by Th99;
    hence thesis by Th86;
  end;
