3
$\begingroup$

I'm reading William Arveson's book 'an invitation to C*-algebras' and I came across the concept of sieves: they seem to play an important role in Borel structures. However, I'm having hard time understanding what William is trying to say here in the basic definition, and I can't find this concept from any other book in my shelf. I tried Munkres, Engelking and Willard.

So here's basicly the definition word-by-word:

Let $X$ be a topological space. For every $k\geq 1$ and every $k$-tuple of positive integers $n_{1},...,n_{k}$, let $A_{n_{1}n_{2}\cdot\cdot\cdot n_{k}}$ be a subset of $X$. The family $\{A_{n_{1}n_{2}\cdot\cdot\cdot n_{k}}\}$ is called a sieve for $X$, if the following properties are satisfied: \begin{align*} &(i)\,\,\bigcup_{n_{1}=1}^{\infty}A_{n_{1}}=X\\ &(ii)\,\,\bigcup_{l=1}^{\infty}A_{n_{1}n_{2}\cdot\cdot\cdot n_{k}\,l}=A_{n_{1}n_{2}\cdot\cdot\cdot n_{k}}, \,\,\mathrm{for}\,\,\mathrm{every}\,\,k\geq 1\,\,\mathrm{and}\,\,\mathrm{for}\,\,\mathrm{every}\,\,n_{1},...,n_{k}\geq 1 . \end{align*}

(And the sieve is called an open sieve if its a collection of open sets.)

I'm having hard time grasping this definition and interpreting what he is going after with it: what subsets does he actually choose into the sieve? Is he using the same index set $\{n_{1},n_{2},...\}$ which is basicly $\mathbb{N}$ with a different order? Are the sets being indexed by a "product-index" of each $k$-tuple of indices?

Thanks for all the input in advance.

  • 0
    Alright, I think I got the idea now. Thanks for all the help. @t.b.: if you want to post it as an answer I will accept it.2012-05-20

1 Answers 1

6

I think that with Arveson's chapter 3 you've already found the maximally nice and efficient exposition of the basic theory of standard Borel spaces. Much more in-depth are Kechris's Classical Descriptive Set Theory and Moschovakis's freely available book on Descriptive Set Theory.

The fundamental idea is this: everything is going to be encoded by the “Baire space$\mathcal{N} = \mathbb{N}^\mathbb{N}$ of integer sequences, equipped with the product topology. This is the “mother of all Polish spaces”, and it has a natural sieve of clopen sets, namely $A_{n_1 \cdots n_k} \subset \mathcal{N}$ is the set of integer sequences with initial segment $n_1,\ldots,n_k$. A sieve in a general space is then an axiomatization of two of the fundamental properties of the sets $A_{n_1\cdots n_k}$ in $\mathcal{N}$, namely the two properties you mention in your question.

As I said in a comment (with a typo), the index set of a sieve is $\bigcup_{k=0}^\infty \mathbb{N}^k$ which is best thought of as a tree with the empty sequence as a root node and every node $(n_1,\ldots,n_k)$ has countably many children $(n_1,\ldots,n_k,l)$, $l \in \mathbb{N}$. The properties of a sieve say that the sets of level $1$, the family $\{A_{l}\}_{l\in\mathbb{N}}$, covers $X$. Then each of the sets $A_{n_1}$ is divided into countably many subsets $\{A_{n_1 l}\}_{l \in\mathbb{N}}$ whose union is $A_{n_1} = \bigcup_{l=1}^\infty A_{n_1 l}$ and so on: each set $A_{n_1\cdots n_k}$ is divided into countably many subsets $A_{n_1\cdots n_k l},$ $l \in \mathbb{N}$.

If you start with a separable, complete metric space $X$ and your sieve is comprised of sets $A_{n_1\cdots n_k}$ which are closed balls with radii $\leq 1/k$ then every infinite sequence of integers $(n_1,n_2,\ldots)$ will specify the unique point $x \in \bigcap_{k=1}^\infty A_{n_1\cdots n_k}$ and this gives you a continuous surjection $\mathcal{N} \to X$. As you will see when reading further, such surjections will be at the very heart of everything that follows.

  • 0
    @DaveL.Renfro: Thanks. I'll try to get as many of those in my hands as possible.2012-05-20