diff options
| author | Kazuhiko Sakaguchi | 2019-10-07 14:31:34 +0200 |
|---|---|---|
| committer | Kazuhiko Sakaguchi | 2020-09-28 20:12:56 +0900 |
| commit | 3e292da9f901e1032311181990bbc1dd160105bb (patch) | |
| tree | cdb7f986354abf9510315da5d8179910afe7c0bd /docs | |
| parent | c9e5a9621c9a2143e1170ef1553fa7d9135b4130 (diff) | |
The new interval library
- `x <= y ?< if c` (lersif) has been replaced with `x < y ?<= if c'` (lteif)
where `c'` is negation of `c`. This change makes statements of several lemmas
(e.g., `lteif_orb`) easily comprehensible.
- The first constructor `BOpen_if` of `itv_bound` has been replaced with
`BClose_if` where the first argument is inverted. Now `pred_of_itv` is defined
by using `lteif` instead of `lersif`.
- Intervals of `T : porderType` form a `porderType` where the ordering relation
is the subset relation. If `T` is a `latticeType`, intervals also form a
`latticeType` where the join and meet are intersection and convex hull
respectively. They are distributive if `T` is an `orderType`.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
