| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 #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 #541 from chdoc/properC | Cyril Cohen | |
| lemmas for proper and setC | |||
| 2020-06-27 | Fix some Makefile issues and rename `hierarchy_test.v` to `test_hierarchy_all.v` | Kazuhiko Sakaguchi | |
| 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 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-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 | |
| 2020-06-18 | cardinality lemmas for #|A| <= 1 and n <= #|A| | Christian Doczkal | |
| 2020-06-17 | contra lemmas involving propositions | Christian Doczkal | |
| 2020-06-13 | Add more test cases for higher-order recursive functions in seq.v w.r.t. the ↵ | Kazuhiko Sakaguchi | |
| guard condition | |||
| 2020-06-09 | add lua&sed to shell and switch to coq 8.11 + fixing doc | Cyril Cohen | |
| 2020-06-09 | fix coq 8.12 warnings | Cyril Cohen | |
| 2020-06-08 | turning let into local definition | Cyril Cohen | |
| 2020-06-08 | Merge pull request #528 from CohenCyril/silence_warnings | Cyril Cohen | |
| silencing warnings in individual packages | |||
| 2020-06-08 | silencing warnings in individual packages | Cyril Cohen | |
| 2020-06-08 | Documenting addition policy to coq. | Cyril Cohen | |
| 2020-06-06 | bugfix | Cyril Cohen | |
| 2020-06-06 | Missing homo_mono lemmas | Cyril Cohen | |
| 2020-06-06 | Improvements | Cyril Cohen | |
| - deprecating `fintype.arg_(min|max)P` - removing dangling comments connecting min max and meet join - better compatibility module - removing broken notations with `\min` and `\max` (no neutral available) - fixing `incompare` and `incomparel` in order.v - adding missing elimination lemmas (`(comparable_)?(max|min)E[lg][et]`) - adding missing `(comparable|real)_arg(min|max)P` - CHANGELOG update | |||
| 2020-06-06 | tentative changelog | Reynald Affeldt | |
| - mostly gathered the changes from previous commits - add `minrC` - minor doc addition to `order.v` | |||
| 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 naming | Reynald Affeldt | |
| 2020-06-03 | add real_* variants | Reynald Affeldt | |
| 2020-06-02 | another lemma about norm from mathcomp-analysis | Reynald Affeldt | |
| 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-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-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 | 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 | 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 | |
