Skip to content

Commit 35a3c23

Browse files
committed
add docstring
1 parent aaf8272 commit 35a3c23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mathlib/Dynamics/BirkhoffSum/Maximal.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ lemma birkhoffSumSup_eq_iSup_birkhoffMax :
151151
birkhoffSumSup f g x = ⨆ n, ↑(birkhoffMax f g n x) := by
152152
simp [birkhoffMax, Pi.partialSups_apply, ←map_partialSups' EReal.coe_max, birkhoffSumSup]
153153

154+
/-- The maximal ergodic operator: the supremum of the Birkhoff averages of `g`. -/
154155
@[expose]
155156
public def birkhoffAverageSup (f : α → α) (g : α → ℝ) (x : α) : EReal :=
156157
⨆ n, ↑(birkhoffAverage ℝ f g n x)

0 commit comments

Comments
 (0)