Skip to content

Commit

Permalink
chore: bump to current mathlib (#230)
Browse files Browse the repository at this point in the history
~~and a few other misc changes as I was playing with this branch, which
I'll remove from this PR soon~~ landed in #232
  • Loading branch information
grunweg authored Feb 10, 2025
1 parent 8f09248 commit 5894b59
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Carleson/ToMathlib/RealInterpolation.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2714,11 +2714,11 @@ lemma estimate_trnc₁ {spf : ScaledPowerFunction} {j : Bool}
((sel j p₀ p₁).toReal ⁻¹ * (sel j q₀ q₁).toReal) := by
congr
rw [← one_div]
refine (eLpNorm_eq_lintegral_rpow_enorm ?_ ?_).symm
refine (eLpNorm_eq_lintegral_rpow_enorm (ε := E₁) ?_ ?_).symm
· exact (interpolated_pos' hp₀ hp₁ hp).ne'
· exact interp_exp_ne_top hp₀p₁.ne ht hp

-- TODO: move this to Weaktype.lean?
-- TODO: move this to WeakType.lean?
lemma wnorm_eq_zero_iff {f : α → E₁} {p : ℝ≥0∞} [NormedAddCommGroup E₁] (hp : p ≠ 0) :
wnorm f p μ = 0 ↔ f =ᵐ[μ] 0 := by
unfold wnorm
Expand Down
2 changes: 1 addition & 1 deletion docbuild/lakefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ scope = "leanprover"
name = "doc-gen4"
# If you are developing against a release candidate or a stable version `v4.x`, replace `main` below by `v4.x`.
# If you do not use `main` keep in mind to update this field as you update your Lean version.
rev = "v4.16.0"
rev = "main"
24 changes: 12 additions & 12 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "a6276f4c6097675b1cf5ebd49b1146b735f38c02",
"rev": "ebbd72bd24186186016706e3716518fbc7aba085",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": null,
Expand All @@ -25,10 +25,10 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "1622a8693b31523c8f82db48e01b14c74bc1f155",
"rev": "59a8514bb0ee5bae2689d8be717b5272c9b3dc1c",
"name": "plausible",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.16.0-rc1",
"inputRev": "main",
"inherited": true,
"configFile": "lakefile.toml"},
{"url": "https://github.com/leanprover-community/LeanSearchClient",
Expand All @@ -45,7 +45,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "1a6613663c3eb08c401ce0fd1a408412f2c2321e",
"rev": "5013810061a18ca1f5510106172b94c6fbd0a2fc",
"name": "importGraph",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -55,37 +55,37 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "07f60e90998dfd6592688a14cd67bd4e384b77b2",
"rev": "8fff3f074da9237cd4e179fd6dd89be6c4022d41",
"name": "proofwidgets",
"manifestFile": "lake-manifest.json",
"inputRev": "v0.0.50",
"inputRev": "v0.0.52-pre",
"inherited": true,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/aesop",
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "79402ad9ab4be9a2286701a9880697e2351e4955",
"rev": "ba9a63be53f16b3b6e4043641c6bad4883e650b4",
"name": "aesop",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.16.0-rc1",
"inputRev": "master",
"inherited": true,
"configFile": "lakefile.toml"},
{"url": "https://github.com/leanprover-community/quote4",
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "f0c584bcb14c5adfb53079781eeea75b26ebbd32",
"rev": "7b3b0c8327b3c0214ac49ca6d6922edbb81ab8c9",
"name": "Qq",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.15.0",
"inputRev": "master",
"inherited": true,
"configFile": "lakefile.toml"},
{"url": "https://github.com/leanprover-community/batteries",
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "01006c9e86bf9e397c026fef4190478dd1fd897e",
"rev": "24cbb071689802fd6d3ff42198b19b125004c4e3",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -95,7 +95,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover",
"rev": "0c8ea32a15a4f74143e4e1e107ba2c412adb90fd",
"rev": "a2eb24a3dbf681f2b655f82ba5ee5b139d4a5abc",
"name": "Cli",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.16.0
leanprover/lean4:v4.17.0-rc1

0 comments on commit 5894b59

Please sign in to comment.