Skip to content

Commit

Permalink
Merge pull request #175 from pitmonticone/main
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
AlexKontorovich authored May 13, 2024
2 parents 44e6ea4 + e2f4c75 commit 0340787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PrimeNumberTheoremAnd/MellinCalculus.lean
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ theorem MeasureTheory.set_integral_integral_swap {α : Type*} {β : Type*} {E :
convert hf.integrable
exact Measure.prod_restrict s t

-- How to deal with this coersion?... Ans: (f ·)
-- How to deal with this coercion?... Ans: (f ·)
--- noncomputable def funCoe (f : ℝ → ℝ) : ℝ → ℂ := fun x ↦ f x

open Complex Topology Filter Real MeasureTheory Set
Expand Down Expand Up @@ -184,7 +184,7 @@ lemma Filter.BigO_zero_atTop_of_support_in_Icc {a b : ℝ} (f : ℝ → 𝕂)
refine norm_le_zero_iff.mpr <| Function.support_subset_iff'.mp fSupp c ?_
exact fun h ↦ by linarith [mem_Icc.mp h]

-- steal coerction lemmas from EulerProducts.Auxiliary because of build issues, and add new ones
-- steal coercion lemmas from EulerProducts.Auxiliary because of build issues, and add new ones
namespace Complex
-- see https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/Differentiability.20of.20the.20natural.20map.20.E2.84.9D.20.E2.86.92.20.E2.84.82/near/418095234

Expand Down

0 comments on commit 0340787

Please sign in to comment.