Skip to content

Commit

Permalink
upd changelog and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Dec 12, 2023
1 parent 84d8e28 commit 4b52391
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,18 @@
+ definition `locally_integrable`
+ lemmas `integrable_locally`, `locally_integrableN`, `locally_integrableD`,
`locally_integrableB`
+ definitions `HL_max`, `HL_maximal`
+ lemmas `HL_max_ge0`, `HL_maximal_ge0`, `HL_maximalT_ge0`,
+ definition `iavg`
+ lemmas `iavg0`, `iavg_ge0`, `iavg_restrict`, `iavgD`
+ definitions `HL_maximal`
+ lemmas `HL_maximal_ge0`, `HL_maximalT_ge0`,
`lower_semicontinuous_HL_maximal`, `measurable_HL_maximal`,
`maximal_inequality`

### Changed

- in `normedtype.v`:
+ lemmas `vitali_lemma_finite` and `vitali_lemma_finite_cover` now returns
duplicate-free lists of indices

### Renamed

Expand Down
2 changes: 2 additions & 0 deletions theories/lebesgue_integral.v
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Require Import esum measure lebesgue_measure numfun.
(* measure over T2 *)
(* locally_integrable D f == the real number-valued function f is locally *)
(* integrable on D *)
(* iavg f A := "average" of the real-valued function f over *)
(* the set A *)
(* HL_maximal == the Hardy–Littlewood maximal operator *)
(* input: real number-valued function *)
(* output: extended real number-valued function *)
Expand Down

0 comments on commit 4b52391

Please sign in to comment.