Homepage Solution manuals Terence Tao Analysis I Exercise 3.1.2 (Empty set)

Exercise 3.1.2 (Empty set)

Using only Definition 3.1.4, Axiom 3.1, Axiom 3.2, and Axiom 3.3, prove that the sets , {}, {{}}, and {,{}} are all distinct (i.e., no two of them are equal to each other).

Answers

By Axiom 3.2, is a set containing no objects. By Axiom 3.1, are {} are also objects that can be members of sets and by Axiom 3.3, {} and {{}} are singleton sets whose only member is and {}, respectively and that {,{}} is a pair set whose only members are and {}. Since, (it has no members) and {}, {} by Definition 3.1.4. Similarly, {{}} and {,{}}. Since {}, we also know, by Definition 3.1.4, that {}{{}}, {}{,{}}, and that {{}}{,{}}.

User profile picture
2022-02-22 01:32
Comments

Remark 1. What does it mean for two sets not to be equal? We use the laws of logic (See Appendix A.2). Applying de Morgan’s laws to Definition 3.1.4, we get

¬ (x : x Ax B) OR ¬ (x : x Bx A).

Equivalently,

x : x Ax B OR x : x Bx A.

x Ax B is the same as x A and xB; similarly, we get xA and x B (cf. Section A.2).
In other words, to prove that AB, we must either find an element of A which is not contained in B or vice versa.

Proof.

(a)
({}) By the remark above, to prove that {}, we have to prove that there is an element inside {} which is not contained in or vice versa, i.e., x : x x{}ORx : x {}x.

The only element x that exists in {} is (Axiom 3.3). Since is an object (Axiom 3.1) and since for all objects x, we have x (Axiom 3.2), we see that in particular . In other words, is an element of {} but not an element of .

(b)
({}{{}}) Similarly, to prove that {}{{}}, we have to prove that there is an element inside {} which is not contained in {{}} or vice versa, i.e., x : x {{}}x{}ORx : x {}x{{}}.

By Axiom 3.3, {}{{}}. But {}{}, (i.e, the element {} of the first set {{}} is not contained in the second set {}) because otherwise, by Axiom 3.3, would be equal to {}, which contradicts the previous part (a). Thus, {} is an element of {{}} but not an element of {}.

(c)
({,{}}{{}}) Similarly, to prove that {,{}}{{}}, we have to prove that there is an element inside {,{}} which is not contained in {{}} or vice versa, i.e., x : x {,{}}x{{}}ORx : x {{}}x{,{}}.

is not contained in {{}} because otherwise, by Axiom 3.3, would be equal to {}, which contradicts the part (a). But {,{}} contains , (by Axiom 3.3) i.e, the element of the first set {,{}} is not contained in the second set {{}}.

(d)
The rest ({{}},{,{}},{}{,{}}) follows using the same line of argumentation.
User profile picture
2022-07-24 09:34
Comments