Skip to content

Commit 608e542

Browse files
authored
bump mathlib (#330)
previous version gave errors for some people
1 parent d1f61ee commit 608e542

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

Carleson/ToMathlib/Misc.lean

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,9 @@ lemma lintegral_Ioc_partition {a b : ℕ} {c : ℝ} {f : ℝ → ℝ≥0∞} (hc
139139
have li : a * c ≤ b * c := by gcongr
140140
rw [← Ioc_union_Ioc_eq_Ioc li (by gcongr; omega),
141141
lintegral_union measurableSet_Ioc (Ioc_disjoint_Ioc_of_le le_rfl),
142-
Nat.Ico_succ_right_eq_insert_Ico h, Finset.sum_insert Finset.right_not_mem_Ico,
143-
add_comm (lintegral ..), ih]
142+
← Order.succ_eq_add_one, ← Finset.insert_Ico_right_eq_Ico_succ h,
143+
Finset.sum_insert Finset.right_not_mem_Ico,
144+
add_comm (lintegral ..), ih, Order.succ_eq_add_one]
144145

145146
/-! ## Averaging -/
146147

@@ -274,11 +275,7 @@ end eLpNorm
274275

275276
namespace MemLp
276277

277-
variable {f : α → F} {p : ℝ≥0∞}
278-
theorem enorm (hf : MemLp f p μ) : MemLp (‖f ·‖ₑ) p μ :=
279-
⟨hf.aestronglyMeasurable.enorm.aestronglyMeasurable,
280-
by simp_rw [MeasureTheory.eLpNorm_enorm, hf.eLpNorm_lt_top]⟩
281-
278+
variable {p : ℝ≥0∞}
282279
theorem toReal {f : α → ℝ≥0∞} (hf : MemLp f p μ) : MemLp (f · |>.toReal) p μ :=
283280
⟨hf.aestronglyMeasurable.aemeasurable.ennreal_toReal.aestronglyMeasurable,
284281
eLpNorm_toReal_le.trans_lt hf.eLpNorm_lt_top⟩

lake-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "",
18-
"rev": "529c13b5da1ff47aef41dbebd4d004fdf353aaf7",
18+
"rev": "a336c585a94229b8ec3b48abfba42bdd4c0caf7c",
1919
"name": "mathlib",
2020
"manifestFile": "lake-manifest.json",
2121
"inputRev": null,
@@ -45,10 +45,10 @@
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "24f15e3fbeb4df449dacb61f761a136e9c989a94",
48+
"rev": "f5e58ef1f58fc0cbd92296d18951f45216309e48",
4949
"name": "importGraph",
5050
"manifestFile": "lake-manifest.json",
51-
"inputRev": "nightly-testing",
51+
"inputRev": "main",
5252
"inherited": true,
5353
"configFile": "lakefile.toml"},
5454
{"url": "https://github.com/leanprover-community/ProofWidgets4",
@@ -85,17 +85,17 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover-community",
88-
"rev": "92079574ccbf31af64468cb70f0f9da6c0138997",
88+
"rev": "78e1181c4752c7e10874d2ed5a6a15063f4a35b6",
8989
"name": "batteries",
9090
"manifestFile": "lake-manifest.json",
91-
"inputRev": "lean-pr-testing-8161",
91+
"inputRev": "main",
9292
"inherited": true,
9393
"configFile": "lakefile.toml"},
9494
{"url": "https://github.com/leanprover/lean4-cli",
9595
"type": "git",
9696
"subDir": null,
9797
"scope": "leanprover",
98-
"rev": "aff4176e5c41737a0d73be74ad9feb6a889bfa98",
98+
"rev": "4f22c09e7ded721e6ecd3cf59221c4647ca49664",
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.20.0-rc2
1+
leanprover/lean4:v4.20.0-rc4

0 commit comments

Comments
 (0)