Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fpvandoorn committed Jun 20, 2024
1 parent 6c90b6e commit abc6ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Carleson/FinitaryCarleson.lean
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ theorem finitary_carleson [ProofData a q K σ₁ σ₂ F G] :
∃ G', Measurable G' ∧ 2 * volume G' ≤ volume G ∧
∀ f : X → ℂ, Measurable f → (∀ x, ‖f x‖ ≤ F.indicator 1 x) →
∫⁻ x in G \ G', ‖∑ s in Icc (σ₁ x) (σ₂ x), ∫ y, Ks s x y * f y * exp (I * Q x y)‖₊ ≤
C2_0_1 a (nnq X) * (volume G) ^ (1 - 1 / q) * (volume F) ^ (1 / q) := by sorry
C2_0_1 a nnq * (volume G) ^ (1 - 1 / q) * (volume F) ^ (1 / q) := by sorry

0 comments on commit abc6ac2

Please sign in to comment.