AlexKontorovich/PrimeNumberTheoremAnd
Source indexedtheorem · leanprover/lean4:v4.32.0
FKS2.floor_row9
PrimeNumberTheoremAnd.IEANTN.FKS2Cor24Row9 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor24Row9.lean:74 to 96
Source documentation
Row-9 floor (Buthe) [e^4, e^10] via floor_xpow_of_check.
Exact Lean statement
theorem floor_row9 : ∀ x ∈ Set.Icc (Real.exp (4:ℝ)) (Real.exp (10:ℝ)),
Eπ x ≤ x ^ (-(1:ℝ)/10)Complete declaration
Lean source
Full Lean sourceLean 4
theorem floor_row9 : ∀ x ∈ Set.Icc (Real.exp (4:ℝ)) (Real.exp (10:ℝ)), Eπ x ≤ x ^ (-(1:ℝ)/10) := by intro x hx have hcurve : ∀ y, Real.exp (4:ℝ) ≤ y → Expr.eval (fun _ => Real.sqrt (Real.log y)) (expSplitNegXpow 10) ≤ y ^ (-(1:ℝ)/(10:ℕ)) := by intro y hy have hypos : (0:ℝ) < y := lt_of_lt_of_le (Real.exp_pos _) hy have hyL : (0:ℝ) ≤ Real.log y := by have h4 : (4:ℝ) ≤ Real.log y := by rw [← Real.log_exp (4:ℝ)]; exact Real.log_le_log (Real.exp_pos _) hy linarith exact le_of_eq (eval_expSplitNegXpow_eq_xpow 10 (by norm_num) y hypos hyL) have h := floor_xpow_of_check (expSplitNegXpow 10) 10 (4:ℝ) 2 24 (by norm_num) (by rw [show ((2:ℚ):ℝ) = 2 by norm_num, show (2:ℝ) = Real.sqrt (2^2) from (Real.sqrt_sq (by norm_num)).symm] exact Real.sqrt_le_sqrt (by norm_num)) (by have h316 : Real.sqrt 10 ≤ 3.163 := by rw [show (3.163:ℝ) = Real.sqrt (3.163^2) from (Real.sqrt_sq (by norm_num)).symm] exact Real.sqrt_le_sqrt (by norm_num) push_cast; linarith [h316]) (lhsE_sub_negxpow_supported 10) floor_slab_check_row9 hcurve x hx simpa using h