Skip to main content
AlexKontorovich/PrimeNumberTheoremAnd
Source indexedlemma ยท leanprover/lean4:v4.32.0

support_MellinConvolution_subsets

PrimeNumberTheoremAnd.MellinCalculus ยท PrimeNumberTheoremAnd/MellinCalculus.lean:327 to 346

Mathematical statement

Exact Lean statement

lemma support_MellinConvolution_subsets {f g : โ„ โ†’ ๐•‚} {A B : Set โ„} (hf : f.support โІ A)
    (hg : g.support โІ B) : (MellinConvolution f g).support โІ A * B

Complete declaration

Lean source

Canonical source
Full Lean sourceLean 4
lemma support_MellinConvolution_subsets {f g : โ„ โ†’ ๐•‚} {A B : Set โ„} (hf : f.support โІ A)    (hg : g.support โІ B) : (MellinConvolution f g).support โІ A * B := by  rw [Function.support_subset_iff'] at hf hg โŠข  intro x hx  unfold MellinConvolution  simp only [Set.mem_mul, not_exists, not_and] at hx  apply MeasureTheory.integral_eq_zero_of_ae  filter_upwards [ae_restrict_mem (by measurability)]  intro y hy  simp only [mem_Ioi] at hy  simp only [Pi.zero_apply, div_eq_zero_iff, mul_eq_zero, map_eq_zero]  left  by_cases hyA : y โˆˆ A  ยท right    apply hg    intro hxyB    apply hx _ hyA _ hxyB    field_simp  ยท left    apply hf _ hyA