C Lp Norm translate
MeasureTheory.cLpNorm_translate
Plain-language statement
Translation preserves the compact normalized norm: for every group element , .
Exact Lean statement
@[simp] lemma cLpNorm_translate [NormedAddCommGroup E] (a : G) (f : G → E) : ‖τ a f‖ₙ_[p] = ‖f‖ₙ_[p]
Formal artifact
Lean source
@[simp]lemma cLpNorm_translate [NormedAddCommGroup E] (a : G) (f : G → E) : ‖τ a f‖ₙ_[p] = ‖f‖ₙ_[p] := by cases nonempty_fintype G obtain p | p := p · simp only [cLpNorm_exponent_top_eq_essSup, ENNReal.none_eq_top, translate_apply] exact (Equiv.subRight _).iSup_congr fun _ ↦ rfl obtain rfl | hp := eq_or_ne p 0 · simp only [cLpNorm_exponent_zero, ENNReal.some_eq_coe, ENNReal.coe_zero] · simp only [cLpNorm_eq_expect_norm hp, ENNReal.some_eq_coe, translate_apply] congr 1 exact Fintype.expect_equiv (Equiv.subRight _) _ _ fun _ ↦ rfl- Project
- Arithmetic Progressions Almost Periodicity
- License
- Apache-2.0
- Commit
- afafc42a5326
- Source
- APAP/Prereqs/LpNorm/Compact.lean:386-396
Reuse this declaration
Bring the exact result into your workflow
The import identifies the source module. Your project still needs the pinned package dependency shown on this page.
What this badge means
This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.
Continue in this project
Related declarations
Add Dissociated boring Energy le
AddDissociated.boringEnergy_le
Project documentation
If a finite set is additively dissociated, then its order- additive energy is at most , where is the project's Chang constant. This is the quantitative dissociated-set estimate used in the proof of Chang's lemma.
Source project: Arithmetic Progressions Almost Periodicity
Person-level attribution pending.
Linfty almost periodicity
AlmostPeriodicity.linfty_almost_periodicity
Project documentation
An almost-periodicity theorem. Under the small-growth hypothesis , and for nonempty finite sets , there is a set of translations with . Every changes the normalized convolution by at most in .
Source project: Arithmetic Progressions Almost Periodicity
Person-level attribution pending.
Linfty almost periodicity boosted
AlmostPeriodicity.linfty_almost_periodicity_boosted
Plain-language statement
A boosted almost-periodicity estimate. Under , it finds a large set , with the stated lower bound , such that averaging the target convolution against the -fold convolution of changes it by at most in .
Source project: Arithmetic Progressions Almost Periodicity
Person-level attribution pending.