| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | 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-24 | Adding `det_mx11` | Cyril Cohen | |
| 2020-09-17 | Merge pull request #433 from math-comp/output-test | Cyril Cohen | |
| [test suite] infrastructure to test how some statements are printed | |||
| 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-14 | don't use all.v in output.v | Enrico Tassi | |
| 2020-09-14 | test-suite works both in local and system wide mode | Enrico Tassi | |
| 2020-09-12 | avoid all.vo | Enrico Tassi | |
| 2020-09-11 | avoid rebuild | Enrico Tassi | |
| 2020-09-11 | Update mathcomp/Makefile.test-suite.coq.local | Enrico Tassi | |
| Co-authored-by: Erik Martin-Dorel <erik@martin-dorel.org> | |||
| 2020-09-11 | fix 8.9, 8.8 and 8.7 | Enrico Tassi | |
| 2020-09-10 | new attempt | Enrico Tassi | |
| 2020-09-10 | Update mathcomp/Makefile.test-suite.coq.local | Enrico Tassi | |
| Co-authored-by: Erik Martin-Dorel <erik@martin-dorel.org> | |||
| 2020-09-10 | Update mathcomp/Makefile.test-suite.coq.local | Enrico Tassi | |
| Co-authored-by: Erik Martin-Dorel <erik@martin-dorel.org> | |||
| 2020-09-10 | Update mathcomp/Makefile.test-suite.coq.local | Enrico Tassi | |
| Co-authored-by: Erik Martin-Dorel <erik@martin-dorel.org> | |||
| 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-09 | default reference file for < 8.12 | Enrico Tassi | |
| 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 | Merge pull request #577 from CohenCyril/mulmxP | affeldt-aist | |
| Lemma mul_rVP | |||
| 2020-09-08 | Lemma mul_rvP | Cyril Cohen | |
| 2020-09-08 | split_find_nth and split_find lemmas | Cyril Cohen | |
| 2020-09-07 | Adding [row|col]_[udlr]submx lemmas | Cyril Cohen | |
| 2020-09-07 | [test suite] infrastructure to test how some statements are printed | Enrico Tassi | |
| 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-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-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 | 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 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 #558 from CohenCyril/are_allpairs | Enrico Tassi | |
| Adding allrel predicate | |||
