File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -876,7 +876,7 @@ instance _root_.ContinuousMulEquiv.isHaarMeasure_map [BorelSpace G] [IsTopologic
876876 [IsTopologicalGroup H] (e : G ≃ₜ* H) : (μ.map e).IsHaarMeasure :=
877877 e.toMulEquiv.isHaarMeasure_map μ e.continuous e.symm.continuous
878878
879- /-- A convenience wrapper for MeasureTheory.Measure.isAddHaarMeasure_map`. -/
879+ /-- A convenience wrapper for ` MeasureTheory.Measure.isAddHaarMeasure_map`. -/
880880instance _root_.ContinuousLinearEquiv.isAddHaarMeasure_map
881881 {E F R S : Type *} [Semiring R] [Semiring S]
882882 [AddCommGroup E] [Module R E] [AddCommGroup F] [Module S F]
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ noncomputable def circleAverage : E :=
5353lemma circleAverage_def :
5454 circleAverage f c R = (2 * π)⁻¹ • ∫ θ in 0 ..2 * π, f (circleMap c R θ) := rfl
5555
56- /-- Expression of `circleAverage´ in terms of interval averages. -/
56+ /-- Expression of `circleAverage` in terms of interval averages. -/
5757lemma circleAverage_eq_intervalAverage :
5858 circleAverage f c R = ⨍ θ in 0 ..2 * π, f (circleMap c R θ) := by
5959 simp [circleAverage, interval_average_eq]
@@ -68,7 +68,7 @@ lemma circleAverage_eq_intervalAverage :
6868 one_smul]
6969
7070/--
71- Expression of `circleAverage´ with arbitrary center in terms of `circleAverage` with center zero.
71+ Expression of `circleAverage` with arbitrary center in terms of `circleAverage` with center zero.
7272-/
7373lemma circleAverage_fun_add :
7474 circleAverage (fun z ↦ f (z + c)) 0 R = circleAverage f c R := by
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ open scoped Interval
3232
3333variable {E : Type *} [NormedAddCommGroup E] [NormedSpace ℝ E]
3434
35- /-- `⨍ x in a..b, f x` is the average of `f` over the interval `Ι a w.r.t. the Lebesgue measure. -/
35+ /-- `⨍ x in a..b, f x` is the average of `f` over the interval `Ι a b` w.r.t. the Lebesgue
36+ measure. -/
3637notation3 "⨍ " (...)" in " a".." b",
3738 " r:60 :(scoped f => average (Measure.restrict volume (uIoc a b)) f) => r
3839
You can’t perform that action at this time.
0 commit comments