Skip to content

Commit

Permalink
Update HardyLittlewood.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Jul 31, 2024
1 parent dddf0d6 commit 06fa19b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Carleson/HardyLittlewood.lean
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ theorem Vitali.exists_disjoint_subfamily_covering_enlargment_closedBall'' {α ι
intro a ha
rcases hu a ha with ⟨b, bu, hb, rb⟩
refine ⟨b, bu, ?_⟩
have : dist (x a) (x b) ≤ r a + r b := dist_le_add_of_nonempty_closedBall_inter_closedBall hb
linarith
linarith [dist_le_add_of_nonempty_closedBall_inter_closedBall hb]
have Ac : ∀ a ∈ t', ∃ b ∈ u, closedBall (x a) (r a) ⊆ closedBall (x b) (τ * r b) := by
intro a ha
rcases A a ha with ⟨b, bu, hb⟩
Expand Down

0 comments on commit 06fa19b

Please sign in to comment.