We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d0ddf commit 8be6a9bCopy full SHA for 8be6a9b
1 file changed
Mathlib/MeasureTheory/VectorMeasure/Integral/L1.lean
@@ -189,6 +189,8 @@ variable {α E F G : Type*} [MeasurableSpace α]
189
[NormedAddCommGroup G] [NormedSpace ℝ G]
190
(Bμ : VectorMeasureWithPairing α E F G)
191
192
+/-- Given `Bμ : VectorMeasureWithPairing` and a set `s`. `Bμ.restrict s` only restrict
193
+the vector measure to `s` without changing the pairing. -/
194
noncomputable def restrict (s : Set α) : VectorMeasureWithPairing α E F G :=
195
VectorMeasureWithPairing.mk Bμ.pairing (Bμ.vectorMeasure.restrict s)
196
0 commit comments