Skip to content

Commit

Permalink
blueprint: add product testing lemma
Browse files Browse the repository at this point in the history
  • Loading branch information
RemyDegenne committed Mar 12, 2024
1 parent 8268dc9 commit c19d428
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion blueprint/src/sections/testing.tex
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,21 @@ \section{Product spaces}
\begin{proof}
\uses{lem:testing_bound_renyi_max, lem:renyi_prod_n}
Use Lemma~\ref{lem:renyi_prod_n} in Lemma~\ref{lem:testing_bound_renyi_max}.
\end{proof}
\end{proof}

\begin{lemma}
\label{lem:testing_bound_renyi_one_add_n}
%\lean{}
%\leanok
\uses{def:Renyi}
Let $\mu, \nu$ be two probability measures on $\mathcal X$, let $n \in \mathbb{N}$ and let $E$ be an event on $\mathcal X^n$. For all $\alpha > 0$,
\begin{align*}
\max\{\mu^{\otimes n}(E), \nu^{\otimes n}(E^c)\} \ge \frac{1}{4}\exp\left( - n \inf_{\xi \in \mathcal P(\mathcal X)}\max\{R_{1+\frac{\alpha}{\sqrt{n}}}(\xi, \mu), R_{1+\frac{\alpha}{\sqrt{n}}}(\xi, \nu)\} - \frac{\log 4}{\alpha}\sqrt{n}\right) \: .
\end{align*}
\end{lemma}

\begin{proof}
\uses{lem:renyi_prod_n, lem:testing_bound_renyi_one_add}
Use Lemma~\ref{lem:renyi_prod_n} in Lemma~\ref{lem:testing_bound_renyi_one_add}
\end{proof}

0 comments on commit c19d428

Please sign in to comment.