Skip to content

Commit 01603e0

Browse files
vihdzpReemMelamed
authored andcommitted
chore: coe_mk lemma for OuterMeasure (leanprover-community#40167)
1 parent 0b83dc2 commit 01603e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mathlib/MeasureTheory/OuterMeasure/Defs.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ instance : FunLike (OuterMeasure α) (Set α) ℝ≥0∞ where
7676
coe_injective' | ⟨_, _, _, _⟩, ⟨_, _, _, _⟩, rfl => rfl
7777

7878
@[simp] theorem measureOf_eq_coe (m : OuterMeasure α) : m.measureOf = m := rfl
79+
@[simp] theorem coe_mk (m : Set α → ℝ≥0∞) (h₁ h₂ h₃) : OuterMeasure.mk m h₁ h₂ h₃ = m := rfl
7980

8081
instance : OuterMeasureClass (OuterMeasure α) α where
8182
measure_empty f := f.empty

0 commit comments

Comments
 (0)