Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
- in `constructive_ereal.v`:
+ lemmas `expe_ge0`, `expe_eq0`, `expe_gt0`

- in `convex.v`:
+ `convType` on `realDomainType`, `realFieldType` and `realType`

### Changed

- in `pi_irrational`:
Expand Down Expand Up @@ -115,6 +118,8 @@
+ notation `measurable_fun_ext` (deprecated since 0.6.2)
+ notations `measurable_fun_id`, `measurable_fun_cst`, `measurable_fun_comp` (deprecated since 0.6.3)
+ notation `measurable_funT_comp` (deprecated since 0.6.3)
- in `convex.v`:
+ instance of `convType` for `R^o` with `R : realDomainType`

### Infrastructure

Expand Down
1 change: 0 additions & 1 deletion _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ reals/constructive_ereal.v
reals/reals.v
reals/real_interval.v
reals/signed.v
reals/interval_inference.v
reals/prodnormedzmodule.v
reals/all_reals.v
experimental_reals/xfinmap.v
Expand Down
1 change: 0 additions & 1 deletion reals/all_reals.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
From mathcomp Require Export interval_inference.
From mathcomp Require Export constructive_ereal.
From mathcomp Require Export reals.
From mathcomp Require Export real_interval.
Expand Down
Loading
Loading