aresnick said:
But I'm suggesting that the smallest set that contains A_{1} \ldots A_{k} is simply a set containing \left\{A_{1} \ldots A_{k}\right\} and the empty set (since every set must contain the empty set). It just seemed like a very simple object, in that case.
Does that make sense?
No.
First of all, do you recognize the difference between
A_1 \in \{ A_1, \dots , A_k\}
and
A_1 \subset \{ A_1 ,\dots ,A_k \}
The first line is always true, the second is usually not. {A
1, ..., A
k} is a set, but it's elements aren't just any elements, they are sets too! It is a set of sets. Normally, to avoid confusion, we like to say "collection of sets" instead of "set of sets," but they mean the same thing. The things A
i are also sets, but their elements will be elements of X. So A
i is a subset of X, {A
1, ..., A
k} is a collection/set of subsets of X, i.e. {A
1, ..., A
k} is an element of the power set of X.
Another point of confusion might be the word "contain." Does "x contains y" mean y \in x or y \subset x. It could mean either, depending on the context. So note the following:
A_1 \in \{ A_1 ,\dots , A_k\}
An element of a collection of sets is a set.
A_1 \not\subset \{ A_1 ,\dots , A_k\}
(except in some weird situations that don't concern us here)
\{ A_1, A_2 \} \subset \{ A_1 ,\dots , A_k\}
\{ A_1\} \subset \{ A_1 ,\dots , A_k\}
A subset of a collection of sets is itself a collection of sets.
\{ A_1 \} \notin \{ A_1 ,\dots , A_k\}
(except in weird situations)
So the question gives you a set X. To make things very clear, we will use lower case roman letters when denoting elements of X, like x. We will use upper case roman letters when denoting subsets of X, like Y. We will use capital script letters when denoting collections of subsets of X, like \mathcal{F}. So we have:
(X, \mathcal{F} , \mu )
our probability space. It then says that for i = 1, ..., n:
A_i \in \mathcal{F}
with the A
i being independent. You want to consider the
subfield (not just any old subcollection) \mathcal{F}_k \subset \mathcal{F} such that for all i = 1, ..., k:
A_i \in \mathcal{F}_k
with \mathcal{F}_k as small as possible. Note that \mathcal{F} \subset \mathcal{F} and for all i = 1, ..., k:
A_i \in \mathcal{F}
but \mathcal{F} is generally not the
smallest.
So what is the smallest subfield of \mathcal{F} the contains A
1 through A
k? It's probably not going to be {A
1, ..., A
k} because although that is a collection of sets, it is probably not an \sigma-field. An \sigma-field is a special kind of collection.
\{ \emptyset , A_1 ,\dots , A_k \}
is probably not a subfield either. In order to figure out what \mathcal{F}_k should be, you need to first make sure you understand the meaning of \sigma-field and subfield. Come back when you know those definitions and you've absorbed the above.