-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More blueprint but only very sketchy.
- Loading branch information
Showing
8 changed files
with
211 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,81 @@ | ||
\chapter{Treatment of the integral in the Fourier inversion} | ||
|
||
In this part, we analyze the integral | ||
\begin{align} | ||
I_r = \iint_{\Fbox} \Freg{r} (\theta) \; \ud^d \theta , | ||
\end{align} | ||
where $\Freg{r} \colon \bR^d \to \bC$ is the Fourier transform of the | ||
regularized Green's function of a random walk $\RW$ on $\bZ^d$. By | ||
Corollary~\ref{cor:recurrence_iff_finite_limit_integral}, the finiteness | ||
of this integral in the limit $r \nearrow 1$ characterizes expectation | ||
transience of $\RW$. | ||
|
||
\section{Decomposition of the integral} | ||
|
||
\begin{lemma} | ||
\label{lem:integral_decomposition} | ||
\uses{def:Green_Fourier_transf} | ||
For any $0 < \delta \le \pi$ we can write | ||
\begin{align*} | ||
I_r = J_r^{(\delta)} + K_r^{(\delta)}, | ||
\end{align*} | ||
where the two parts are | ||
\begin{align} | ||
J_r^{(\delta)} = \; & \iint_{\Fbox \setminus B_\delta} \Freg{r} (\theta) \; \ud^d \theta \\ | ||
K_r^{(\delta)} = \; & \iint_{B_\delta} \Freg{r} (\theta) \; \ud^d \theta , | ||
\end{align} | ||
where $B_\delta := \set{ \theta \in \bR^d \, \big| \, \|\theta\| < \delta}$ is the | ||
ball of radius $\delta$ centered at $\vec{0} \in \bR^d$. | ||
\end{lemma} | ||
\begin{proof} | ||
Obvious, since $\Fbox = (\Fbox \setminus B_\delta) \cup B_\delta$ | ||
is a disjoint union. | ||
\end{proof} | ||
|
||
|
||
\section{Dominated convergence away from the origin} | ||
|
||
TODO: Define non-degenerate step distribution (essentially $\sum_{u\in \bZ^d} p(u) e^{\ii u \cdot \theta} \ne 1$ for $\theta \ne 0$ modulo periodicity). | ||
|
||
\begin{lemma} | ||
\label{lem:integral_away} | ||
\uses{lem:integral_decomposition} | ||
If $\RW$ is a time-homogeneous Markovian random walk with suitable | ||
non-degeneracy conditions on its step distribution (to be written down more precisely), | ||
then for any $0 < \delta \le \pi$ the limit | ||
\begin{align*} | ||
\lim_{r \nearrow 1} J_r^{(\delta)} | ||
\end{align*} | ||
exists and is finite (limit in $\bR$). | ||
\end{lemma} | ||
\begin{proof} | ||
Under the nondegeneracy conditions, on the compact set $\Fbox \setminus B_\delta$, | ||
the continuous integrand $\theta \mapsto \Freg{r}(\theta)$ | ||
is bounded (and therefore dominated by a constant function) and | ||
it has the pointwise limit $\lim_{r \nearrow 1} \Freg{r}(\theta) = \Freg{1}(\theta)$. | ||
It therefore follows from the dominated convergence theorem | ||
that $\lim_{r \nearrow 1} J_r^{(\delta)} = J_1^{(\delta)} \in \bR$. | ||
\end{proof} | ||
|
||
\section{Monotone convergence near the origin} | ||
|
||
TODO: Think about the best conditions for step distribution under which monotone convergence can be applied (real-valuedness requires symmetricity of the step-distribution?!?). | ||
|
||
\begin{lemma} | ||
\label{lem:integral_near} | ||
\uses{lem:integral_decomposition} | ||
If $\RW$ is a time-homogeneous Markovian random walk with suitable | ||
symmetricity and integrability conditions on its step distribution (to be written down more precisely), | ||
then there exists a $\delta_0 > 0$ such that for any $0 < \delta \le \delta_0$, the limit | ||
\begin{align*} | ||
\lim_{r \nearrow 1} K_r^{(\delta)} | ||
\end{align*} | ||
is increasing and exists in $[0,+\infty]$. | ||
\end{lemma} | ||
\begin{proof} | ||
\ldots | ||
\end{proof} | ||
|
||
|
||
\section{Characterizing finiteness of the integral} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
\chapter{Random walks} | ||
|
||
|
||
|
||
\section{Random walks on the $d$-dimensional integer grid} | ||
|
||
\begin{definition} | ||
\label{def:grid} | ||
\lean{Grid} | ||
\leanok | ||
The $d$-dimensional integer \textbf{grid} is $\bZ^d$. | ||
\end{definition} | ||
|
||
A walk on the grid $\bZ^d$ is a function | ||
$\walk \colon \bN \to \bZ^d$, denoted $t \mapsto \walk(t)$). | ||
We construct walks from their sequences of steps as follows: | ||
|
||
\begin{definition} | ||
\label{def:walk} | ||
\lean{deftest} | ||
\uses{def:grid} | ||
\leanok | ||
A sequence $(u_s)_{s \in \bN}$ of steps in $\bZ^d$ | ||
determines a \textbf{walk} $\walk \colon \bN \to \bZ^d$ by | ||
\begin{align}\label{eq: RW def} | ||
\walk(t) = \sum_{0 \le s < t} u_s . | ||
\end{align} | ||
\end{definition} | ||
|
||
A random walk is constructed from a sequence of random steps. | ||
|
||
\begin{definition} | ||
\label{def:random_walk} | ||
\uses{def:walk} | ||
\lean{RW} | ||
\leanok | ||
A sequence $(\xi_s)_{s \in \bN}$ of $\bZ^d$-valued | ||
random variables (on some a probability space) | ||
determines a \textbf{random walk} $\RW = \big(\RW(t)\big)_{t \in \bN}$ by | ||
\[ \RW(t) = \sum_{0 \le s < t} \xi_s . \] | ||
\end{definition} | ||
|
||
\begin{lemma} | ||
\label{lem:RW_mble} | ||
\uses{def:random_walk} | ||
\lean{RW.measurable} | ||
The position $\RW(t)$ of a | ||
random walk $\RW = \big(\RW(t)\big)_{t \in \bN}$ | ||
at any time $t \in \bN$ is a $\bZ^d$-valued random variable. | ||
\end{lemma} | ||
\begin{proof} | ||
We must prove that $\RW(t) \colon \Omega \to \bZ^d$ is measurable. | ||
Since each of the steps $\xi_s \colon \Omega \to \bZ^d$ is measurable by | ||
assumption and the position of the | ||
random walk is defined in~\eqref{eq: RW def} by summing the | ||
first $t$ steps, the measurability follows by induction | ||
on $t$ using the fact that sums of measurable $\bZ^d$-valued | ||
functions are measurable. | ||
\end{proof} | ||
|
||
\begin{definition} | ||
\label{def:iid_random_walk} | ||
\uses{def:random_walk} | ||
A random walk $\RW = \big(\RW(t)\big)_{t \in \bN}$ on $\bZ^d$ | ||
said to be \textbf{time-homogeneous Markovian} if its | ||
steps $\big(\RW(t+1) - \RW(t)\big)_{t \in \bN}$ | ||
are independent and identically distributed. | ||
\end{definition} | ||
|
||
\begin{definition} | ||
\label{def:simple_random_walk} | ||
\uses{def:iid_random_walk} | ||
A random walk $\RW = \big(\RW(t)\big)_{t \in \bN}$ on $\bZ^d$ | ||
is \textbf{simple} if it is time-homogeneous Markovian and its | ||
steps are uniformly distributed on nearest neighbors on the grid: | ||
\begin{align*} | ||
\PR \big[ \RW(t+1) - \RW(t) = u \big] = \begin{cases} | ||
\frac{1}{2d} & \text{ if } \|u\| = 1 \\ | ||
0 & \text{ otherwise.} | ||
\end{cases} | ||
\end{align*} | ||
\end{definition} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters