Skip to content

Commit

Permalink
make final statement self-contained
Browse files Browse the repository at this point in the history
  • Loading branch information
fpvandoorn committed Oct 28, 2024
1 parent 4033286 commit f64d95c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions blueprint/src/chapter/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ \chapter{Introduction}
\widehat{f}_n:=\frac {1}{2\pi} \int_0^{2\pi} f(x) e^{- i nx} dx .
\end{equation}
Define the partial Fourier sum for $N\ge 0$ as
\begin{equation}
\begin{equation}\label{eq:partial-fourier-sum}
S_Nf(x):=\sum_{n=-N}^N \widehat{f}_n e^{i nx}\ .
\end{equation}

Expand All @@ -52,9 +52,10 @@ \chapter{Introduction}
Let $f$ be a $2\pi$-periodic complex-valued continuous function on $\mathbb{R}$.
Then for almost all $x \in \mathbb{R}$ we have
\begin{equation}\label{eq:fourier-limit}
\lim_{n\to\infty}S_n f(x) = f(x).
\lim_{N\to\infty}S_N f(x) = f(x),
\end{equation}
In other words: the set of real numbers $x$ where \eqref{eq:fourier-limit} fails has Lebesgue measure $0$.
where $S_N f$ is the partial Fourier sum of $f$ defined in \eqref{eq:partial-fourier-sum}.
% In other words: the set of real numbers $x$ where \eqref{eq:fourier-limit} fails has Lebesgue measure $0$.
\end{theorem}

The purpose of this paper is twofold. On the one hand, it prepares computer verification of \Cref{classical-carleson} by presenting a very detailed proof as a blueprint for coding in Lean. We pass through a bound for a generalization of the so-called Carleson operator to doubling metric measure spaces. This generalization is new, and proving these bounds constitutes the second purpose of this paper. This generalization incorporates several results from the recent literature, most prominently bounds for the polynomial Carleson operator of V. Lie \cite{lie-polynomial} as well as its generalization \cite{zk-polynomial}. A computer verification of our theorem will also entail a computer verification for the bulk of the work in these results.
Expand Down

0 comments on commit f64d95c

Please sign in to comment.