Skip to content

Commit c8a3ee6

Browse files
committed
addressing comments
1 parent d3b465d commit c8a3ee6

File tree

5 files changed

+119
-116
lines changed

5 files changed

+119
-116
lines changed

CHANGELOG_UNRELEASED.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
+ lemma `integral_distribution` (existsing lemma `integral_distribution` has been renamed)
3737

3838
- in `mathcomp_extra.v`:
39-
+ lemma `prodr_ile1`
39+
+ lemmas `prodr_ile1`, `nat_int`
4040

4141
- in `normedtype.v`:
4242
+ lemma `scaler1`
@@ -49,6 +49,11 @@
4949
- in `lebesgue_integral.v`:
5050
+ lemmas `integral_fin_num_abs`, `Rintegral_cst`, `le_Rintegral`
5151

52+
- new file `pi_irrational.v`:
53+
+ lemmas `measurable_poly`
54+
+ module `pi_irrational`
55+
+ lemma `pi_irrationnal`
56+
5257
### Changed
5358

5459
- in `lebesgue_integrale.v`

_CoqProject

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ theories/probability.v
8989
theories/convex.v
9090
theories/charge.v
9191
theories/kernel.v
92+
theories/pi_irrational.v
9293
theories/showcase/summability.v
9394
analysis_stdlib/Rstruct_topology.v
9495
analysis_stdlib/showcase/uniform_bigO.v

classical/mathcomp_extra.v

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,9 @@ End floor_ceil.
501501
#[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to `ceil_gt_int`")]
502502
Notation ceil_lt_int := ceil_gt_int (only parsing).
503503

504+
Lemma nat_int {R : archiNumDomainType} n : n%:R \is a @Num.int R.
505+
Proof. by rewrite Num.Theory.intrEge0. Qed.
506+
504507
Section bijection_forall.
505508

506509
Lemma bij_forall A B (f : A -> B) (P : B -> Prop) :

theories/Make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ convex.v
5757
charge.v
5858
kernel.v
5959
all_analysis.v
60+
pi_irrational.v
6061
showcase/summability.v

0 commit comments

Comments
 (0)