Skip to content

Commit 1c6f348

Browse files
authored
Cleanup Psi.lean (#483)
Refactor most lemmas into `enorm`, remainder is marked as private. There will be a merge conflict with #482 hence marked as draft. After #482 lands, further cleanup is likely possible.
1 parent 71ee75c commit 1c6f348

File tree

4 files changed

+306
-343
lines changed

4 files changed

+306
-343
lines changed

Carleson/DoublingMeasure.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lemma defaultD_pos : 0 < defaultD a := by rw [defaultD]; positivity
4949

5050
lemma realD_pos : 0 < (defaultD a : ℝ) := mod_cast defaultD_pos a
5151

52-
lemma D_nonneg : 0 ≤ (defaultD a : ℝ) := le_of_lt (realD_pos a)
52+
lemma realD_nonneg : 0 ≤ (defaultD a : ℝ) := le_of_lt (realD_pos a)
5353

5454
lemma one_le_realD : 1 ≤ (defaultD a : ℝ) := by
5555
rw [defaultD, Nat.cast_pow, Nat.cast_ofNat, ← pow_zero 2]

0 commit comments

Comments
 (0)