Skip to content

Commit 138be1c

Browse files
a hierarchy and a theory of kernels
Co-authored-by: Cyril Cohen <[email protected]> Co-authored-by: @AyumuSaito
1 parent 9d15dff commit 138be1c

File tree

5 files changed

+1166
-2
lines changed

5 files changed

+1166
-2
lines changed

CHANGELOG_UNRELEASED.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,28 @@
44

55
### Added
66

7+
- in file `kernel.v`,
8+
+ new definitions `kseries`, `measure_fam_uub`, `kzero`, `kdirac`,
9+
`prob_pointed`, `mset`, `pset`, `pprobability`, `kprobability`, `kadd`,
10+
`mnormalize`, `knormalize`, `kcomp`, and `mkcomp`.
11+
+ new lemmas `eq_kernel`, `measurable_fun_kseries`, `integral_kseries`,
12+
`measure_fam_uubP`, `eq_sfkernel`, `kzero_uub`, `sfinite_finite`,
13+
`sfinite`, `sfinite_kernel_measure`, `finite_kernel_measure`,
14+
`measurable_prod_subset_xsection_kernel`,
15+
`measurable_fun_xsection_finite_kernel`,
16+
`measurable_fun_xsection_integral`,
17+
`measurable_fun_integral_finite_kernel`,
18+
`measurable_fun_integral_sfinite_kernel`, `lt0_mset`, `gt1_mset`,
19+
`kernel_measurable_eq_cst`, `kernel_measurable_neq_cst`, `kernel_measurable_fun_eq_cst`,
20+
`measurable_fun_kcomp_finite`, `mkcomp_sfinite`,
21+
`measurable_fun_mkcomp_sfinite`, `measurable_fun_preimage_integral`,
22+
`measurable_fun_integral_kernel`, and `integral_kcomp`.
23+
724
### Changed
825

26+
- in `lebesgue_integral.v`:
27+
+ lemma `xsection_ndseq_closed` generalized from a measure to a family of measures
28+
929
### Renamed
1030

1131
- 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)