Commit 2019-11-25 09:29 242159f8
View on Github →feat(measure_theory/bochner_integration): bochner integral of simple functions (#1676)
- Bochner integral of simple functions
- Update bochner_integration.lean
- Change notation for simple functions in L1 space; Fill in blanks in
calc
proofs - Better definitions of operations on integrable simple functions
- Update src/measure_theory/bochner_integration.lean Co-Authored-By: sgouezel sebastien.gouezel@univ-rennes1.fr
- Update src/measure_theory/bochner_integration.lean Co-Authored-By: sgouezel sebastien.gouezel@univ-rennes1.fr
- Update src/measure_theory/bochner_integration.lean Co-Authored-By: sgouezel sebastien.gouezel@univ-rennes1.fr
- Update src/measure_theory/bochner_integration.lean Co-Authored-By: sgouezel sebastien.gouezel@univ-rennes1.fr
- Update src/measure_theory/bochner_integration.lean Co-Authored-By: sgouezel sebastien.gouezel@univ-rennes1.fr
- Update src/measure_theory/bochner_integration.lean Co-Authored-By: sgouezel sebastien.gouezel@univ-rennes1.fr
- Several fixes - listed below
- K -> \bbk
- remove indentation after
calc
- use local instances
- one tactic per line
- add
elim_cast
attributes - remove definitions from nolints.txt
- use
linear_map.with_bound
to get continuity - Update documentation and comments
- Fix things
- norm_triangle_sum -> norm_sum_le
- fix documentations and comments (The Bochner integral)
- Fix typos and grammatical errors
- Update src/measure_theory/ae_eq_fun.lean Co-Authored-By: sgouezel sebastien.gouezel@univ-rennes1.fr