Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKontorovich committed Jan 25, 2024
1 parent 8bde707 commit 1207ef3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion PrimeNumberTheoremAnd/SecondProofPNT.lean
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ For any $T>0$, there is a $\delta>0$ so that $[1-\delta,1] \times_{ℂ} [-T,T]$

/-%%
\begin{proof}
\uses{NoZerosInBoxOfNoneOnBoundary}
We have that zeta doesn't vanish on the 1 line and is holomorphic inside the box (except for the pole at $s=1$). If for a height $T>0$, there was no such $\delta$, then there would be a sequence of zeros of $\zeta$ approaching the 1 line, and by compactness, we could find a subsequence of zeros converging to a point on the 1 line. But then $\zeta$ would vanish at that point, a contradiction. (Worse yet, zeta would then be entirely zero...)
\end{proof}
%%-/
Expand Down Expand Up @@ -159,7 +160,7 @@ X^{s}ds = \frac{X^{1}}{1}\mathcal{M}(\widetilde{1_{\epsilon}})(1)

/-%%
\begin{proof}
\uses{ZeroFreeBox, RectangleIntegral, ResidueOfLogDerivative, MellinOfSmooth1, MellinOfDeltaSpikeAt1}
\uses{ZeroFreeBox, Rectangle, RectangleBorder, RectangleIntegral, ResidueOfLogDerivative, MellinOfSmooth1, MellinOfDeltaSpikeAt1}
Residue calculus / the argument principle.
\end{proof}
%%-/
Expand All @@ -179,3 +180,17 @@ where:
\end{itemize}
%%-/
/-%%
\section{Weak PNT'}
\begin{theorem}[Weak PNT']\label{WeakPNT'} We have
$$ \sum_{n \leq x} \Lambda(n) = x + o(x).$$
\end{theorem}
%%-/

/-%%
\begin{proof}
\uses{ChebyshevPsi, SmoothedChebyshevClose, ZetaBoxEval}
Evaluate the integrals.
\end{proof}
%%-/
2 changes: 1 addition & 1 deletion PrimeNumberTheoremAnd/StrongPNT.lean
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ noncomputable def ChebyshevPsi (x : ℝ) : ℝ := (Finset.range (Nat.floor x)).s
/-%%
Main Theorem: The Prime Number Theorem in strong form.
\begin{theorem}[PrimeNumberTheorem]\label{StrongPNT}\lean{PrimeNumberTheorem}\uses{WienerIkehara}
\begin{theorem}[PrimeNumberTheorem]\label{StrongPNT}\lean{PrimeNumberTheorem}\uses{WienerIkehara, ChebysevPsi}
There is a constant $c > 0$ such that
$$
ψ (x) = x + O(x e^{-c \sqrt{\log x}})
Expand Down

0 comments on commit 1207ef3

Please sign in to comment.