We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf8272 commit 35a3c23Copy full SHA for 35a3c23
1 file changed
Mathlib/Dynamics/BirkhoffSum/Maximal.lean
@@ -151,6 +151,7 @@ lemma birkhoffSumSup_eq_iSup_birkhoffMax :
151
birkhoffSumSup f g x = ⨆ n, ↑(birkhoffMax f g n x) := by
152
simp [birkhoffMax, Pi.partialSups_apply, ←map_partialSups' EReal.coe_max, birkhoffSumSup]
153
154
+/-- The maximal ergodic operator: the supremum of the Birkhoff averages of `g`. -/
155
@[expose]
156
public def birkhoffAverageSup (f : α → α) (g : α → ℝ) (x : α) : EReal :=
157
⨆ n, ↑(birkhoffAverage ℝ f g n x)
0 commit comments