This commit is contained in:
Stefan Kebekus 2024-07-31 15:08:27 +02:00
parent eb4c9da6b5
commit 5328c7cc2a
1 changed files with 3 additions and 2 deletions

View File

@ -48,8 +48,9 @@ theorem jensen_case_R_eq_one
simp at t₁ simp at t₁
rw [t₁] rw [t₁]
simp simp
have : Real.pi⁻¹ * 2⁻¹ * (2 * Real.pi * (logAbsf 0 - ∑ x ∈ S.attach, Real.log (Complex.abs (a x)))) = logAbsf 0 - ∑ x ∈ S.attach, Real.log (Complex.abs (a x)) := by have {w : } : Real.pi⁻¹ * 2⁻¹ * (2 * Real.pi * w) = w := by
sorry ring_nf
simp [mul_inv_cancel Real.pi_ne_zero]
rw [this] rw [this]
simp simp
rfl rfl