This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Commit 011cafb
chore (measure_theory/integral): split interval_integral.lean into two (#18898)
This divides `interval_integral.lean` (currently 2800 lines) into two roughly equal chunks -- moving the variants of FTC into a new file `fund_thm_calculus.lean` and leaving definitions and basic lemmas in the original file.
Co-authored-by: sgouezel <sebastien.gouezel@univ-rennes1.fr>1 parent 86d0406 commit 011cafb
6 files changed
Lines changed: 1493 additions & 1462 deletions
File tree
- archive/100-theorems-list
- src
- analysis
- fourier
- special_functions
- measure_theory/integral
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments