Skip to content

Commit 91b2017

Browse files
committed
chore: fix namespace in Measure.exists_hasLaw (#37825)
1 parent fa7db6b commit 91b2017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Mathlib/Probability/HasLawExists.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ namespace ProbabilityTheory
2323

2424
universe u v
2525

26-
lemma _root_.Measure.exists_hasLaw {𝓧 : Type u} {m𝓧 : MeasurableSpace 𝓧} (μ : Measure 𝓧) :
26+
lemma _root_.MeasureTheory.Measure.exists_hasLaw {𝓧 : Type u} {m𝓧 : MeasurableSpace 𝓧}
27+
(μ : Measure 𝓧) :
2728
∃ Ω : Type u, ∃ _ : MeasurableSpace Ω, ∃ P : Measure Ω, ∃ X : Ω → 𝓧,
2829
Measurable X ∧ HasLaw X μ P :=
2930
⟨𝓧, m𝓧, μ, id, measurable_id, .id⟩

0 commit comments

Comments
 (0)