Skip to content

Commit 6dfb059

Browse files
authored
chore: bump mathlib (#524)
1 parent 8ac3da8 commit 6dfb059

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

Carleson/Classical/Helper.lean

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
55

66
open MeasureTheory
77

8-
theorem Real.volume_uIoc {a b : ℝ} : volume (Set.uIoc a b) = ENNReal.ofReal |b - a| := by
9-
/- Cf. proof of Real.volume_interval-/
10-
rw [Set.uIoc, volume_Ioc, max_sub_min_eq_abs]
11-
128
lemma intervalIntegral.integral_conj' {μ : Measure ℝ} {𝕜 : Type*} [RCLike 𝕜] {f : ℝ → 𝕜} {a b : ℝ} :
139
∫ x in a..b, (starRingEnd 𝕜) (f x) ∂μ = (starRingEnd 𝕜) (∫ x in a..b, f x ∂μ) := by
1410
rw [intervalIntegral_eq_integral_uIoc, integral_conj, intervalIntegral_eq_integral_uIoc,

Carleson/Psi.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ private lemma endpoint_sub_one (hx : 0 < x) (h : D ^ (-⌈logb D (4 * x)⌉) < 1
197197
rw [one_add_logb hD hx]
198198
apply le_antisymm
199199
· rw [← inv_eq_one_div, zpow_neg, inv_lt_inv₀ (by positivity) (cDx0 hD two_pos hx)] at h
200-
rw [Int.floor_le_sub_one_iff, ← rpow_lt_rpow_left_iff hD,
200+
rw [Int.le_sub_one_iff, Int.floor_lt, ← rpow_lt_rpow_left_iff hD,
201201
rpow_logb (D0 hD) (ne_of_gt hD) (cDx0 hD two_pos hx)]
202202
exact_mod_cast h
203203
· apply sub_le_iff_le_add.2 ∘ Int.ceil_le.2

Carleson/ToMathlib/MinLayer.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ lemma iUnion_lt_minLayer_iff_bounded_series :
181181
all `LTSeries` in `A` have length at most `n`. -/
182182
lemma iUnion_minLayer_iff_bounded_series :
183183
⋃ (k ≤ n), A.minLayer k = A ↔ ∀ p : LTSeries A, p.length ≤ n := by
184-
simp [← lt_succ_iff, iUnion_lt_minLayer_iff_bounded_series]
184+
simp_rw [← Nat.lt_succ_iff, iUnion_lt_minLayer_iff_bounded_series]
185185

186186
variable [Fintype α]
187187

lake-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "",
18-
"rev": "32d24245c7a12ded17325299fd41d412022cd3fe",
18+
"rev": "b66f9a38d12cfb6b0b1e4398f3936c33ecf9e10c",
1919
"name": "mathlib",
2020
"manifestFile": "lake-manifest.json",
21-
"inputRev": "v4.27.0-rc1",
21+
"inputRev": null,
2222
"inherited": false,
2323
"configFile": "lakefile.lean"},
2424
{"url": "https://github.com/leanprover-community/plausible",
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "leanprover-community",
28-
"rev": "8d3713f36dda48467eb61f8c1c4db89c49a6251a",
28+
"rev": "b3dd6c3ebc0a71685e86bea9223be39ea4c299fb",
2929
"name": "plausible",
3030
"manifestFile": "lake-manifest.json",
3131
"inputRev": "main",
@@ -35,7 +35,7 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "leanprover-community",
38-
"rev": "19e5f5cc9c21199be466ef99489e3acab370f079",
38+
"rev": "5ce7f0a355f522a952a3d678d696bd563bb4fd28",
3939
"name": "LeanSearchClient",
4040
"manifestFile": "lake-manifest.json",
4141
"inputRev": "main",
@@ -45,7 +45,7 @@
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "4eb26e1a4806b200ddfe5179d0c2a0fae56c54a7",
48+
"rev": "cff9dd30f2c161b9efd7c657cafed1f967645890",
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": "fb12f5535c80e40119286d9575c9393562252d21",
68+
"rev": "fa78cf032194308a950a264ed87b422a2a7c1c6c",
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": "523ec6fc8062d2f470fdc8de6f822fe89552b5e6",
78+
"rev": "8920dcbb96a4e8bf641fc399ac9c0888e4a6be72",
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": "6254bed25866358ce4f841fa5a13b77de04ffbc8",
88+
"rev": "bc7b7f567dacc39ae904b6f12f6aa7f90e48e45f",
8989
"name": "batteries",
9090
"manifestFile": "lake-manifest.json",
9191
"inputRev": "main",

0 commit comments

Comments
 (0)