We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946e648 commit 49bd90cCopy full SHA for 49bd90c
Carleson/ToMathlib/BoundedFiniteSupport.lean
@@ -13,9 +13,7 @@ variable {X E : Type*} [MeasurableSpace X]
13
variable {f : X → E} [TopologicalSpace E] [ENorm E] [Zero E] {μ : Measure X}
14
15
/-- Definition to avoid repeating ourselves.
16
-Blueprint states: *bounded measurable function $g$ on $X$ supported on a set of finite measure*.
17
-Slightly weaker than `BoundedCompactSupport`.
18
-TODO probably want this as a `structure` instead of an explicit conjunction. -/
+Blueprint states: *bounded measurable function $g$ on $X$ supported on a set of finite measure*. -/
19
@[fun_prop]
20
structure BoundedFiniteSupport (f : X → E) (μ : Measure X := by volume_tac) : Prop where
21
memLp : MemLp f ∞ μ
0 commit comments