| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-03 | Lemmas mxminpoly_minP and dvd_mxminpoly | Cyril Cohen | |
| 2020-09-03 | Merge pull request #558 from CohenCyril/are_allpairs | Enrico Tassi | |
| Adding allrel predicate | |||
| 2020-09-03 | Merge pull request #565 from CohenCyril/split_ordP | Laurent Théry | |
| Expliciting relation between split and [lr]shift | |||
| 2020-09-03 | Merge pull request #564 from CohenCyril/pinvmx | Laurent Théry | |
| More pinvmx theory | |||
| 2020-09-03 | Adding allrel predicate | Cyril Cohen | |
| 2020-09-03 | Merge pull request #560 from CohenCyril/commr_horner | Laurent Théry | |
| Adding commr_horner lemma | |||
| 2020-09-03 | More pinvmx theory | Cyril Cohen | |
| 2020-09-03 | Merge pull request #569 from CohenCyril/mx0 | affeldt-aist | |
| Extracting a nonzero coefficient from a nonzero matrix | |||
| 2020-09-03 | Adding commr_horner lemma | Cyril Cohen | |
| 2020-09-03 | Expliciting relation between split and [lr]shift | Cyril Cohen | |
| 2020-09-03 | Extracting a nonzero coefficient from a nonzero matrix | Cyril Cohen | |
| + shortening some proofs | |||
| 2020-09-03 | Merge pull request #571 from CohenCyril/diag_trig | affeldt-aist | |
| Elementary theory of diagonal and triagular matrices | |||
| 2020-09-03 | Elementary theory of diagonal and triagular matrices | Cyril Cohen | |
| 2020-09-01 | Merge pull request #559 from CohenCyril/sig_big_dep | Laurent Théry | |
| Adding sig_big_dep lemma | |||
| 2020-09-01 | fix for Coq 8.7 | Cyril Cohen | |
| 2020-09-01 | Adding sig_big_dep lemma | Cyril Cohen | |
| 2020-08-28 | Merge pull request #556 from CohenCyril/oddS | Cyril Cohen | |
| Adding lemma `oddS` | |||
| 2020-08-26 | Update pull_request_template.md | Cyril Cohen | |
| 2020-08-25 | Adding lemma `oddS` | Cyril Cohen | |
| 2020-08-20 | Merge pull request #550 from jashug/dont-refresh-argument-names-overlay | Enrico Tassi | |
| Be robust to a change in the default argument naming algorithm. | |||
| 2020-08-17 | Merge pull request #547 from pi8027/qualified-dual-op | Cyril Cohen | |
| Qualify the dual_* notations with the Order module | |||
| 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 | Be robust to a change in the default argument naming algorithm. | Jasper Hugunin | |
| Overlay for coq/coq#12756, which changes the default argument name to just `S` from `S0`. This change preserves the old name; switching instead to use `S` may be preferable but introduces a potential impact on downstream users of mathcomp. | |||
| 2020-08-13 | Merge pull request #545 from pi8027/fieldext | Cyril Cohen | |
| Make [fieldExtType F of L] work for abstract instances | |||
| 2020-08-13 | Merge pull request #553 from chdoc/non-reversible-notation | Cyril Cohen | |
| fix non-reversible-notation warnings | |||
| 2020-08-13 | Merge pull request #494 from pi8027/rm-displays-in-classes | Cyril Cohen | |
| Get rid of displays in class fields and mixin parameters | |||
| 2020-08-13 | fix non-reversible-notation warnings | Christian Doczkal | |
| 2020-08-12 | Make [fieldExtType F of L] work for abstract instances | Kazuhiko Sakaguchi | |
| 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 | Merge pull request #552 from chdoc/rel-format-warning | Cyril Cohen | |
| fix notation-incompatible-format warnings | |||
| 2020-08-11 | fix notation-incompatible-format warnings | Christian Doczkal | |
| 2020-08-11 | Merge pull request #507 from pi8027/test-guard-cond | Cyril Cohen | |
| Add more test cases for higher-order recursive functions in seq.v w.r.t. the guard condition | |||
| 2020-08-11 | Merge pull request #542 from chdoc/nothing-to-inject | Cyril Cohen | |
| fix "Nothing to inject" warnings | |||
| 2020-08-11 | Merge pull request #551 from CohenCyril/merge-changelog-by-union | Cyril Cohen | |
| Use union driver for CHANGELOG_UNRELEASED | |||
| 2020-08-11 | Use union driver for CHANGELOG_UNRELEASED | Cyril Cohen | |
| 2020-08-11 | Merge pull request #541 from chdoc/properC | Cyril Cohen | |
| lemmas for proper and setC | |||
| 2020-08-11 | Merge pull request #536 from pi8027/hierarchy | Cyril Cohen | |
| Fix some hierarchy.ml related issues | |||
| 2020-06-27 | Fix some Makefile issues and rename `hierarchy_test.v` to `test_hierarchy_all.v` | Kazuhiko Sakaguchi | |
| 2020-06-27 | Fix bugs in hierarchy.ml | Kazuhiko Sakaguchi | |
| - pass `Unix.environment ()` to `coqtop` to preserve the parent process environment, - check the exit status of `coqtop` and report an error if it is wrong, - do not rely on `ssrfun.id` in the `check_join` tactic, and - improve the error message for missing unification hints. | |||
| 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 | Merge pull request #539 from thery/sum_nat_const | Cyril Cohen | |
| simpler proof of sum_nat_const_nat in bigop.v | |||
| 2020-06-24 | missing bigop lemmas (#537) | Laurent Théry | |
| * missing lemmas discovered while developing mathcomp-analysis Co-authored-by: Cohen Cyril <cyril.cohen@inria.fr> * Intermediate lemmas and shortening proofs (thanks Laurent) Co-authored-by: Cohen Cyril <cyril.cohen@inria.fr> Co-authored-by: Cyril Cohen <cohen@crans.org> | |||
| 2020-06-24 | missing lemmas discovered while developing mathcomp-analysis | Reynald Affeldt | |
| 2020-06-24 | fix the doc for ubnP in ssrnat | thery | |
| 2020-06-24 | simpler proof | thery | |
| 2020-06-19 | Merge pull request #509 from chdoc/card-lemmas | Cyril Cohen | |
| Card lemmas | |||
