| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-11 | Intro pattern extensions for dup, swap and apply | Cyril Cohen | |
| 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 | 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 | 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-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 | Remove the `mc_1_9` compat module | Kazuhiko Sakaguchi | |
| 2020-11-03 | Generalizing inj_card_onto and inj_card_bij. | Cyril Cohen | |
| 2020-11-02 | lemmas for reasoing about "rot n (rot m s)" | Christian Doczkal | |
| 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 | 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-29 | Switch from long suffixes to short suffixes | Kazuhiko Sakaguchi | |
| 2020-10-29 | Add new lemmas iterM and iterX in ssrnat | Kazuhiko Sakaguchi | |
| 2020-10-12 | Fixing and documenting the change of meaning of `>=< y` | Cyril Cohen | |
| 2020-10-12 | Reorganizing relation between comparability/real and big | Cyril Cohen | |
| 2020-10-12 | comparable_big lemma in order.v | Reynald Affeldt | |
| 2020-10-10 | generalization and shorter proofs | Cyril Cohen | |
| Co-authored-by: Kazuhiko Sakaguchi <pi8027@gmail.com> | |||
| 2020-10-09 | Added results about `mask` and `subseq` | Cyril Cohen | |
| 2020-10-07 | Turn class_of records into primitive records and get rid of the xclass idiom | Kazuhiko Sakaguchi | |
| 2020-09-29 | ssrnat: add subnA, addnCB, addnCAC, addnAl lemmas | Anton Trunov | |
| 2020-09-29 | new mem_imset lemmas | Christian Doczkal | |
| 2020-09-29 | rename mem_imset2 to imset2_f (with deprecation) | Christian Doczkal | |
| 2020-09-29 | rename mem_imset to imset_f (with deprecation) | Christian Doczkal | |
| 2020-09-28 | Submatrix theory | Cyril Cohen | |
| 2020-09-28 | Merge pull request #555 from chdoc/disjoint-lemmas | Cyril Cohen | |
| some lemmas for disjoint | |||
| 2020-09-28 | Apply suggestions from code review | Kazuhiko Sakaguchi | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2020-09-27 | some lemmas for disjoint | Christian Doczkal | |
| 2020-09-27 | Putting ord1 in fintype | Cyril Cohen | |
| ord1 is in zmodp, but it does not really require the zmodType structure of 'I_n to be stated and proven if we state it with ord0. We still keep the variant in zmodp with 0 instead of ord0 (for readability purposes). | |||
| 2020-09-17 | Fix big meet and join notations for dual_display, and add `0^d` and `1^d` ↵ | Kazuhiko Sakaguchi | |
| notations | |||
| 2020-09-16 | add missing contra lemmas (fixes #587) | Christian Doczkal | |
| 2020-09-10 | Merge pull request #492 from CohenCyril/big_rmcond | Kazuhiko Sakaguchi | |
| New `big_uncond` and `big_rmcond -> big_rmcond_in` | |||
| 2020-09-10 | Merge pull request #578 from CohenCyril/contra_le | Kazuhiko Sakaguchi | |
| Adding contra lemmas with orders | |||
| 2020-09-08 | split_find_nth and split_find lemmas | Cyril Cohen | |
