We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db23d5 commit 08d9e43Copy full SHA for 08d9e43
FormalConjectures/ErdosProblems/509.lean
@@ -65,7 +65,7 @@ lemma BoundedDiscCover.bound_nonneg_of_nonempty
65
0 < r := by
66
apply lt_of_lt_of_le _ bdc.h_bdd
67
suffices Nonempty ι by
68
- apply tsum_pos bdc.h_summable (fun j => le_of_lt (bdc.h_pos j)) Classical.ofNonempty (bdc.h_pos _)
+ apply Summable.tsum_pos bdc.h_summable (fun j => le_of_lt (bdc.h_pos j)) Classical.ofNonempty (bdc.h_pos _)
69
by_contra!
70
apply Set.Nonempty.ne_empty hS (Set.eq_empty_of_subset_empty _)
71
convert bdc.h_cover
0 commit comments