Skip to content

Commit 08d9e43

Browse files
committed
fix deprecation warning
1 parent 4db23d5 commit 08d9e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FormalConjectures/ErdosProblems/509.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lemma BoundedDiscCover.bound_nonneg_of_nonempty
6565
0 < r := by
6666
apply lt_of_lt_of_le _ bdc.h_bdd
6767
suffices Nonempty ι by
68-
apply tsum_pos bdc.h_summable (fun j => le_of_lt (bdc.h_pos j)) Classical.ofNonempty (bdc.h_pos _)
68+
apply Summable.tsum_pos bdc.h_summable (fun j => le_of_lt (bdc.h_pos j)) Classical.ofNonempty (bdc.h_pos _)
6969
by_contra!
7070
apply Set.Nonempty.ne_empty hS (Set.eq_empty_of_subset_empty _)
7171
convert bdc.h_cover

0 commit comments

Comments
 (0)