Skip to content

Commit 3c0e0ac

Browse files
wwyleleeric-wieser
andauthored
Update Mathlib/Geometry/Euclidean/Volume/Measure.lean
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
1 parent 7d124f5 commit 3c0e0ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Mathlib/Geometry/Euclidean/Volume/Measure.lean

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ scoped[MeasureTheory] notation "μHE[" d "]" => MeasureTheory.Measure.euclideanH
7171
/-- show the scaling factor equals to the ratio between the volume of `d`-dimensional
7272
`Metric.ball` with Euclidean metric and with sup metric (i.e. a cube), or explicity,
7373
$\pi^{d/2} / (2^d \Gamma (d/2+1))$. -/
74-
proof_wanted MeasureTheory.Measure.addHaarScalarFactor_hausdorffMeasure_eq (d : ℕ):
75-
addHaarScalarFactor (volume : Measure (EuclideanSpace ℝ (Fin d))) μH[d] =
76-
volume (Metric.ball (0 : EuclideanSpace ℝ (Fin d)) 1) / volume (Metric.ball (0 : Fin d -> ℝ) 1)
74+
proof_wanted MeasureTheory.Measure.addHaarScalarFactor_hausdorffMeasure_eq (d : ℕ) :
75+
addHaarScalarFactor (volume : Measure (EuclideanSpace ℝ (Fin d))) μH[d] =
76+
volume (Metric.ball (0 : EuclideanSpace ℝ (Fin d)) 1) / volume (Metric.ball (0 : Fin d -> ℝ) 1)
7777

7878
theorem MeasureTheory.Measure.euclideanHausdorffMeasure_def (d : ℕ) :
7979
(μHE[d] : Measure X) =

0 commit comments

Comments
 (0)