I'm studying the Dirichlet process but I'm confused.
I think I can visualize it, through the Chinese Restaurant Example or The Pólya urn scheme. But I cannot see the connection with Dirichlet Distribution.
Particularly on Wikipedia regarding it, it's stated that
The Dirichlet process can also be seen as the infinite-dimensional generalization of the Dirichlet distribution.
How can it be? Can you provide me more insight regarding this sentence?
One definition of the Dirichlet process is that given a probability space, $(X, A, G)$ and an arbitrary partition of $X$ given by $A_1, \dots A_k$ a distribution $G$ is a Dirichlet process with probability measure $G_0$ and mass parameter $M$ if we have $$G(A_1, \dots, G(A_k)) \sim Dir(MG_0(A_1), \dots MG_0(A_k)$$
This can be found from an article here. This explains the definition in terms of the Dirichlet distribution and where the Dirichlet name comes from.
Now then what you do is that you verify some conditions, and then apply the Kolmogorov Extension Theorem, which gives you the desired infinite-dimensional distribution from the earlier collection of finite-dimensional distributions.
EDIT: (In simpler language)
Take all subsets of the original probability space, the Dirichlet process is a distribution where any group of subsets follow the Dirichlet distribution. Now what you have is a collection of finite-dimensional distributions. To get an infinite dimensional distributions from this, you have to use the Kolmogorov extension theorem. So you check a few properties to check that the theorem holds, and what it states is that your definition from finite dimensional distributions determines an infinite-dimensional distribution uniquely.