Commit 2022-10-23 22:06 1246edae
View on Github →feat(analysis/convolution): prove associativity under more convenient assumptions (#16706)
- Prove
convolution_assocwhich has as hypotheses things that are a lot more natural to check. The old version (that has a bit weaker assumptions) is renamed toconvolution_assoc' - Generalize lemmas about double integrals to the case where we have 2 measures
- Consistently use the
is_add_right_invariantfor groups that are not assumed to be abelian (previously I was inconsistent with this for lemmas that only use that multiplication is quasi measure preserving - which follows from either left- or right invariance). - I'm happy to change the definition of
convolutionso that it always plays well with left-invariant measures (instead of the current definition that plays well with right-invariant measures) in a follow-up PR.