const In : set set prop term iIn = In infix iIn 2000 2000 const omega : set const nat_p : set prop axiom omega_nat_p: !x:set.x iIn omega -> nat_p x const SNo : set prop axiom nat_p_SNo: !x:set.nat_p x -> SNo x claim !x:set.x iIn omega -> SNo x