Skip to content

Commit 0075a18

Browse files
committed
fix proof
1 parent cc1da7f commit 0075a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/Dynamics/BirkhoffSum/Maximal.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ theorem birkhoffAverage_iff_birkhoffSum {f : α → α} {x n g} {a : ℝ} (hn :
200200
nth_rw 2 [←smul_lt_smul_iff_of_pos_left (a := (↑n : ℝ)⁻¹) (by positivity)]
201201
rw [smul_zero, ←birkhoffAverage, birkhoffAverage_sub]
202202
simp only [Pi.sub_apply, sub_pos]
203-
nth_rw 2 [birkhoffAverage_of_comp_eq rfl hn.ne']
203+
nth_rw 2 [birkhoffAverage_of_comp_eq _ rfl (by positivity)]
204204

205205
theorem birkhoffAverageSupSet_eq_birkhoffSupSet {f : α → α} {g a} (ha : 0 < a) :
206206
birkhoffAverageSupSet f g a = birkhoffSupSet f (g - fun _ ↦ a) := by

0 commit comments

Comments
 (0)