| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-06 | General theory of min and max, and use in ssrnum | Cyril Cohen | |
| - min and max can now be used in a partial order (sometimes under preconditions) - min and max can now be used in a numDomainType (sometimes under preconditions) | |||
| 2020-06-06 | Increasing definitional equalities | Cyril Cohen | |
| - `Order.max` and `Order.min` are now convertible to `maxn` and `minn` - Inserting `(fun _ _ => erefl)` in `LeOrderMixin` and `LtOrderMixin` gives `meet`/`join` which are convertible to `min`/`max` - `Order.max` and `Order.min` are not convertible to former `Num.max` and `Num.min` | |||
| 2020-06-06 | Generalizing max and min to porderType | Cyril Cohen | |
| - max and min are not defined in terms or meet and join anymore - extremum_inP is a generalization of extremum suitable for a partial order - arg_min and arg_max are usable in a porderType - equivalences between min and meet, and max and join are proven for orderType - leP, ltP, ltgtP, and `[l]?comparable_.*P` lemmas have been generalized to take this into account - total_display was completely removed | |||
| 2020-06-05 | Merge pull request #514 from affeldt-aist/lemmas_from_analysis_20200521 | Yves Bertot | |
| Lemma addition to ssrnum | |||
| 2020-06-05 | fix naming | Reynald Affeldt | |
| 2020-06-05 | Missing mono lemmas (#513) | Cyril Cohen | |
| * Missing mono lemmas | |||
| 2020-06-04 | fix changelog | Reynald Affeldt | |
| 2020-06-04 | fix md formatting | Reynald Affeldt | |
| 2020-06-04 | fix naming | Reynald Affeldt | |
| 2020-06-03 | Merge pull request #520 from CohenCyril/cachix-action | Cyril Cohen | |
| Cachix action | |||
| 2020-06-03 | update default nix and setup cachix | Cyril Cohen | |
| 2020-06-03 | add real_* variants | Reynald Affeldt | |
| 2020-06-02 | another lemma about norm from mathcomp-analysis | Reynald Affeldt | |
| 2020-05-28 | Merge pull request #511 from CohenCyril/nix | Yves Bertot | |
| adding default nix shell | |||
| 2020-05-28 | Merge pull request #504 from pi8027/selectors | affeldt-aist | |
| Revise proofs in ssreflect/*.v | |||
| 2020-05-27 | URL in https | Cyril Cohen | |
| 2020-05-22 | tentative change of naming convention and add variants | Reynald Affeldt | |
| 2020-05-21 | three lemmas that we found useful in the context of the | Reynald Affeldt | |
| mathcomp-analysis project | |||
| 2020-05-16 | A few more revisions | Kazuhiko Sakaguchi | |
| 2020-05-15 | adding default nix shell | Cyril Cohen | |
| 2020-05-13 | Revise proofs in ssreflect/*.v | Kazuhiko Sakaguchi | |
| This change reduces - use of numerical occurrence selectors (#436) and - use of non ssreflect tactics such as `auto`, and improves use of comparison predicates such as `posnP`, `leqP`, `ltnP`, `ltngtP`, and `eqVneq`. | |||
| 2020-05-06 | Merge pull request #495 from pi8027/post-cleaning-pr429 | Cyril Cohen | |
| Reword a CHANGELOG entry introduced in #429 | |||
| 2020-05-06 | Reword a CHANGELOG entry introduced in #429 | Kazuhiko Sakaguchi | |
| that explains an incompatibility between development versions | |||
| 2020-05-04 | Merge pull request #498 from chdoc/doc-in-mem | Cyril Cohen | |
| document 'in_' and 'mem_' prefixes for infix membership | |||
| 2020-05-04 | document 'in_' and 'mem_' prefixes for infix membership | Christian Doczkal | |
| 2020-05-04 | Merge pull request #493 from pi8027/rm-tuple-lemmas-in-order | Cyril Cohen | |
| Remove the tuple extensions in order.v that is available in tuple.v | |||
| 2020-05-04 | Merge pull request #490 from pi8027/fix-fin-dual-order | Cyril Cohen | |
| Add dual_finLatticeType and fix dual_finDistrLatticeType | |||
| 2020-05-04 | Remove the tuple extensions in order.v that is available in tuple.v | Kazuhiko Sakaguchi | |
| 2020-04-21 | Add dual_finLatticeType and fix dual_finDistrLatticeType | Kazuhiko Sakaguchi | |
| This fixes two issues: - dual_finLatticeType was missing, and - dual_finDistrLatticeType was just an identity function. | |||
| 2020-04-15 | fix packager | Cyril Cohen | |
| 2020-04-15 | Merge pull request #487 from affeldt-aist/changelogs_release_1.11.0+beta1 | Yves Bertot | |
| preparing changelogs to release 1.11.0+beta1 | |||
| 2020-04-15 | preparing changelogs to release 1.11.0+beta1 | Reynald Affeldt | |
| 2020-04-15 | Merge pull request #221 from hivert/permcompl | affeldt-aist | |
| Some more lemmas on permutations | |||
| 2020-04-15 | reworked new lemmas in perm and action and added missing ones | Cyril Cohen | |
| In particular: rephrased permS0 and permS1 with all_equal_to | |||
| 2020-04-15 | addressing comments about PR#221 of mathcomp | Reynald Affeldt | |
| 2020-04-15 | Some more lemmas on permutations | Florent Hivert | |
| 2020-04-15 | Merge pull request #475 from CohenCyril/ssrnat_deprecated_symbols | affeldt-aist | |
| adding deprecations in ssrnat | |||
| 2020-04-10 | adding depreciations in ssrnat | Cyril Cohen | |
| 2020-04-10 | Merge pull request #471 from math-comp/all2_guard_cond | affeldt-aist | |
| Make `all2` better wrt the guard condition | |||
| 2020-04-10 | Merge pull request #477 from affeldt-aist/move_good_practice_from_wiki | Cyril Cohen | |
| Move the contents of Good Practices to CONTIBUTING.md | |||
| 2020-04-10 | adding guard conditions check to the test_suite | Cyril Cohen | |
| 2020-04-10 | Make `all2` better wrt the guard condition | Cyril Cohen | |
| fixes #469 | |||
| 2020-04-09 | Merge pull request #473 from affeldt-aist/long_short_suffixes | affeldt-aist | |
| switching long suffixes to short suffixes | |||
| 2020-04-09 | move the contents of | Reynald Affeldt | |
| https://github.com/math-comp/math-comp/wiki/good-practices to CONTRIBUTING.md | |||
| 2020-04-09 | Merge pull request #431 from ppedrot/rm-constr-hint-decls | affeldt-aist | |
| Remove hint declarations using non-global definitions. | |||
| 2020-04-09 | - switching long suffixes to short suffixes | Reynald Affeldt | |
| + `odd_add` -> `oddD` + `odd_sub` -> `oddB` + `take_addn` -> `takeD` + `rot_addn` -> `rotD` + `nseq_addn` -> `nseqD` fixes #359 | |||
| 2020-04-09 | Merge pull request #474 from llelf/doc-typos | affeldt-aist | |
| Documentation typos | |||
| 2020-04-09 | docs: more ".-tuple" fixes | Antonio Nikishaev | |
| 2020-04-09 | more typos | Antonio Nikishaev | |
| 2020-04-09 | Update mathcomp/ssreflect/ssrnat.v | Antonio Nikishaev | |
| the->this Co-Authored-By: Yves Bertot <yves.bertot@inria.fr> | |||
