We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1da7f commit 0075a18Copy full SHA for 0075a18
Mathlib/Dynamics/BirkhoffSum/Maximal.lean
@@ -200,7 +200,7 @@ theorem birkhoffAverage_iff_birkhoffSum {f : α → α} {x n g} {a : ℝ} (hn :
200
nth_rw 2 [←smul_lt_smul_iff_of_pos_left (a := (↑n : ℝ)⁻¹) (by positivity)]
201
rw [smul_zero, ←birkhoffAverage, birkhoffAverage_sub]
202
simp only [Pi.sub_apply, sub_pos]
203
- nth_rw 2 [birkhoffAverage_of_comp_eq rfl hn.ne']
+ nth_rw 2 [birkhoffAverage_of_comp_eq _ rfl (by positivity)]
204
205
theorem birkhoffAverageSupSet_eq_birkhoffSupSet {f : α → α} {g a} (ha : 0 < a) :
206
birkhoffAverageSupSet f g a = birkhoffSupSet f (g - fun _ ↦ a) := by
0 commit comments