const ordinal : set prop const SNo_ : set set prop term SNo = \x:set.?y:set.ordinal y & SNo_ y x const In : set set prop term iIn = In infix iIn 2000 2000 const SNoLt : set set prop term < = SNoLt infix < 2020 2020 term SNoCutP = \x:set.\y:set.(!z:set.z iIn x -> SNo z) & (!z:set.z iIn y -> SNo z) & !z:set.z iIn x -> !w:set.w iIn y -> z < w const Sep : set (set prop) set const SNoS_ : set set const SNoLev : set set term SNoL = \x:set.Sep (SNoS_ (SNoLev x)) \y:set.y < x term SNoR = \x:set.Sep (SNoS_ (SNoLev x)) (SNoLt x) axiom SNoLev_ordinal: !x:set.SNo x -> ordinal (SNoLev x) const SNoCut : set set set lemma !x:set.!P:prop.SNo x -> (!y:set.!z:set.SNoCutP y z -> (!w:set.w iIn y -> SNoLev w iIn SNoLev x) -> (!w:set.w iIn z -> SNoLev w iIn SNoLev x) -> x = SNoCut y z -> P) -> ordinal (SNoLev x) -> P claim !x:set.SNo x -> !P:prop.(!y:set.!z:set.SNoCutP y z -> (!w:set.w iIn y -> SNoLev w iIn SNoLev x) -> (!w:set.w iIn z -> SNoLev w iIn SNoLev x) -> x = SNoCut y z -> P) -> P