theorem Th20:
  for u being Element of UN holds succ u is Element of UN
proof
  let u be Element of UN;
  succ u = u \/ {u};
  hence thesis;
end;
