const In : set set prop term iIn = In infix iIn 2000 2000 const binunion : set set set axiom binunionE: !x:set.!y:set.!z:set.z iIn binunion x y -> z iIn x | z iIn y claim !x:set.!y:set.!z:set.!P:prop.(z iIn x -> P) -> (z iIn y -> P) -> z iIn binunion x y -> P