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 * BComplete declaration
Lean 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