Skip to content

Commit f621ab4

Browse files
Bump to v4.21.0 (#424)
1 parent 3aa5416 commit f621ab4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Carleson/Psi.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ lemma norm_Ks_le {s : ℤ} {x y : X} :
554554
· apply le_trans <| norm_K_le 0 (mem_Icc.1 (dist_mem_Icc_of_Ks_ne_zero hK)).1
555555
rw [pow_zero, one_mul, Nat.cast_zero, add_zero]
556556
suffices 2 * (a : ℝ) + 101 * a ^ 3102 * a ^ 3 by
557-
gcongr; simpa [C2_1_3, ← Real.rpow_natCast] using this
557+
gcongr; simpa [C2_1_3, ← Real.rpow_natCast, -Real.rpow_ofNat] using this
558558
suffices 2 * (a : ℝ) ≤ a ^ 2 * a by linarith
559559
nlinarith [show 4 ≤ (a : ℝ) by exact_mod_cast four_le_a X]
560560
· exact abs_ψ_le_one D (D ^ (-s) * dist x y)
@@ -803,8 +803,8 @@ private lemma norm_Ks_sub_Ks_le₁ {s : ℤ} {x y y' : X} (hK : Ks s x y ≠ 0)
803803
refine le_of_eq_of_le ?_ <|
804804
(Real.strictAnti_rpow_of_base_lt_one (by norm_num) (by norm_num)).antitone a_inv_le
805805
rw [← Real.rpow_left_inj (by positivity) (by positivity) three_pos.ne.symm]
806+
rw [← Real.rpow_mul (by norm_num)]
806807
norm_num
807-
simp
808808
have hlt : 0 < (D2_1_3 a : ℝ) := by simp [D2_1_3]
809809
have : D2_1_3 a * (dist y y' / D ^ s) ^ (a : ℝ)⁻¹ ≥
810810
D2_1_3 a * (2 : ℝ) ^ (-100 * a + (-1 : ℝ)) := mod_cast ((mul_lt_mul_left hlt).2 key).le

lake-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "",
18-
"rev": "87e776fcdaac566a75f44d485042443d57959bcb",
18+
"rev": "308445d7985027f538e281e18df29ca16ede2ba3",
1919
"name": "mathlib",
2020
"manifestFile": "lake-manifest.json",
2121
"inputRev": null,
@@ -25,7 +25,7 @@
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "leanprover-community",
28-
"rev": "1603151ac0db4e822908e18094f16acc250acaff",
28+
"rev": "c4aa78186d388e50a436e8362b947bae125a2933",
2929
"name": "plausible",
3030
"manifestFile": "lake-manifest.json",
3131
"inputRev": "main",
@@ -45,7 +45,7 @@
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "e25fe66cf13e902ba550533ef681cc35a9f18dc2",
48+
"rev": "d07bd64f1910f1cc5e4cc87b6b9c590080e7a457",
4949
"name": "importGraph",
5050
"manifestFile": "lake-manifest.json",
5151
"inputRev": "main",
@@ -65,7 +65,7 @@
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "1b1abe64060b3e3250218646023e47950d8cd396",
68+
"rev": "8ff27701d003456fd59f13a9212431239d902aef",
6969
"name": "aesop",
7070
"manifestFile": "lake-manifest.json",
7171
"inputRev": "master",
@@ -75,7 +75,7 @@
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "d6afe6744246a799a3564dc84a878dab0c4a56d8",
78+
"rev": "e9c65db4823976353cd0bb03199a172719efbeb7",
7979
"name": "Qq",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "master",
@@ -85,7 +85,7 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover-community",
88-
"rev": "d12fdadd81cb96980327cc02587fc14dea65a6e0",
88+
"rev": "8d2067bf518731a70a255d4a61b5c103922c772e",
8989
"name": "batteries",
9090
"manifestFile": "lake-manifest.json",
9191
"inputRev": "main",
@@ -95,7 +95,7 @@
9595
"type": "git",
9696
"subDir": null,
9797
"scope": "leanprover",
98-
"rev": "a0abd472348dd725adbb26732e79b26e7e220913",
98+
"rev": "7c6aef5f75a43ebbba763b44d535175a1b04c9e0",
9999
"name": "Cli",
100100
"manifestFile": "lake-manifest.json",
101101
"inputRev": "main",

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.21.0-rc3
1+
leanprover/lean4:v4.21.0

0 commit comments

Comments
 (0)