Homepage Solution manuals Terence Tao Analysis I Exercise 3.1.1 (Set equality)

Exercise 3.1.1 (Set equality)

Show that the definition of equality in Definition 3.1.4 is reflexive, symmetric, and transitive.

Answers

Reflexive and symmetric properties follows directly from definition. For transitivity, consider the sets A, B, and C and suppose A = B and B = C. We first show that x Ax C (i.e., A C). By definition of equality, we have the following chain of implications x Ax B and x Bx C. Thus, A C. Conversely, if x C then by definition of equality we have another chain of implications, x Cx Bx A and thus x Cx A (i.e., C A). Thus, A = C (by Proposition 3.1.18).

User profile picture
2022-02-21 15:10
Comments

Proof. We verify the three axioms of equality for objects (cf. page 329). To do so, we will rely on the fundamental results from logic (cf. "Appendix: the basics of mathematical logic") and on Definition 3.1.4, which more formally states that two sets A and B are equal if and only if

x : x Ax B AND x : x Bx A.

1.
(reflexive) By Definition 3.1.4, to prove that A = A, we should demonstrate that: a : a Aa A AND a : a Aa A.

Since a Aa A is always true, and since two true statements joined by the logical AND operator result in a true statement, the above statement is always true (cf. page 312).

2.
(symmetric) Suppose that A = B, i.e, by Definition 3.1.4 we have a : a Aa B AND b : b Bb A.

To prove that B = A, by Definition 3.1.4, we must demonstrate

b : b Bb A AND a : a Aa B.

But the latter expression is equivalent to the assumption A = B since we can simply swap the two statements around the logical AND operator (cf. page 309).

3.
(transitivity) Since A = B and B = C, by definition we have: x : x Ax B AND x : x Bx A.(1)

x : x Bx C AND x : x Cx B.(2)

Using (1), (2), we get:

x : x Cx Bx A.

Using (2), (1), we get:

x : x Ax Bx C.

Recall that implication is transitive, i.e, if PQ and QR, then PR (cf. Section A2). Therefore, we get

x : x Ax C AND x : x Cx A.

Since every element x of C is an element of A, and every element of A is an element of C, A = C.

User profile picture
2022-07-23 15:51
Comments