aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-09fix changelogCyril Cohen
2020-11-09`comm(Cmx|_mxC)` -> `comm(_scalar_mx|_mx_scalar)`Cyril Cohen
2020-11-07fix: Deploy each image w.r.t. a separate GitLab CI environment nameErik Martin-Dorel
to fully benefit from the "forward_deployment_failure" feature cf. https://docs.gitlab.com/ee/ci/environments/deployment_safety.html#skip-outdated-deployment-jobs Remark on environment names: > Caution: Some characters are not allowed in environment names. Use > only letters, numbers, spaces, and '-', '_', '/', '{', '}', or '.'. > Also, it must not start nor end with '/'. cf. https://docs.gitlab.com/ee/ci/environments/index.html
2020-11-06Merge pull request #633 from CohenCyril/fix628Enrico Tassi
Delaying the deprecation of `iter_add`
2020-11-07Merge pull request #626 from CohenCyril/inj_card_bijKazuhiko Sakaguchi
Generalizing inj_card_onto and inj_card_bij.
2020-11-06Update mathcomp/ssreflect/ssrnat.vCyril Cohen
2020-11-05test switching Coq deprecation mechanizmCyril Cohen
2020-11-04Merge pull request #629 from pi8027/remove-compat-1.9Cyril Cohen
Remove the mc_1_9 compat module
2020-11-04Remove the `mc_1_9` compat moduleKazuhiko Sakaguchi
2020-11-04Merge pull request #603 from chdoc/rot-rotKazuhiko Sakaguchi
lemmas for reasoning about "rot n (rot m s)"
2020-11-03Generalizing inj_card_onto and inj_card_bij.Cyril Cohen
2020-11-02Merge pull request #483 from CohenCyril/permSleq1Laurent Théry
Adding lemma PermSleq1 to perm.v
2020-11-02Adding `permS01`Cyril Cohen
2020-11-02lemmas for reasoing about "rot n (rot m s)"Christian Doczkal
2020-11-02Merge pull request #521 from CohenCyril/in_onKazuhiko Sakaguchi
In and on
2020-11-01minimizing variablesCyril Cohen
Co-authored-by: Kazuhiko Sakaguchi <pi8027@gmail.com>
2020-11-01generic interactions between in and onCyril Cohen
+ Taking into account Kazuhiko's remarks Co-authored-by: Kazuhiko Sakaguchi <sakaguchi@coins.tsukuba.ac.jp>
2020-10-30Merge pull request #627 from pi8027/mulpzCyril Cohen
Generalize mulpz for any ringType
2020-10-31Generalize mulpz for any ringTypeKazuhiko Sakaguchi
2020-10-31Merge pull request #625 from CohenCyril/hotfix_ssrnatKazuhiko Sakaguchi
Fix ssrnat
2020-10-30fix ssrnatCyril Cohen
2020-10-30Merge pull request #610 from pi8027/iter-lemmasCyril Cohen
Add new lemmas iterM and iterX in ssrnat
2020-10-30Merge pull request #607 from pi8027/distr-suffixesCyril Cohen
Switch from long suffixes to short suffixes
2020-10-30Use `exp` rather than `X` for exponents of polynomialsKazuhiko Sakaguchi
2020-10-29Add CHANGELOG entriesKazuhiko Sakaguchi
2020-10-29Add `dvdpNl` and rename `dvdpN` to `dvdpNr`Kazuhiko Sakaguchi
Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com>
2020-10-29Switch from long suffixes to short suffixesKazuhiko Sakaguchi
2020-10-29Merge pull request #605 from thery/bigopKazuhiko Sakaguchi
Adding bigop lemmas for ring : expr_sum and prodr_natmul
2020-10-29Add new lemmas iterM and iterX in ssrnatKazuhiko Sakaguchi
2020-10-27Merge pull request #618 from CohenCyril/stable_commLaurent Théry
Stability by commutation
2020-10-26stability by commutationCyril Cohen
2020-10-26Merge pull request #584 from CohenCyril/stabilityEnrico Tassi
Theory of stability of a subspace by a matrix representing an endomorphism.
2020-10-25Merge pull request #612 from pi8027/fix-537Cyril Cohen
Add new iteration/bigop lemmas and export existing ones in ssralg
2020-10-23New iteration/bigop lemmas in ssralgKazuhiko Sakaguchi
- Add `iter_addr`, `iter_mulr(_1)`, and `prodr_const_nat`. - Export `iter_addr_0`, `sumr_const_nat`, and the above lemmas from `GRing.Theory`.
2020-10-22Update CONTRIBUTING.mdCyril Cohen
2020-10-22Merge pull request #593 from affeldt-aist/from_analysis_20200912Cyril Cohen
lemma used in mathcomp-analysis about big and comparability/real
2020-10-22Merge pull request #583 from CohenCyril/commmxaffeldt-aist
Adding matrix commutation and its theory
2020-10-21Adding matrix commutation and its theoryCyril Cohen
2020-10-21Theory of stability of a subspace by a matrix representing an endomorphism.Cyril Cohen
Added `stablemx` notation and a few lemmas about it.
2020-10-12feat: Update only/except rulesErik Martin-Dorel
* Use only:refs, except:refs (available since GitLab 10.0) * Add except:variables/($CRON_MODE == "nightly") so coqbot can trigger the jobs currently chosen for scheduled pipelines, with a regular pipeline on master with variable CRON_MODE := nightly * Overall aim: rebuild coqorg/coq:dev & mathcomp/mathcomp-dev:coq-dev on GitLab CI after each successful update of coq.dev, using coqbot.
2020-10-12fix the >=< notation in ssrnum as wellReynald Affeldt
2020-10-12Fixing and documenting the change of meaning of `>=< y`Cyril Cohen
2020-10-12Update CHANGELOG_UNRELEASED.mdCyril Cohen
Co-authored-by: Kazuhiko Sakaguchi <pi8027@gmail.com>
2020-10-12Reorganizing relation between comparability/real and bigCyril Cohen
2020-10-12comparable_big lemma in order.vReynald Affeldt
2020-10-12lemma used in mathcomp-analysisReynald Affeldt
Co-authored-by: Cyril Cohen <cohen@crans.org> Co-authored-by: Kazuhiko Sakaguchi <pi8027@gmail.com>
2020-10-10generalization and shorter proofsCyril Cohen
Co-authored-by: Kazuhiko Sakaguchi <pi8027@gmail.com>
2020-10-10Adding bigop lemmas for ring : expr_sum and prodr_natmulthery
2020-10-09Added results about `mask` and `subseq`Cyril Cohen
2020-10-08Merge pull request #591 from pi8027/primitive-class-recordsCyril Cohen
Turn class_of records into primitive records and get rid of the xclass idiom