| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-28 | Submatrix theory | Cyril Cohen | |
| 2020-09-28 | Merge pull request #458 from pi8027/interval | Cyril Cohen | |
| The new interval library | |||
| 2020-09-28 | Merge pull request #597 from CohenCyril/inj_row_free | affeldt-aist | |
| Injectivity for additive functions and mulmxr. | |||
| 2020-09-28 | Apply suggestions from code review | Kazuhiko Sakaguchi | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2020-09-28 | Redefine itv_bound with BRight_if and BRInfty_if | Kazuhiko Sakaguchi | |
| 2020-09-28 | The new interval library | Kazuhiko Sakaguchi | |
| - `x <= y ?< if c` (lersif) has been replaced with `x < y ?<= if c'` (lteif) where `c'` is negation of `c`. This change makes statements of several lemmas (e.g., `lteif_orb`) easily comprehensible. - The first constructor `BOpen_if` of `itv_bound` has been replaced with `BClose_if` where the first argument is inverted. Now `pred_of_itv` is defined by using `lteif` instead of `lersif`. - Intervals of `T : porderType` form a `porderType` where the ordering relation is the subset relation. If `T` is a `latticeType`, intervals also form a `latticeType` where the join and meet are intersection and convex hull respectively. They are distributive if `T` is an `orderType`. | |||
| 2020-09-28 | Merge pull request #484 from CohenCyril/ord1 | Kazuhiko Sakaguchi | |
| Putting `ord1` in `fintype.v` | |||
| 2020-09-28 | Injectivity for additive functions and mulmxr. | Cyril Cohen | |
| 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-24 | Adding `det_mx11` | Cyril Cohen | |
| 2020-09-08 | Adding sub_sums_genmxP (generalizes sub_sumsmxP) | Cyril Cohen | |
| 2020-09-08 | Merge pull request #573 from CohenCyril/horner_diag | Laurent Théry | |
| Polynomial evaluation and minimal/char poly of a diagonal/triangular matrices | |||
| 2020-09-08 | Lemma mul_rvP | Cyril Cohen | |
| 2020-09-07 | Adding [row|col]_[udlr]submx lemmas | Cyril Cohen | |
| 2020-09-07 | compat Coq < 8.10 | Cyril Cohen | |
| 2020-09-07 | Refactoring proof of det_trig and spawning sublemmas | Cyril Cohen | |
| 2020-09-07 | Polynomial evaluation and minimal poly of a diagonal matrix | Cyril Cohen | |
| 2020-09-04 | Adding more map_mx lemmas | Cyril Cohen | |
| 2020-09-04 | Merge pull request #575 from CohenCyril/mxOver | Laurent Théry | |
| Adding mxOver predicate | |||
| 2020-09-03 | Lemmas reindex_omap and bigD1_ord | Cyril Cohen | |
| + eq_liftF and lift_eqF + proof simplificaions | |||
| 2020-09-03 | Merge branch 'missing_mxalgebra' of https://github.com/CohenCyril/math-comp ↵ | thery | |
| into CohenCyril-missing_mxalgebra | |||
| 2020-09-03 | Lemmas mxminpoly_minP and dvd_mxminpoly | Cyril Cohen | |
| 2020-09-03 | Adding missing mxalgebra lemmas | Cyril Cohen | |
| 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 | 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 | Adding mxOver predicate | Cyril Cohen | |
| 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 | Elementary theory of diagonal and triagular matrices | Cyril Cohen | |
| 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-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-06-24 | missing lemmas discovered while developing mathcomp-analysis | Reynald Affeldt | |
| 2020-06-09 | fix coq 8.12 warnings | Cyril Cohen | |
| 2020-06-08 | silencing warnings in individual packages | 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-05 | fix naming | Reynald Affeldt | |
| 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-04-09 | Merge pull request #473 from affeldt-aist/long_short_suffixes | affeldt-aist | |
| switching long suffixes to short suffixes | |||
| 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 | |||
