File tree Expand file tree Collapse file tree 5 files changed +119
-116
lines changed
Expand file tree Collapse file tree 5 files changed +119
-116
lines changed Original file line number Diff line number Diff line change 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 `
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 `
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ theories/probability.v
8989theories/convex.v
9090theories/charge.v
9191theories/kernel.v
92+ theories/pi_irrational.v
9293theories/showcase/summability.v
9394analysis_stdlib/Rstruct_topology.v
9495analysis_stdlib/showcase/uniform_bigO.v
Original file line number Diff line number Diff line change @@ -501,6 +501,9 @@ End floor_ceil.
501501#[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to `ceil_gt_int`")]
502502Notation 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+
504507Section bijection_forall.
505508
506509Lemma bij_forall A B (f : A -> B) (P : B -> Prop ) :
Original file line number Diff line number Diff line change @@ -57,4 +57,5 @@ convex.v
5757charge.v
5858kernel.v
5959all_analysis.v
60+ pi_irrational.v
6061showcase/summability.v
You can’t perform that action at this time.
0 commit comments