Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Mathlib/MeasureTheory/Integral/Bochner/L1.lean
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and corresponding API.
The Bochner integral is defined through the extension process described in the file
`Mathlib/MeasureTheory/Integral/SetToL1.lean`, which follows these steps:

1. Define the integral of the indicator of a set. This is `weightedSMul μ s x = μ.real s * x`.
1. Define the integral of the indicator of a set. This is `weightedSMul μ s x = μ.real s x`.
`weightedSMul μ` is shown to be linear in the value `x` and `DominatedFinMeasAdditive`
(defined in the file `Mathlib/MeasureTheory/Integral/SetToL1.lean`) with respect to the set `s`.

Expand All @@ -44,9 +44,6 @@ The Bochner integral is defined through the extension process described in the f
* `α →₁ₛ[μ] E` : simple functions in L1 space, i.e., equivalence classes of integrable simple
functions (defined in `Mathlib/MeasureTheory/Function/SimpleFuncDenseLp.lean`)

We also define notations for integral on a set, which are described in the file
`Mathlib/MeasureTheory/Integral/SetIntegral.lean`.

Note: `ₛ` is typed using `\_s`. Sometimes it shows as a box if the font is missing.

## Tags
Expand Down