Skip to content

Commit 6700dbf

Browse files
committed
change lemma name
1 parent e1961ab commit 6700dbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/MeasureTheory/Integral/RieszMarkovKakutani/Real.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ theorem _root_.MeasureTheory.Measure.ext_of_integral_eq_on_compactlySupported
400400
[μ.Regular] [ν.Regular] (hμν : ∀ f : C_c(X, ℝ), ∫ x, f x ∂μ = ∫ x, f x ∂ν) :
401401
μ = ν := by
402402
apply Measure.OuterRegular.ext_isOpen
403-
apply Measure.InnerRegularWRT.eq_on_outer_of_eq_on_inner Measure.Regular.innerRegular
403+
apply Measure.InnerRegularWRT.eq_of_innerRegularWRT_of_forall_eq Measure.Regular.innerRegular
404404
Measure.Regular.innerRegular
405405
intro K hK
406406
apply le_antisymm

Mathlib/MeasureTheory/Measure/Regular.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ theorem measure_eq_iSup (H : InnerRegularWRT μ p q) (hU : q U) :
216216
le_antisymm (le_of_forall_lt fun r hr => ?_) (iSup₂_le fun K hK => iSup_le fun _ => μ.mono hK)
217217
simpa only [lt_iSup_iff, exists_prop] using H hU r hr
218218

219-
theorem eq_on_outer_of_eq_on_inner {ν : Measure α} (hμ : μ.InnerRegularWRT p q)
219+
theorem eq_of_innerRegularWRT_of_forall_eq {ν : Measure α} (hμ : μ.InnerRegularWRT p q)
220220
(hν : ν.InnerRegularWRT p q) (hμν : ∀ U, p U → μ U = ν U)
221221
{U : Set α} (hU : q U) : μ U = ν U := by
222222
rw [hμ.measure_eq_iSup hU, hν.measure_eq_iSup hU]

0 commit comments

Comments
 (0)