Skip to content

Commit 24c00be

Browse files
affeldt-aistCohenCyril
authored andcommitted
a hierarchy and a theory of kernels (math-comp#896)
* a hierarchy and a theory of kernels Co-authored-by: Cyril Cohen <[email protected]> Co-authored-by: @AyumuSaito
1 parent dff5954 commit 24c00be

File tree

5 files changed

+1191
-2
lines changed

5 files changed

+1191
-2
lines changed

CHANGELOG_UNRELEASED.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,29 @@
2424
+ lemmas `emeasurable_fun_lt`, `emeasurable_fun_le`, `emeasurable_fun_eq`,
2525
`emeasurable_fun_neq`
2626
+ lemma `integral_ae_eq`
27+
- in file `kernel.v`,
28+
+ new definitions `kseries`, `measure_fam_uub`, `kzero`, `kdirac`,
29+
`prob_pointed`, `mset`, `pset`, `pprobability`, `kprobability`, `kadd`,
30+
`mnormalize`, `knormalize`, `kcomp`, and `mkcomp`.
31+
+ new lemmas `eq_kernel`, `measurable_fun_kseries`, `integral_kseries`,
32+
`measure_fam_uubP`, `eq_sfkernel`, `kzero_uub`,
33+
`sfinite_kernel`, `sfinite_kernel_measure`, `finite_kernel_measure`,
34+
`measurable_prod_subset_xsection_kernel`,
35+
`measurable_fun_xsection_finite_kernel`,
36+
`measurable_fun_xsection_integral`,
37+
`measurable_fun_integral_finite_kernel`,
38+
`measurable_fun_integral_sfinite_kernel`, `lt0_mset`, `gt1_mset`,
39+
`kernel_measurable_eq_cst`, `kernel_measurable_neq_cst`, `kernel_measurable_fun_eq_cst`,
40+
`measurable_fun_kcomp_finite`, `mkcomp_sfinite`,
41+
`measurable_fun_mkcomp_sfinite`, `measurable_fun_preimage_integral`,
42+
`measurable_fun_integral_kernel`, and `integral_kcomp`.
43+
+ lemma `measurable_fun_mnormalize`
2744

2845
### Changed
2946

47+
- in `lebesgue_integral.v`:
48+
+ lemma `xsection_ndseq_closed` generalized from a measure to a family of measures
49+
3050
### Renamed
3151

3252
- in `derive.v`:

_CoqProject

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ theories/signed.v
4242
theories/itv.v
4343
theories/convex.v
4444
theories/charge.v
45+
theories/kernel.v
4546
theories/altreals/xfinmap.v
4647
theories/altreals/discrete.v
4748
theories/altreals/realseq.v

theories/Make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ signed.v
3333
itv.v
3434
convex.v
3535
charge.v
36+
kernel.v
3637
altreals/xfinmap.v
3738
altreals/discrete.v
3839
altreals/realseq.v

0 commit comments

Comments
 (0)