| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-13 | Merge pull request #624 from CohenCyril/mask | Kazuhiko Sakaguchi | |
| Adding some theory for `rem` and generalizing and renaming `subset_maskP` | |||
| 2020-11-12 | Merge pull request #641 from pi8027/hint-extern-exact | Cyril Cohen | |
| Replace `exact:` with `apply:` in `Hint Extern` declarations | |||
| 2020-11-12 | Apply suggestions from Kazuhiko | Cyril Cohen | |
| Co-authored-by: Kazuhiko Sakaguchi <pi8027@gmail.com> | |||
| 2020-11-12 | Equivalences instead of implications for `count_maskP` and `count_subseqP` | Cyril Cohen | |
| 2020-11-12 | Shorter proofs and suggestions by Kazuhiko | Cyril Cohen | |
| Co-authored-by: Kazuhiko Sakaguchi <pi8027@gmail.com> | |||
| 2020-11-12 | Adding some theory for `rem` and generalizing `subset_maskP` | Cyril Cohen | |
| - Added helper lemmas about `rem`: `rem_cons` (to control unfolding), `remE`, `count_rem`, `count_mem_rem`, and `subseq_mem`. (New lemma `drop_index` briges the gap between `cat_take_drop` and `remE`). - `subset_maskP`, which was not released yet is generalized with hypothesis `(forall x, count_mem x s1 <= count_mem x s2)`, instead of `uniq s1` and `{subset s1 <= s2}`, the previous behaviour can be restored with helper lemma `leq_uniq_count` - Its trivial consequence `subset_subseqP` has been added too. | |||
| 2020-11-12 | It is prohibited to use `exact:` in a `Hint Extern` | Kazuhiko Sakaguchi | |
| since `exact` might call `ssrdone` which calls use of level 0 hints, potentially causing a loop in some weird cases. | |||
| 2020-11-11 | Merge pull request #640 from CohenCyril/fix_iota_add | Cyril Cohen | |
| Deprecation of iota_add delayed, and not the one of iter_add | |||
| 2020-11-11 | Merge pull request #604 from chdoc/subseq | Cyril Cohen | |
| lemmas on `subseq` and `rot` | |||
| 2020-11-11 | make pivot the first argument in uniq_subseq_pivot | Christian Doczkal | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2020-11-11 | turn uniq_subseq_pivot into equality | Christian Doczkal | |
| 2020-11-11 | Apply suggestions from code review | Christian Doczkal | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> Co-authored-by: Kazuhiko Sakaguchi <pi8027@gmail.com> | |||
| 2020-11-11 | fixup after feedback from Cyril | Christian Doczkal | |
| 2020-11-11 | Apply suggestions from code review | Christian Doczkal | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2020-11-11 | suggestions from Cyril | Christian Doczkal | |
| 2020-11-11 | lemmas on subseq and rot | Christian Doczkal | |
| 2020-11-11 | Deprecation of iota_add delayed, and not the one of iter_add | Cyril Cohen | |
| 2020-11-11 | Merge pull request #632 from pi8027/path-cycle-sorted | Cyril Cohen | |
| Reorganize, generalize, and add lemmas about `path`, `cycle`, and `sorted` | |||
| 2020-11-11 | Merge pull request #630 from CohenCyril/allpairs_missing | Yves Bertot | |
| New lemmas about allpairs | |||
| 2020-11-11 | New lemmas about allpairs | Cyril Cohen | |
| Co-authored-by: Kazuhiko Sakaguchi <pi8027@gmail.com> | |||
| 2020-11-11 | Remove `cycle_(mask|filter)` lemmas | Kazuhiko Sakaguchi | |
| 2020-11-11 | Apply suggestions from code review | Kazuhiko Sakaguchi | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2020-11-10 | Reorganize, generalize, and add lemmas about `path`, `cycle`, and `sorted` | Kazuhiko Sakaguchi | |
| - Add `allss` and `all_mask` lemmas. - Since `path`, `cycle`, and `sorted` share similar properties, these lemmas have been relocated in the same place to improve the visibility. Some missing lemmas have also been discovered and added. - Generalize `sub_path_in`, `sub_sorted_in`, and `eq_path_in` for non-`eqType` T by introducing a predicate `P : {pred T}`. | |||
| 2020-11-09 | Merge pull request #614 from erikmd/ci-coqbot-compat | Cyril Cohen | |
| [CI] Update only/except rules (Add a variable to rebuild mathcomp only for coq-dev) | |||
| 2020-11-09 | Merge pull request #637 from CohenCyril/fix_changelog | Cyril Cohen | |
| Fix changelog | |||
| 2020-11-09 | fix changelog | Cyril Cohen | |
| 2020-11-07 | fix: Deploy each image w.r.t. a separate GitLab CI environment name | Erik Martin-Dorel | |
| to fully benefit from the "forward_deployment_failure" feature cf. https://docs.gitlab.com/ee/ci/environments/deployment_safety.html#skip-outdated-deployment-jobs Remark on environment names: > Caution: Some characters are not allowed in environment names. Use > only letters, numbers, spaces, and '-', '_', '/', '{', '}', or '.'. > Also, it must not start nor end with '/'. cf. https://docs.gitlab.com/ee/ci/environments/index.html | |||
| 2020-11-06 | Merge pull request #633 from CohenCyril/fix628 | Enrico Tassi | |
| Delaying the deprecation of `iter_add` | |||
| 2020-11-07 | Merge pull request #626 from CohenCyril/inj_card_bij | Kazuhiko Sakaguchi | |
| Generalizing inj_card_onto and inj_card_bij. | |||
| 2020-11-06 | Update mathcomp/ssreflect/ssrnat.v | Cyril Cohen | |
| 2020-11-05 | test switching Coq deprecation mechanizm | Cyril Cohen | |
| 2020-11-04 | Merge pull request #629 from pi8027/remove-compat-1.9 | Cyril Cohen | |
| Remove the mc_1_9 compat module | |||
| 2020-11-04 | Remove the `mc_1_9` compat module | Kazuhiko Sakaguchi | |
| 2020-11-04 | Merge pull request #603 from chdoc/rot-rot | Kazuhiko Sakaguchi | |
| lemmas for reasoning about "rot n (rot m s)" | |||
| 2020-11-03 | Generalizing inj_card_onto and inj_card_bij. | Cyril Cohen | |
| 2020-11-02 | Merge pull request #483 from CohenCyril/permSleq1 | Laurent Théry | |
| Adding lemma PermSleq1 to perm.v | |||
| 2020-11-02 | Adding `permS01` | Cyril Cohen | |
| 2020-11-02 | lemmas for reasoing about "rot n (rot m s)" | Christian Doczkal | |
| 2020-11-02 | Merge pull request #521 from CohenCyril/in_on | Kazuhiko Sakaguchi | |
| In and on | |||
| 2020-11-01 | minimizing variables | Cyril Cohen | |
| Co-authored-by: Kazuhiko Sakaguchi <pi8027@gmail.com> | |||
| 2020-11-01 | generic interactions between in and on | Cyril Cohen | |
| + Taking into account Kazuhiko's remarks Co-authored-by: Kazuhiko Sakaguchi <sakaguchi@coins.tsukuba.ac.jp> | |||
| 2020-10-30 | Merge pull request #627 from pi8027/mulpz | Cyril Cohen | |
| Generalize mulpz for any ringType | |||
| 2020-10-31 | Generalize mulpz for any ringType | Kazuhiko Sakaguchi | |
| 2020-10-31 | Merge pull request #625 from CohenCyril/hotfix_ssrnat | Kazuhiko Sakaguchi | |
| Fix ssrnat | |||
| 2020-10-30 | fix ssrnat | Cyril Cohen | |
| 2020-10-30 | Merge pull request #610 from pi8027/iter-lemmas | Cyril Cohen | |
| Add new lemmas iterM and iterX in ssrnat | |||
| 2020-10-30 | Merge pull request #607 from pi8027/distr-suffixes | Cyril Cohen | |
| Switch from long suffixes to short suffixes | |||
| 2020-10-30 | Use `exp` rather than `X` for exponents of polynomials | Kazuhiko Sakaguchi | |
| 2020-10-29 | Add CHANGELOG entries | Kazuhiko Sakaguchi | |
| 2020-10-29 | Add `dvdpNl` and rename `dvdpN` to `dvdpNr` | Kazuhiko Sakaguchi | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
