Skip to content

Commit

Permalink
add_pos (#112)
Browse files Browse the repository at this point in the history
Hi, I wanna join your project!
  • Loading branch information
madvorak authored Sep 9, 2024
1 parent cbd59e1 commit 3aa1515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Carleson/Discrete/Forests.lean
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ lemma forest_complement {f : X → ℂ} (hf : ∀ x, ‖f x‖ ≤ F.indicator 1
which has value `2 ^ (440 * a ^ 3) / (q - 1) ^ 5` in the blueprint. -/
def C2_0_2 (a : ℝ) (q : ℝ≥0) : ℝ≥0 := C5_1_2 a q + C5_1_3 a q

lemma C2_0_2_pos : C2_0_2 a nnq > 0 := sorry
lemma C2_0_2_pos : C2_0_2 a nnq > 0 := add_pos C5_1_2_pos C5_1_3_pos

variable (X) in
theorem discrete_carleson :
Expand Down

0 comments on commit 3aa1515

Please sign in to comment.