| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-31 | Generalize mulpz for any ringType | Kazuhiko Sakaguchi | |
| 2020-10-30 | Use `exp` rather than `X` for exponents of polynomials | Kazuhiko Sakaguchi | |
| 2020-10-29 | Add `dvdpNl` and rename `dvdpN` to `dvdpNr` | Kazuhiko Sakaguchi | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2020-10-29 | Switch from long suffixes to short suffixes | Kazuhiko Sakaguchi | |
| 2020-10-29 | Merge pull request #605 from thery/bigop | Kazuhiko Sakaguchi | |
| Adding bigop lemmas for ring : expr_sum and prodr_natmul | |||
| 2020-10-26 | stability by commutation | Cyril Cohen | |
| 2020-10-26 | Merge pull request #584 from CohenCyril/stability | Enrico Tassi | |
| Theory of stability of a subspace by a matrix representing an endomorphism. | |||
| 2020-10-23 | New iteration/bigop lemmas in ssralg | Kazuhiko 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-22 | Merge pull request #593 from affeldt-aist/from_analysis_20200912 | Cyril Cohen | |
| lemma used in mathcomp-analysis about big and comparability/real | |||
| 2020-10-21 | Adding matrix commutation and its theory | Cyril Cohen | |
| 2020-10-21 | Theory of stability of a subspace by a matrix representing an endomorphism. | Cyril Cohen | |
| Added `stablemx` notation and a few lemmas about it. | |||
| 2020-10-12 | fix the >=< notation in ssrnum as well | Reynald Affeldt | |
| 2020-10-12 | Reorganizing relation between comparability/real and big | Cyril Cohen | |
| 2020-10-12 | comparable_big lemma in order.v | Reynald Affeldt | |
| 2020-10-12 | lemma used in mathcomp-analysis | Reynald Affeldt | |
| Co-authored-by: Cyril Cohen <cohen@crans.org> Co-authored-by: Kazuhiko Sakaguchi <pi8027@gmail.com> | |||
| 2020-10-10 | Adding bigop lemmas for ring : expr_sum and prodr_natmul | thery | |
| 2020-10-07 | Turn class_of records into primitive records and get rid of the xclass idiom | Kazuhiko Sakaguchi | |
| 2020-09-29 | Merge pull request #585 from CohenCyril/kernel_lemmas | Laurent Théry | |
| Kernel lemmas | |||
| 2020-09-29 | Merge pull request #582 from CohenCyril/fix_map_mx | Kazuhiko Sakaguchi | |
| Fix map_mx_id and a few implicit arguments | |||
| 2020-09-29 | Generalize interval lemmas | Kazuhiko Sakaguchi | |
| - Generalize `mem0_itv(cc|oo)_xNx` and `oppr_itv(|oo|co|oc|cc)` lemmas from `numFieldType` to `numDomainType`, which have been specialized in PR #458 accidentally. - Generalize `mid_in_itv(|oo|cc)` lemmas from `realFieldType` to `numFieldType`. | |||
| 2020-09-28 | Kernel lemmas | Cyril Cohen | |
| 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 | Update `map_mx_id`, fix some implicits and argument orders | Cyril Cohen | |
| - Fix implicits of `eq_map_mx`, `eq_in_map_mx`, `map_mx_id_in` and `map_mx_id`, in order to give more practical arguments first. - Generalized `map_mx_id` to take the shape f =1 id -> M ^ f = M. The previous behaviour can be recovered through `map_mx_id (frefl id)` or `[_ ^ id]map_mx_id` | |||
| 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 | |
