Skip to content

Commit

Permalink
ZetaInvBnd to be refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKontorovich committed May 6, 2024
1 parent 43455aa commit 58eff5f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions PrimeNumberTheoremAnd/ZetaBounds.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,15 @@ lemma ZetaInvBnd :
sorry
refine ⟨A, ⟨Apos, by linarith [hA'.2]⟩ , C, Cpos, ?_⟩
intro σ t t_gt hσ

sorry

#exit

have logt_gt_one := logt_gt_one t_gt



have σ_ge : 1 - A / |t|.log ≤ σ := by
apply le_trans ?_ hσ.1
suffices A / |t|.log ^ 9 ≤ A / |t|.log by linarith
Expand Down

0 comments on commit 58eff5f

Please sign in to comment.