Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fpvandoorn committed Jul 30, 2024
1 parent 5c259fc commit b635481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Carleson/DiscreteCarleson.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ lemma L0_has_bounded_series (p : LTSeries (𝔏₀ (X := X) k n)) : p.length ≀
lemma iUnion_L0' : ⋃ (l ≀ n), 𝔏₀' (X := X) k n l = 𝔏₀ k n :=
Set.iUnion_withHeight_iff_bounded_series.mpr L0_has_bounded_series

/-- Part of Lemma 5.5.2 -/repo,
/-- Part of Lemma 5.5.2 -/
lemma pairwiseDisjoint_L0' : univ.PairwiseDisjoint (𝔏₀' (X := X) k n) :=
Set.PairwiseDisjoint_withHeight _

Expand Down

0 comments on commit b635481

Please sign in to comment.