- Source: Brownian tree
In probability theory, the Brownian tree, or Aldous tree, or Continuum Random Tree (CRT) is a random real tree that can be defined from a Brownian excursion. The Brownian tree was defined and studied by David Aldous in three articles published in 1991 and 1993. This tree has since then been generalized.
This random tree has several equivalent definitions and constructions: using sub-trees generated by finitely many leaves, using a Brownian excursion, Poisson separating a straight line or as a limit of Galton-Watson trees.
Intuitively, the Brownian tree is a binary tree whose nodes (or branching points) are dense in the tree; which is to say that for any distinct two points of the tree, there will always exist a node between them. It is a fractal object which can be approximated with computers or by physical processes with dendritic structures.
Definitions
The following definitions are different characterisations of a Brownian tree, they are taken from Aldous's three articles. The notions of leaf, node, branch, root are the intuitive notions on a tree (for details, see real trees).
= Finite-dimensional laws
=This definition gives the finite-dimensional laws of the subtrees generated by finitely many leaves.
Let us consider the space of all binary trees with
k
{\displaystyle k}
leaves numbered from
1
{\displaystyle 1}
to
k
{\displaystyle k}
. These trees have
2
k
−
1
{\displaystyle 2k-1}
edges with lengths
(
ℓ
1
,
…
,
ℓ
2
k
−
1
)
∈
R
+
2
k
−
1
{\displaystyle (\ell _{1},\dots ,\ell _{2k-1})\in \mathbb {R} _{+}^{2k-1}}
. A tree is then defined by its shape
τ
{\displaystyle \tau }
(which is to say the order of the nodes) and the edge lengths. We define a probability law
P
{\displaystyle \mathbb {P} }
of a random variable
(
T
,
(
L
i
)
1
≤
i
≤
2
k
−
1
)
{\displaystyle (T,(L_{i})_{1\leq i\leq 2k-1})}
on this space by:
P
(
T
=
τ
,
L
i
∈
[
ℓ
i
,
ℓ
i
+
d
ℓ
i
]
,
∀
1
≤
i
≤
2
k
−
1
)
=
s
exp
(
−
s
2
/
2
)
d
ℓ
1
…
d
ℓ
2
k
−
1
{\displaystyle \mathbb {P} (T=\tau \,,\,L_{i}\in [\ell _{i},\ell _{i}+d\ell _{i}],\forall 1\leq i\leq 2k-1)=s\exp(-s^{2}/2)\,d\ell _{1}\ldots d\ell _{2k-1}}
where
s
=
∑
ℓ
i
{\displaystyle \textstyle s=\sum \ell _{i}}
.
In other words,
P
{\displaystyle \mathbb {P} }
depends not on the shape of the tree but rather on the total sum of all the edge lengths.
In other words, the Brownian tree is defined from the laws of all the finite sub-trees one can generate from it.
= Continuous tree
=The Brownian tree is a real tree defined from a Brownian excursion (see characterisation 4 in Real tree).
Let
e
=
(
e
(
x
)
,
0
≤
x
≤
1
)
{\displaystyle e=(e(x),0\leq x\leq 1)}
be a Brownian excursion. Define a pseudometric
d
{\displaystyle d}
on
[
0
,
1
]
{\displaystyle [0,1]}
with
d
(
x
,
y
)
:=
e
(
x
)
+
e
(
y
)
−
2
min
{
e
(
z
)
;
z
∈
[
x
,
y
]
}
,
{\displaystyle d(x,y):=e(x)+e(y)-2\min {\big \{}e(z)\,;z\in [x,y]{\big \}},}
for any
x
,
y
∈
[
0
,
1
]
{\displaystyle x,y\in [0,1]}
We then define an equivalence relation, noted
∼
e
{\displaystyle \sim _{e}}
on
[
0
,
1
]
{\displaystyle [0,1]}
which relates all points
x
,
y
{\displaystyle x,y}
such that
d
(
x
,
y
)
=
0
{\displaystyle d(x,y)=0}
.
x
∼
e
y
⇔
d
(
x
,
y
)
=
0.
{\displaystyle x\sim _{e}y\Leftrightarrow d(x,y)=0.}
d
{\displaystyle d}
is then a distance on the quotient space
[
0
,
1
]
/
∼
e
{\displaystyle [0,1]\,/\!\sim _{e}}
.
It is customary to consider the excursion
e
/
2
{\displaystyle e/2}
rather than
e
{\displaystyle e}
.
= Poisson line-breaking construction
=This is also called stick-breaking construction.
Consider a non-homogeneous Poisson point process N with intensity
r
(
t
)
=
t
{\displaystyle r(t)=t}
. In other words, for any
t
>
0
{\displaystyle t>0}
,
N
t
{\displaystyle N_{t}}
is a Poisson variable with parameter
t
2
{\displaystyle t^{2}}
. Let
C
1
,
C
2
,
…
{\displaystyle C_{1},C_{2},\ldots }
be the points of
N
{\displaystyle N}
. Then the lengths of the intervals
[
C
i
,
C
i
+
1
]
{\displaystyle [C_{i},C_{i+1}]}
are exponential variables with decreasing means. We then make the following construction:
(initialisation) The first step is to pick a random point
u
{\displaystyle u}
uniformly on the interval
[
0
,
C
1
]
{\displaystyle [0,C_{1}]}
. Then we glue the segment
]
C
1
,
C
2
]
{\displaystyle ]C_{1},C_{2}]}
to
u
{\displaystyle u}
(mathematically speaking, we define a new distance). We obtain a tree
T
1
{\displaystyle T_{1}}
with a root (the point 0), two leaves (
C
1
{\displaystyle C_{1}}
and
C
2
{\displaystyle C_{2}}
), as well as one binary branching point (the point
u
{\displaystyle u}
).
(iteration) At step k, the segment
]
C
k
,
C
k
+
1
]
{\displaystyle ]C_{k},C_{k+1}]}
is similarly glued to the tree
T
k
−
1
{\displaystyle T_{k-1}}
, on a uniformly random point of
T
k
−
1
{\displaystyle T_{k-1}}
.
This algorithm may be used to simulate numerically Brownian trees.
= Limit of Galton-Watson trees
=Consider a Galton-Watson tree whose reproduction law has finite non-zero variance, conditioned to have
n
{\displaystyle n}
nodes. Let
1
n
G
n
{\displaystyle {\tfrac {1}{\sqrt {n}}}G_{n}}
be this tree, with the edge lengths divided by
n
{\displaystyle {\sqrt {n}}}
. In other words, each edge has length
1
n
{\displaystyle {\tfrac {1}{\sqrt {n}}}}
. The construction can be formalized by considering the Galton-Watson tree as a metric space or by using renormalized contour processes.
Here, the limit used is the convergence in distribution of stochastic processes in the Skorokhod space (if we consider the contour processes) or the convergence in distribution defined from the Hausdorff distance (if we consider the metric spaces).
References
Kata Kunci Pencarian:
- Mudan
- Daftar tumbuhan terbesar
- Daftar bentuk matematika
- Daftar spesies eukaliptus
- Brownian tree
- Diffusion-limited aggregation
- Brownian motion
- Random tree
- Real tree
- Fractal
- Brownian snake
- Menger sponge
- Erdős–Rényi model
- Chaos game