Skip to content

Commit 144dc16

Browse files
normal_prob cont./reproductive property
Co-authored-by: IshiguroYoshihiro <jb.15r.1213@s.thers.ac.jp>
1 parent 723425a commit 144dc16

2 files changed

Lines changed: 652 additions & 33 deletions

File tree

CHANGELOG_UNRELEASED.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,19 @@
9595

9696
- in `reals.v`:
9797
+ lemmas `sup_ge0`, `has_sup_wpZl`, `gt0_has_supZl`, `has_sup_Mn`, `sup_Mn`
98+
- in `normal_distribution.v`:
99+
+ lemma `normal_funN`
100+
+ lemma `normal_fun_sym`
101+
+ lemma `normal_fun0abs`
102+
+ lemma `normal_pdf_sym`
103+
+ lemma `normal_fun_center_new`
104+
+ lemma `normal_fun_shift`
105+
+ lemma `normal_pdf_uniq_ae`
106+
+ lemma `normal_prob_continuous`
107+
+ lemma `integral_normal_prob`
108+
+ lemma `measurable_normal_prob`
109+
+ lemma `emeasurable_bounded_integrable`
110+
+ lemmas `integrable_normal_probD1`, `normal_probD1`, `normal_probD2`, `normal_probD`
98111

99112
### Changed
100113

@@ -185,6 +198,8 @@
185198
+ lemmas `Radon_NikodymE`, `Radon_Nikodym_fin_num`, `Radon_Nikodym_integrable`,
186199
`ae_eq_Radon_Nikodym_SigmaFinite`, `Radon_Nikodym_change_of_variables`,
187200
`Radon_Nikodym_cscale`, `Radon_Nikodym_cadd`, `Radon_Nikodym_chain_rule`
201+
- in `normal_distribution.v:
202+
+ `normal_fun_center` -> `normal_fun_center0`
188203

189204
### Renamed
190205

0 commit comments

Comments
 (0)