diff options
| author | Reynald Affeldt | 2020-06-04 22:49:54 +0900 |
|---|---|---|
| committer | Cyril Cohen | 2020-06-06 19:38:55 +0200 |
| commit | 0a4c927087ef2c3f6f0e20f6ad65ca932d9d3f6d (patch) | |
| tree | 5c7a135e6285b2f740a9a91543bb98a9b8c93019 | |
| parent | 344207b5925cb82ab46798d3ca3c13d3926fa0cb (diff) | |
add new lemmas to the changelog
| -rw-r--r-- | CHANGELOG_UNRELEASED.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG_UNRELEASED.md b/CHANGELOG_UNRELEASED.md index 586b195..6f26e81 100644 --- a/CHANGELOG_UNRELEASED.md +++ b/CHANGELOG_UNRELEASED.md @@ -62,6 +62,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - in `fintype.v`, new lemmas: `seq_sub_default`, `seq_subE` - in `order.v`, new "unfolding" lemmas: `minEnat` and `maxEnat` +- in `ssrbool.v` + + lemmas about the `cancel` predicate and `{in _, _}`/`{on _, _}` notations: + * `onW_can`, `onW_can_in`, `in_onW_can`, `onT_can`, `onT_can_in`, `in_onT_can` + + lemmas about monotone functions and the `{in _, _}` notation: + * `homoRL_in`, `homoLR_in`, `homo_mono_in`, `monoLR_in`, `monoRL_in`, + `can_mono_in` + + lemmas about the `cancel` predicate and injective functions: + * `inj_can_sym_in_on`, `inj_can_sym_on`, `inj_can_sym_in` + ### Changed - in `order.v`, `le_xor_gt`, `lt_xor_ge`, `compare`, `incompare`, `lel_xor_gt`, |
