Skip to content

Commit 49bd90c

Browse files
committed
update docstring
1 parent 946e648 commit 49bd90c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Carleson/ToMathlib/BoundedFiniteSupport.lean

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ variable {X E : Type*} [MeasurableSpace X]
1313
variable {f : X → E} [TopologicalSpace E] [ENorm E] [Zero E] {μ : Measure X}
1414

1515
/-- 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. -/
16+
Blueprint states: *bounded measurable function $g$ on $X$ supported on a set of finite measure*. -/
1917
@[fun_prop]
2018
structure BoundedFiniteSupport (f : X → E) (μ : Measure X := by volume_tac) : Prop where
2119
memLp : MemLp f ∞ μ

0 commit comments

Comments
 (0)