Sunday, 5 November 2023

Tao Analysis I - 3.1.13

Exercise 3.1.13

Euclid famously defined a point to be “that which has no part”. This exercise should be reminiscent of that definition. Define a proper subset of a set A to be a subset B of A with BA. Let A be a non-empty set. Show that A does not have any non-empty proper subsets if and only if A is of the form A={x} for some object x.


Exploration

The wording of the question is not simple. So let's explore the idea behind the question with some examples.

Consider an example set A={1,2,3}. This has several subsets, one of which is {1,2}. This is a non-empty subset. Our aim is to understand when a set has no non-empty subsets. We can see that larger sets, like A={1,2,3,4,5,6} will never have no non-empty subsets, because this one will also have {1,2} as subset.

Let's consider the case that A is the empty set, A=. Although the empty set has no elements, it does have one subset which is the empty set. But the empty set is not a proper subset of the empty set. The question itself explains why; X is a proper subset of Y when X is a subset of Y but XY. Here we have = so can't be a proper subset of .

For this exercise, A being an empty set is excluded by the question, because A is specified as a non-empty set.

Finally, let's consider A={x}, a set with only one element. It has two subsets, {x} and . However {x} is not a proper subset because it equals the original set, {x}={x}. What about the other subset, ? Well it is not a non-empty set. So singleton sets, like A={x} do not have any non-empty proper subsets.

The link to Euclid's definition is that a singleton set is "that which has no part", in the sense there are no smaller (proper) subsets.


Solution

We need to show that A does not have any non-empty proper subsets if and only if A is of the form A={x} for some object x.

We can do this by showing both:

  • A is of the form A={x} A does not have any non-empty proper subsets.
  • A does not have any non-empty proper subsets A is of the form A={x}.


Let's consider the first implication.

If A is of the form A={x} then it has only two subsets, {x} and . The first, {x} is not a proper subset because it equals A. The second, is not non-empty. 

Therefore a set A of the form A={x} has no non-empty proper subsets.

A is of the form A={x}A has no non-empty proper subsets


Let's now consider the second implication.

By hypothesis A does not have any non-empty proper subsets. There are three cases for the form of A: (i) A has zero elements, (ii) A has one element, and (iii) A has at least two elements. Let's consider each case in turn.

(i) The case A= is excluded by the question where A is required to be a non-empty set.

(ii) The case A={x}. Here A has two subsets, {x} and . However {x} is not a proper subset, and is not non-empty. Therefore the case A={x} is complies with the requirements of the hypothesis, that is, A does not have any non-empty proper subsets. 

(iii) The case A has at least two elements, A={a,b,}. Then {a} is a non-empty proper subset of A, so any A with at least two elements does not comply with the requirements of the hypothesis.

Thus a set A does that not have any non-empty proper subsets implies a set with one element.

A has no non-empty proper subsetsA is of the form A={x}


By showing both implications, we have shown that 

A is of the form A={x}A has no non-empty proper subsets

Saturday, 4 November 2023

Tao Analysis I - 3.1.12

Exercise 3.1.12

Suppose that A, B, A, B are sets such that AA and BB.

(i) Show that ABAB and ABAB.

(ii) Give a counterexample to show that the statement ABAB is false. Can you find a modification of this statement involving the set difference operation which is true given the stated hypotheses? Justify your answer.


Show that ABAB

Let's start by writing down the meaning of AB using Axiom 3.5 which defines union.

x(AB)(xA)(xB)

The RHS is true in two cases, xA and xB. Let's consider each case.

  • If xA then, because we're given AA, we have xA.
  • If xB then, because we're given BB, we have xB.

Either, or both, of these cases is true, which gives us a disjunctive implication,

x(AB)(xA)(xB)

This is equivalent to the statement ABAB.


Show that ABAB

Again, let's start with the definition of intersection to write down the meaning of AB.

x(AB)(xA)(xB)

The RHS is only true if both (xA) and (xB) are true. Let's consider each statement.

  • If xA then, because we're given AA, we have xA.
  • If xB then, because we're given BB, we have xB.

Because both have to be true, we have a conjunctive implication.

x(AB)(xA)(xB)

This is equivalent to the statement ABAB.


Show ABAB is false

We'll show the statement is false with a counter-example. Consider the following sets:

  • A={1,2,3,4}, and A={2,3}, noting that AA as required
  • B={2,3,4,5}, and B={2}, noting that BB as required

Then AB={3}, and AB={1}.

Here ABAB means {3}{1}, which is false.

We have shown ABAB is false with the above counterexample.


Modification

We're asked to consider modifying the statement to make it true. Visualising the Venn diagram can help our thinking.

The following shows the sets A, A, B and B and every combination of intersection and union.



The visualising makes it easier to see that for ABAB to be true, the set (AB)B must be empty.

(AB)B=

Let's check this with an example. Consider the following sets:

  • A={1,2,3,4}, and A={2,3}, noting that AA as required
  • B={2,4,6,8}, and B={2,4}, noting that BB as required

Then AB={3}, and AB={1,3}

Here ABAB means {3}{1,3}, which is true.

The condition (AB)B= is  {3}{2,4,6,8}= is true.


Thursday, 2 November 2023

Tao Analysis I - 3.1.11

Exercise 3.1.11

Show that the axiom of replacement implies the axiom of specification.


Let's write out these axioms.

Axiom 3.7 (Replacement). Let A be a set. For any object xA, and any object y, suppose we have a statement P(x,y) pertaining to x and y, such that for each xA there is at most one y for which P(x,y) is true. Then there exists a set {y:P(x,y) is true for some xA}, such that for any object z,

z{y:P(x,y) is true for some xA}P(x,z) is true for some xA

It is worth noting that this axiom about the existence of the set {y}.


Axiom 3.6 (Axiom of specification). Let A be a set, and for each xA, let P(x) be a property pertaining to x (i.e., for each xA, P(x) is either a true statement or a false statement). Then there exists a set, called {xA:P(x) is true } (or simply {xA:P(x)} for short), whose elements are precisely the elements x in A for which P(x) is true. In other words, for any object y,

y{xA:P(x) is true }(yA and P(y) is true )

Again, this is an axiom about the existence of the set {y}.


Let's consider the Axiom of Replacement, and define the statement P(x,y) as follows:

P(x,y):=(x=y)(Q(y) is true )

This definition of P(x,y) also satisfies the axiom's requirement that for each xA there is at most one y for which P(x,y) is true. This is because x=y.

The axiom tells us there exists a set {y:P(x,y) is true for some xA}. We can write P in terms of Q,

{y:P(x,y) is true for some xA}={y:x=yQ(y) is true for some xA}={y:Q(y) is true for some yA}={yA:Q(y) is true }

The RHS is equivalent to the Axiom of Specification. Thus we have shown the axiom of replacement implies the axiom of specification.

Tao Analysis I - 3.1.10

Exercise 3.1.10

Let A and B be sets. Show that the three sets AB, AB, and BA are disjoint, and that their union is AB.


To show the three sets AB, AB, and BA are disjoint, we need to show that a member of one is not a member of the other two.


Let's use the definitions in the textbook to write out what these set descriptions mean.

  • (AB) means a member is in A but not in B:

x(AB)(xA)(xB)

  • (AB) means a member is in both A and B:

x(AB)(xA)(xB)

  • (BA) means a member is in B but not A:

x(BA)(xB)(xA)


Now if x is a member of (AB) then it is not a member of B. The descriptions above tell us x is not in (AB), and it is not in (B \setminus A), because both would require it to be in B.

If x is a member of (AB) then it is a member of both A and B. The descriptions above tell us x is not in (AB), because that would require x to be in B. Also, the descriptions tell us x is not in (BA), because that would require it to be in A.

Finally, if x is a member of (BA) then it is not in (AB), and it is not in (AB)., because both would require it to be in A.

We have shown that the three sets AB, AB, and BA are disjoint.


We now want to show the union of all three AB, AB, and BA is AB. To do this we need to show that a member of any of the three sets is in AB, and also that a member of AB is in one of the three sets.

First let's remind ourselves of the definition of union.

x(AB)(xA)(xB)

Now, 

  • If x(AB) then because by definition xA and so x(AB).
  • If x(AB) then because by definition xA  and xB, and so x(AB).
  • If x(BA) then because by definition xB and so x(AB).

So we have that if x is a member of any of the three sets, then it is a member of AB.

Finally, if x(AB) then we have two cases, xA or xB:

  • xA. Using the description earlier, this means x is in (AB) or x(AB)
  • xB. Using the description earlier, this means x is in (BA) or x(AB)
We have shown that a member of any of the three sets is in AB, and also that a member of AB is in one of the three sets. Thus we have proved AB, AB, and BA is AB.