Skip to content

Commit b03345e

Browse files
authored
chore: bump mathlib (#262)
1 parent 4948e4d commit b03345e

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Carleson/Classical/HilbertKernel.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ lemma Hilbert_kernel_regularity_main_part {y y' : ℝ} (yy'nonneg : 0 ≤ y ∧
118118
intro t ht
119119
have : f = fun t ↦ c t / d t := rfl
120120
rw [this]
121-
have : f' = fun t ↦ ((c' t * d t - c t * d' t) / d t ^ 2) := by ext t; ring_nf
121+
have : f' = fun t ↦ ((c' t * d t - c t * d' t) / d t ^ 2) := by ext t; ring
122122
rw [this]
123123
apply HasDerivAt.div _ _ _
124124
· exact cdef ▸ c'defHasDerivAt.const_sub _ (HasDerivAt.ofReal_comp (hasDerivAt_id' _))

Carleson/Discrete/ExceptionalSet.lean

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,10 @@ lemma john_nirenberg_aux2 {L : Grid X} (mL : L ∈ Grid.maxCubes (MsetA l k n))
287287
simp_rw [stackSize, Q₁, mem_setOf_eq]
288288
congr
289289
have lcast : (2 : ℝ≥0∞) ^ (n + 1) = ((2 ^ (n + 1) : ℕ) : ℝ).toNNReal := by
290-
rw [toNNReal_coe_nat, ENNReal.coe_natCast]; norm_cast
290+
rw [Real.toNNReal_coe_nat, ENNReal.coe_natCast]; norm_cast
291291
have rcast : ∑ q ∈ Q₁, (𝓘 q : Set X).indicator (1 : X → ℝ≥0∞) x =
292292
(((∑ q ∈ Q₁, (𝓘 q : Set X).indicator (1 : X → ℕ) x) : ℕ) : ℝ).toNNReal := by
293-
rw [toNNReal_coe_nat, ENNReal.coe_natCast, Nat.cast_sum]; congr!; simp [indicator]
293+
rw [Real.toNNReal_coe_nat, ENNReal.coe_natCast, Nat.cast_sum]; congr!; simp [indicator]
294294
rw [lcast, rcast, ENNReal.coe_le_coe]
295295
exact Real.toNNReal_le_toNNReal (Nat.cast_le.mpr this)
296296
_ ≤ ∫⁻ x, ∑ q ∈ Q₁, (𝓘 q : Set X).indicator 1 x := setLIntegral_le_lintegral _ _
@@ -841,7 +841,7 @@ lemma third_exception_aux :
841841
refine lintegral_mono fun x ↦ ?_
842842
simp_rw [← ENNReal.coe_natCast, show (2 : ℝ≥0∞) = (2 : ℝ≥0) by rfl,
843843
← ENNReal.coe_zpow two_ne_zero, ← ENNReal.coe_mul, ENNReal.coe_le_coe,
844-
← toNNReal_coe_nat]
844+
Real.toNNReal_coe_nat]
845845
have c2 : (2 : ℝ≥0) ^ (9 * a - j : ℤ) = ((2 : ℝ) ^ (9 * a - j : ℤ)).toNNReal := by
846846
refine ((fun h ↦ (Real.toNNReal_eq_iff_eq_coe h).mpr) ?_ rfl).symm
847847
positivity

Carleson/Discrete/ForestComplement.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ lemma mem_iUnion_iff_mem_of_mem_ℭ {f : ℕ → ℕ → Set (𝔓 X)} (hp : p
194194
· obtain ⟨n', k', _, mp⟩ := h
195195
have e := pairwiseDisjoint_ℭ (X := X).elim (mem_univ (k, n)) (mem_univ (k', n'))
196196
(not_disjoint_iff.mpr ⟨p, hp.1, hf k' n' mp⟩)
197-
rw [Prod.mk.inj_iff] at e
197+
rw [Prod.mk_inj] at e
198198
exact e.1 ▸ e.2 ▸ mp
199199
· use n, k, hp.2
200200

Carleson/ForestOperator/LargeSeparation.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ lemma holder_correlation_rearrange (hf : BoundedCompactSupport f) :
621621
simp_rw [mul_add]; apply lintegral_add_right
622622
apply hf.stronglyMeasurable.measurable.enorm.mul (Measurable.enorm (Measurable.sub ?_ ?_)) <;>
623623
exact (continuous_conj.comp_stronglyMeasurable
624-
(measurable_Ks.comp measurable_prod_mk_right).stronglyMeasurable).measurable
624+
(measurable_Ks.comp measurable_prodMk_right).stronglyMeasurable).measurable
625625
_ ≤ (∫⁻ y in E p, ‖f y‖ₑ * ‖conj (Ks (𝔰 p) y x)‖ₑ * ‖- Q y x + Q y x' + 𝒬 u x - 𝒬 u x'‖ₑ) +
626626
∫⁻ y in E p, ‖f y‖ₑ * ‖conj (Ks (𝔰 p) y x) - conj (Ks (𝔰 p) y x')‖ₑ := by
627627
simp_rw [mul_assoc]; gcongr with y; rw [enorm_mul]; gcongr

Carleson/ForestOperator/RemainingTiles.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ lemma square_function_count (hJ : J ∈ 𝓙₆ t u₁) (s' : ℤ) :
349349
gcongr
350350
rw [Real.toNNReal_mul (by positivity), Real.toNNReal_rpow_of_nonneg (by positivity),
351351
Real.toNNReal_mul (by positivity), ← Real.rpow_intCast,
352-
Real.toNNReal_rpow_of_nonneg (by positivity), NNReal.toNNReal_coe_nat]
352+
Real.toNNReal_rpow_of_nonneg (by positivity), Real.toNNReal_coe_nat]
353353
simp only [Nat.cast_pow, Nat.cast_ofNat, Real.toNNReal_ofNat, Int.cast_neg, ← pow_mul]
354354
rw [← mul_assoc, ← pow_succ, C7_6_4, ← NNReal.rpow_natCast, ← NNReal.rpow_intCast, Int.cast_neg]
355355
congr!

Carleson/ToMathlib/MeasureTheory/Integral/MeanInequalities.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ theorem eLpNorm_top_convolution_le' {p q : ℝ≥0∞} (hpq : p.IsConjExponent q
172172
eLpNorm (f ⋆[L, μ] g) ∞ μ ≤ ENNReal.ofReal c * eLpNorm f p μ * eLpNorm g q μ := by
173173
refine eLpNorm_top_convolution_le_aux hpq hf.enorm ?_ ?_ c hL
174174
· intro x; exact (hg.comp_quasiMeasurePreserving (quasiMeasurePreserving_sub_left μ x)).enorm
175-
· intro x; exact eLpNorm_comp_measurePreserving hg (μ.measurePreserving_sub_left x)
175+
· intro x; apply eLpNorm_comp_measurePreserving hg (Measure.measurePreserving_sub_left μ x)
176176

177177
-- Auxiliary inequality used to prove versions with simpler conditions on `f` and `g`
178178
open ENNReal in
@@ -427,7 +427,7 @@ theorem eLpNorm_convolution_le_of_norm_le_mul' {p q r : ℝ≥0∞}
427427
eLpNorm (f ⋆[L, μ] g) r μ ≤ .ofReal c * eLpNorm f p μ * eLpNorm g q μ := by
428428
refine eLpNorm_convolution_le_of_norm_le_mul_aux hp hq hr hpqr hf.enorm ?_ ?_ ?_ c hL
429429
· intro x; exact hg.enorm.comp_quasiMeasurePreserving (quasiMeasurePreserving_sub_left μ x)
430-
· intro x; exact eLpNorm_comp_measurePreserving hg (μ.measurePreserving_sub_left x)
430+
· intro x; apply eLpNorm_comp_measurePreserving hg (μ.measurePreserving_sub_left x)
431431
· exact hg.comp_quasiMeasurePreserving (quasiMeasurePreserving_sub μ μ) |>.enorm.pow_const _
432432

433433
/-- **Young's convolution inequality**: the `ℒr` seminorm of a convolution `(f ⋆[L, μ] g)` is

Carleson/ToMathlib/WeakType.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ lemma distribution_add_le' {A : ℝ≥0∞} {g₁ g₂ : α → ε}
578578
lemma HasStrongType.const_smul {𝕜 E' α α' : Type*} [NormedAddCommGroup E']
579579
{_x : MeasurableSpace α} {_x' : MeasurableSpace α'} {T : (α → ε) → (α' → E')}
580580
{p p' : ℝ≥0∞} {μ : Measure α} {ν : Measure α'} {c : ℝ≥0} (h : HasStrongType T p p' μ ν c)
581-
[NormedRing 𝕜] [MulActionWithZero 𝕜 E'] [BoundedSMul 𝕜 E'] (k : 𝕜) :
581+
[NormedRing 𝕜] [MulActionWithZero 𝕜 E'] [IsBoundedSMul 𝕜 E'] (k : 𝕜) :
582582
HasStrongType (k • T) p p' μ ν (‖k‖₊ * c) := by
583583
refine fun f hf ↦ ⟨AEStronglyMeasurable.const_smul (h f hf).1 k, eLpNorm_const_smul_le.trans ?_⟩
584584
simp only [ENNReal.smul_def, smul_eq_mul, coe_mul, mul_assoc]
@@ -595,7 +595,7 @@ lemma HasStrongType.const_mul {E' α α' : Type*} [NormedRing E']
595595
lemma HasWeakType.const_smul {𝕜 E' α α' : Type*} [NormedAddCommGroup E']
596596
{_x : MeasurableSpace α} {_x' : MeasurableSpace α'} {T : (α → ε) → (α' → E')}
597597
{p p' : ℝ≥0∞} {μ : Measure α} {ν : Measure α'} {c : ℝ≥0} (h : HasWeakType T p p' μ ν c)
598-
[NormedRing 𝕜] [MulActionWithZero 𝕜 E'] [BoundedSMul 𝕜 E'] (k : 𝕜) :
598+
[NormedRing 𝕜] [MulActionWithZero 𝕜 E'] [IsBoundedSMul 𝕜 E'] (k : 𝕜) :
599599
HasWeakType (k • T) p p' μ ν (‖k‖₊ * c) := by
600600
intro f hf
601601
refine ⟨aestronglyMeasurable_const.smul (h f hf).1, ?_⟩

lake-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "",
18-
"rev": "6e708dc8be75d27f10bf6c0c76ed0b76760ecc50",
18+
"rev": "c529790e37592678166f414cfaaa095c32fe1a60",
1919
"name": "mathlib",
2020
"manifestFile": "lake-manifest.json",
2121
"inputRev": null,
@@ -85,7 +85,7 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover-community",
88-
"rev": "f2fb9809751c4646c68c329b14f7d229a93176fd",
88+
"rev": "5105c4f21aae2d8dc15b4568951810140e6027cd",
8989
"name": "batteries",
9090
"manifestFile": "lake-manifest.json",
9191
"inputRev": "main",

0 commit comments

Comments
 (0)