Skip to content

Commit 8569c84

Browse files
CoolRmalEtienneC30
andauthored
Apply suggestion from @EtienneC30
Co-authored-by: Etienne Marion <66847262+EtienneC30@users.noreply.github.com>
1 parent bf42c2f commit 8569c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/MeasureTheory/MeasurableSpace/Embedding.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def sumProdSum (α β γ δ) [MeasurableSpace α] [MeasurableSpace β] [Measurab
446446

447447
variable {π π' : δ' → Type*} [∀ x, MeasurableSpace (π x)] [∀ x, MeasurableSpace (π' x)]
448448

449-
/-- The type of functions `f : ∀ a, β a` such that for all `a` we have `p a (f a)` is measurable
449+
/-- The type of functions `f : ∀ a, β a` such that for all `a` we have `p a (f a)` is measurably
450450
equivalent to the type of functions `∀ a, {b : β a // p a b}`. -/
451451
def subtypePiEquivPi {p : (a : δ') → π a → Prop} :
452452
{ f : (a : δ') → π a // ∀ (a : δ'), p a (f a) } ≃ᵐ ((a : δ') → { b : π a // p a b }) where

0 commit comments

Comments
 (0)