const binunion : set set set const omega : set const Repl : set (set set) set const minus_SNo : set set term - = minus_SNo term int = binunion omega (Repl omega minus_SNo) const In : set set prop term iIn = In infix iIn 2000 2000 axiom ReplI: !x:set.!f:set set.!y:set.y iIn x -> f y iIn Repl x f axiom binunionI2: !x:set.!y:set.!z:set.z iIn y -> z iIn binunion x y claim !x:set.x iIn omega -> - x iIn int