Skip to content

Commit 60f889e

Browse files
committed
refactor(MeasureTheory): golf Mathlib/MeasureTheory/Measure/CharacteristicFunction/Basic (#39177)
- refactors `Mathlib/MeasureTheory/Measure/CharacteristicFunction/Basic` by shortening `Measure.ext_of_charFunDual` Extracted from #38104 [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)
1 parent 89d4407 commit 60f889e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

  • Mathlib/MeasureTheory/Measure/CharacteristicFunction

Mathlib/MeasureTheory/Measure/CharacteristicFunction/Basic.lean

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -457,12 +457,7 @@ theorem Measure.ext_of_charFunDual [CompleteSpace E]
457457
μ = ν := by
458458
refine ext_of_integral_char_eq continuous_probChar probChar_ne_one
459459
?_ ?_ (fun L ↦ funext_iff.mp h L)
460-
· intro v hv
461-
rw [ne_eq, LinearMap.ext_iff]
462-
simp only [ContinuousLinearMap.toLinearMap₁₂_apply, LinearMap.zero_apply, not_forall]
463-
change ∃ L : StrongDual ℝ E, L v ≠ 0
464-
by_contra! h
465-
exact hv (SeparatingDual.eq_zero_of_forall_dual_eq_zero (R := ℝ) h)
460+
· exact fun v hv ↦ DFunLike.ne_iff.mpr <| SeparatingDual.exists_ne_zero hv
466461
· exact isBoundedBilinearMap_apply.symm.continuous
467462

468463
/-- The characteristic function of a measure is a product of

0 commit comments

Comments
 (0)