Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fpvandoorn/BonnAnalysis i…
Browse files Browse the repository at this point in the history
…nto bp-plancharel
  • Loading branch information
sterecht committed Apr 25, 2024
2 parents d95b807 + 98e9a91 commit 06bd620
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blueprint/src/chapter/plancherel.tex
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ \section{\texorpdfstring{Plancherel's Theorem and the Fourier Transform on $L^2$
\lean{MeasureTheory.memℒp_fourierIntegral, MeasureTheory.snorm_fourierIntegral} % the full Lean name this corresponds to (can be a comma-separated list)
\leanok % the *statement* of the lemma is formalized
Suppose that $f : V \to E$ is in $L^1(V,E)\cap L^2(V,E)$ and let $\widehat{f}$ be the Fourier transform of $f$. Then $\widehat{f},\check{f}\in L^2(V,E)$ and
\[\|\widehat{f}\|_{L^2} = \|f\|_{L^2}=\|\check f\|_{L^2}.\]
Suppose that $f : V \to E$ is in $L^1(V,E)\cap L^2(V,E)$ and let $\widehat{f}$ be the Fourier transform of $f$. Then $\widehat{f},\check{f}\in L^2(V,E)$ and
\[\|\widehat{f}\|_{L^2} = \|f\|_{L^2}=\|\check f\|_{L^2}.\]
\end{theorem}
\begin{proof}
Expand Down Expand Up @@ -301,11 +303,14 @@ \section{\texorpdfstring{Plancherel's Theorem and the Fourier Transform on $L^2$
\end{proof}

\begin{corollary}
\label{thm:fourier-is-l2-linear}
\uses{thm:fourier2-properties} % the (list of) LaTeX labels of the lemmas that are used for this result
\label{thm:fourier-is-l2-linear}
\uses{thm:fourier2-properties} % the (list of) LaTeX labels of the lemmas that are used for this result
\lean{MeasureTheory.fourierIntegralL2} % the full Lean name this corresponds to (can be a comma-separated list)
\leanok % the *statement* of the lemma is formalized
The Fourier transform induces a continuous linear map $L^2(V,E) \to L^2(V,E)$.
The Fourier transform induces a continuous linear map $L^2(V,E) \to L^2(V,E)$.
\end{corollary}
\begin{proof}
% \uses{} % Put any results used in the proof but not in the statement here
Expand Down

0 comments on commit 06bd620

Please sign in to comment.