diff options
| author | Florent Hivert | 2019-09-03 23:06:46 +0200 |
|---|---|---|
| committer | Florent Hivert | 2019-11-15 21:28:20 +0100 |
| commit | 7ea7cd6ef399cdb8ed4eb25485cde1a4d604943f (patch) | |
| tree | 62e0a3078b73d5fae85176f26de3cdf0554eb9ac /CHANGELOG_UNRELEASED.md | |
| parent | 570109acd43d57778df048428fb29d416b6573db (diff) | |
More lemmas on seqs
Diffstat (limited to 'CHANGELOG_UNRELEASED.md')
| -rw-r--r-- | CHANGELOG_UNRELEASED.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG_UNRELEASED.md b/CHANGELOG_UNRELEASED.md index 28d1b5c..9a14eec 100644 --- a/CHANGELOG_UNRELEASED.md +++ b/CHANGELOG_UNRELEASED.md @@ -85,6 +85,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Added lemmas on commutation with difference, big sum and prod: `commrB`, `commr_sum`, `commr_prod`. +- Added a few basic seq lemmas about `nseq`, `take` and `drop`: + `nseq_addn`, `take_take`, `take_drop`, `take_addn`, `takeC`, + `take_nseq`, `drop_nseq`, `rev_nseq`, `take_iota`, `drop_iota`. + + ### Changed - `eqVneq` lemma is changed from `{x = y} + {x != y}` to |
