For these problems (among others, but obviously didn't want to put them all here) I have to determine whether or not the following are sets using the axioms of set theory and certain theorems (specifically, those that show that there is an empty set, that the intersection between two sets is also a set, and that there is no set that contains every set; we also assume that $A$ and $B$ are non empty sets):
a) {$X: X \neq \emptyset$}
b) {$X: X \not\subseteq B$}
c) {$A, B, \emptyset$}
I believe the main problem I might be having is a misunderstanding of the different axioms, so I would appreciate it if someone could help verify/revise my solutions for these three:
a) Since the collection of all sets is not empty, then it would be in the set. This implies that this collection is a set, which is a contradiction. Hence, this is not a set.
b) By the axiom of specification, the {$x \in X: x \notin B$} is a set. This is equivalent to {$X: X \not \subseteq B$}, hence it is a set.
c) By the axiom of pairing, we know that {$A, B$} is a set. Furthermore, we know $\emptyset$ is a set, so we may conclude by the axiom of union that the union of these two sets, {$A, B, \emptyset $}, is a set.
Thank you kindly for all and any help!