aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-10Update mathcomp/Makefile.test-suite.coq.localEnrico Tassi
Co-authored-by: Erik Martin-Dorel <erik@martin-dorel.org>
2020-09-10Merge pull request #492 from CohenCyril/big_rmcondKazuhiko Sakaguchi
New `big_uncond` and `big_rmcond -> big_rmcond_in`
2020-09-10Merge pull request #578 from CohenCyril/contra_leKazuhiko Sakaguchi
Adding contra lemmas with orders
2020-09-09default reference file for < 8.12Enrico Tassi
2020-09-08Merge pull request #566 from CohenCyril/sub_sums_genmxPLaurent Théry
Lemma `sub_sums_genmxP` (generalizes `sub_sumsmxP`)
2020-09-08Adding sub_sums_genmxP (generalizes sub_sumsmxP)Cyril Cohen
2020-09-08Merge pull request #573 from CohenCyril/horner_diagLaurent Théry
Polynomial evaluation and minimal/char poly of a diagonal/triangular matrices
2020-09-08Merge pull request #577 from CohenCyril/mulmxPaffeldt-aist
Lemma mul_rVP
2020-09-08Merge pull request #567 from CohenCyril/find_splitEnrico Tassi
split_find_nth and split_find lemmas
2020-09-08Lemma mul_rvPCyril Cohen
2020-09-08split_find_nth and split_find lemmasCyril Cohen
2020-09-07Merge pull request #562 from CohenCyril/rowcol_dlrsubmxEnrico Tassi
Adding [row|col]_[udlr]submx lemmas
2020-09-07Adding [row|col]_[udlr]submx lemmasCyril Cohen
2020-09-07[test suite] infrastructure to test how some statements are printedEnrico Tassi
2020-09-07compat Coq < 8.10Cyril Cohen
2020-09-07Refactoring proof of det_trig and spawning sublemmasCyril Cohen
2020-09-07Polynomial evaluation and minimal poly of a diagonal matrixCyril Cohen
2020-09-07Merge pull request #557 from erikmd/lighten-nightly-buildCyril Cohen
chore: refactor GitLab CI config a bit to lighten nightly builds
2020-09-07Merge pull request #568 from CohenCyril/map_mxYves Bertot
Support for `map_mx`
2020-09-05Adding contra lemmas with ordersCyril 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-04Adding more map_mx lemmasCyril Cohen
2020-09-04Merge pull request #575 from CohenCyril/mxOverLaurent Théry
Adding mxOver predicate
2020-09-04Merge pull request #572 from CohenCyril/reindex_omapLaurent Théry
Lemmas reindex_omap and bigD1_ord
2020-09-03compat Coq < 8.10Cyril Cohen
2020-09-03Lemmas reindex_omap and bigD1_ordCyril Cohen
+ eq_liftF and lift_eqF + proof simplificaions
2020-09-03Merge branch 'CohenCyril-missing_mxalgebra'thery
2020-09-03Merge branch 'missing_mxalgebra' of https://github.com/CohenCyril/math-comp ↵thery
into CohenCyril-missing_mxalgebra
2020-09-03Merge pull request #563 from CohenCyril/minpolymx_minPLaurent Théry
Lemmas mxminpoly_minP and dvd_mxminpoly
2020-09-03Lemmas mxminpoly_minP and dvd_mxminpolyCyril Cohen
2020-09-03Adding missing mxalgebra lemmasCyril Cohen
2020-09-03Merge pull request #558 from CohenCyril/are_allpairsEnrico Tassi
Adding allrel predicate
2020-09-03Merge pull request #565 from CohenCyril/split_ordPLaurent Théry
Expliciting relation between split and [lr]shift
2020-09-03Merge pull request #564 from CohenCyril/pinvmxLaurent Théry
More pinvmx theory
2020-09-03Adding allrel predicateCyril Cohen
2020-09-03New `big_uncond` and `big_rmcond -> big_rmcond_in`Cyril Cohen
- Lemma `big_rmcond` has been renamed `big_rmcomd_in` and the variant which does not require an `eqType` has been added and named `big_uncond`. - The name `big_rmcond` is deprecated and will be reused for `big_uncond` in the next version of math-comp - Additionally `big_uncond_in` is made available for uniformity, but is already deprecated.
2020-09-03Merge pull request #560 from CohenCyril/commr_hornerLaurent Théry
Adding commr_horner lemma
2020-09-03More pinvmx theoryCyril Cohen
2020-09-03Merge pull request #569 from CohenCyril/mx0affeldt-aist
Extracting a nonzero coefficient from a nonzero matrix
2020-09-03Adding mxOver predicateCyril Cohen
2020-09-03Adding commr_horner lemmaCyril Cohen
2020-09-03Expliciting relation between split and [lr]shiftCyril Cohen
2020-09-03Extracting a nonzero coefficient from a nonzero matrixCyril Cohen
+ shortening some proofs
2020-09-03Merge pull request #571 from CohenCyril/diag_trigaffeldt-aist
Elementary theory of diagonal and triagular matrices
2020-09-03Elementary theory of diagonal and triagular matricesCyril Cohen
2020-09-01Merge pull request #559 from CohenCyril/sig_big_depLaurent Théry
Adding sig_big_dep lemma
2020-09-01fix for Coq 8.7Cyril Cohen
2020-09-01Adding sig_big_dep lemmaCyril Cohen
2020-08-29chore: refactor GitLab CI config a bit to lighten nightly buildsErik Martin-Dorel
* more precisely: jobs {coq-8.12, mathcomp-dev:coq-8.12} are unneeded in the scheduled pipeline https://gitlab.com/math-comp/math-comp/-/pipelines/182928354 * Insert commented jobs for upcoming coq-8.13 as well.
2020-08-28Merge pull request #556 from CohenCyril/oddSCyril Cohen
Adding lemma `oddS`
2020-08-26Update pull_request_template.mdCyril Cohen