1
$\begingroup$

Axiom of Union: Given a set of sets $A$ (all of whose elements are sets) there exists a set $\bigcup A$ such that for every object $x$, $$x \in \bigcup A \iff (\exists S\in A \quad x\in S) $$ (Modified form Tao's Analysis 1)

Given a set $I$ and sets $A_{i} \forall i \in I$ we have, $$\bigcup_{i \in I}A_i = \bigcup \{A_i\ : i \in I \}$$ How do I prove the existence of the set $\{A_i:i \in I\}$ given $A_i$ as above? I am hinted at the use of the axiom of replacement but can't think of a proper property (or formula) that defines the set.The axiom of replacement is stated as, (Copied)

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

$\endgroup$
11
  • 1
    $\begingroup$ 1) You forgot existential quantifiers: $$x \in \bigcup A \iff (\exists S \in A\quad x\in S) $$ $$z ∈ \{y : P(x, y), x ∈ A\} \iff\exists x ∈ A\quad P(x,z).$$ 2) What do you mean by "prove the existence of the family $\{A_i:i \in I\}$"? You seem to be given this family, so it is not clear what more you want. 3) Finiteness (twice) in your title seems off topic. $\endgroup$ Commented Mar 31 at 16:07
  • 1
    $\begingroup$ It’s easier than that. Saying « Given sets $A_i$ $\forall i\in I$ », doesn’t really mean anything. What your trying to say is « let $(A_i)_{i\in I}$ be a family of sets » and you see that it solves your problem. Your question is just a matter of explaining different notations. $\endgroup$
    – Iq-n-dI
    Commented Mar 31 at 16:09
  • $\begingroup$ Wait, may be your question is the following? Given a family $(a_i)_{i\in I}$ (of sets or whatsoever), how do I prove the existence of the set $\{a_i:i\in I\}$? $\endgroup$ Commented Mar 31 at 16:16
  • 1
    $\begingroup$ @AnneBauval You are correct I confused the family for the set of the sets. Apologies, I have made some edits and yes that is exactly my question $\endgroup$
    – πie
    Commented Mar 31 at 16:37
  • 1
    $\begingroup$ @AnneBauval You are right. I should have consulted Tao's text concerning the axiom of replacement instead of taking the formulation in the OP's original version of the question (which he denoted as "copied") . I edited my answer. $\endgroup$
    – Paul Frost
    Commented Apr 1 at 23:59

2 Answers 2

1
$\begingroup$

The sentences

if one has some set $I$, and for every element $\alpha \in I$ we have some set $A_\alpha$

and

we often refer to $I$ as an index set, and the sets $A_\alpha$ are then called a family of sets, and are indexed by the labels $\alpha \in I$

are intuitively clear, but mathematically not very precise. Indeed, a few pages later Tao spends some time in introducing the concept of an ordered $n$-tuple which is nothing else than a family of objects $x_i$ indexed by the set $\{1,\ldots, n\}$. This shows that the general conecpt of a family is not that trivial as it looks at first glance. For $n$-tuples Tao goes even deeper in an exercise; see functional definition of tuples (Terrence Tao Analysis, execise 3.5.2)

Anyway, let us not further discuss this point.

Here is Tao's axiom of replacement:

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

In the original formulation of your question you wrote $\{y : P(x, y) , x \in A\}$ instead of $\{y : P(x, y) \text{ is true for some } x \in A\}$ which is too sloppy because you replaced the existential quantifier "for some" (cf. Tao's Appendix A.4) by a comma.

To apply the axiom of replacement, Tao works with the following statement $P(\alpha, y)$ applicable to any object $\alpha \in I$ and any object $y$ :

  • $P(\alpha, y)$ holds true iff $y = A_\alpha$.

Now we can use the axiom of replacement for the set $I$ and the statement $P(\alpha, y)$ and get the set $$\{y : P(\alpha, y) \text{ is true for some } \alpha \in I \} = \{ y : y = A_\alpha \text{ is true for some } \alpha \in I\}$$ which is simply denoted by $$\{A_\alpha : \alpha \in I\} .$$

Note that the above approach works for any family of objects $y_\alpha$ indexed by $\alpha \in I$; we do not need to assume that the $y_\alpha$ are sets. We always get the set $$\{y_\alpha : \alpha \in I\} .$$

$\endgroup$
1
$\begingroup$

Let $F=(a_i)_{i\in I}$ be a family (of sets or whatsoever) indexed by a set $I$, i.e. $F$ is a set of ordered pairs such that for each $i∈I$, there is a unique ordered pair in $F$ whose first component is $i$ (the second one being then denoted by $a_i$).

Its range, $R=\{a_i:i\in I\}$, is defined by $$a\in R\iff\exists i\in I\quad(i,a)\in F,$$ i.e. by using the axiom of replacement: $$R=\{a:\exists i\in I\quad P(i,a)\},\text{ where }P(i,a)\text{ is }(i,a)\in F.$$

$\endgroup$

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.