| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-29 | Switch from long suffixes to short suffixes | 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 | |
| 2020-09-05 | Adding contra lemmas with orders | Cyril Cohen | |
| - Adding contra lemmas between `leq`, `ltn`, `Order.le` ("le"), `Order.lt` ("lt"), `b` ("T"), `~~ b` ("N"), `b = false` ("F"), and `~ P` ("not"). - Changelog for contra lemmas with orders Co-authored-by: Reynald Affeldt <reynald.affeldt@aist.go.jp> | |||
| 2020-09-03 | compat Coq < 8.10 | Cyril Cohen | |
| 2020-09-03 | Lemmas reindex_omap and bigD1_ord | Cyril Cohen | |
| + eq_liftF and lift_eqF + proof simplificaions | |||
| 2020-09-03 | Merge pull request #558 from CohenCyril/are_allpairs | Enrico Tassi | |
| Adding allrel predicate | |||
| 2020-09-03 | Adding allrel predicate | Cyril Cohen | |
| 2020-09-03 | New `big_uncond` and `big_rmcond -> big_rmcond_in` | Cyril Cohen | |
| - Lemma `big_rmcond` has been renamed `big_rmcomd_in` and the variant which does not require an `eqType` has been added and named `big_uncond`. - The name `big_rmcond` is deprecated and will be reused for `big_uncond` in the next version of math-comp - Additionally `big_uncond_in` is made available for uniformity, but is already deprecated. | |||
| 2020-09-03 | Expliciting relation between split and [lr]shift | Cyril Cohen | |
| 2020-09-01 | fix for Coq 8.7 | Cyril Cohen | |
| 2020-09-01 | Adding sig_big_dep lemma | Cyril Cohen | |
| 2020-08-25 | Adding lemma `oddS` | Cyril Cohen | |
| 2020-08-17 | Qualify the dual_* notations with the Order module | Kazuhiko Sakaguchi | |
| 2020-08-16 | Merge pull request #517 from thery/minn | Cyril Cohen | |
| Extra theorems about subn minn and maxn | |||
| 2020-08-15 | Extra theorems about subn min and max | thery | |
| 2020-08-13 | Merge pull request #553 from chdoc/non-reversible-notation | Cyril Cohen | |
| fix non-reversible-notation warnings | |||
| 2020-08-13 | fix non-reversible-notation warnings | Christian Doczkal | |
| 2020-08-12 | Get rid of displays in class fields and mixin parameters | Kazuhiko Sakaguchi | |
| - In the definition of structures in order.v, displays are removed from parameters of mixins and fields of classes internally and now only appear in parameters of structures. Consequently, each mixin is now parameterized by a class rather than a structure, and the corresponding factory parameterized by a structure is provided to replace the use of the mixin. These factories have the same names as in the mixins before this change except that `bLatticeMixin` and `tbLatticeMixin` have been renamed to `bottomMixin` and `topMixin` respectively. - Added a factory `distrLatticePOrderMixin` in order.v to build a `distrLatticeType` from a `porderType`. | |||
| 2020-08-11 | fix notation-incompatible-format warnings | Christian Doczkal | |
| 2020-08-11 | Merge pull request #542 from chdoc/nothing-to-inject | Cyril Cohen | |
| fix "Nothing to inject" warnings | |||
| 2020-06-26 | fix "Nothing to inject" warnings | Christian Doczkal | |
| 2020-06-26 | lemmas for proper and setC | Christian Doczkal | |
| 2020-06-24 | Merge pull request #540 from thery/doc | Cyril Cohen | |
| fix the doc for ubnP in ssrnat | |||
| 2020-06-24 | fix the doc for ubnP in ssrnat | thery | |
| 2020-06-24 | simpler proof | thery | |
| 2020-06-18 | conform to 80 chars limit | Christian Doczkal | |
| 2020-06-18 | fixup spacing | Cyril Cohen | |
| 2020-06-18 | Apply suggestions from code review | Christian Doczkal | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2020-06-18 | drop_uniq / CHANGELOG | Christian Doczkal | |
| 2020-06-18 | add fcard_gt?P lemmas found in fourcolor | Christian Doczkal | |
| 2020-06-18 | cards_eqP and cards2P | Christian Doczkal | |
