| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-25 | Apply suggestions from code review | Kazuhiko Sakaguchi | |
| Co-authored-by: Christian Doczkal <christian.doczkal@inria.fr> | |||
| 2020-11-25 | Generalize `allrel` to take two lists as arguments | Kazuhiko Sakaguchi | |
| 2020-11-25 | Merge pull request #601 from pi8027/sorting_in | Cyril Cohen | |
| Add `_in` variants of the sorting lemmas | |||
| 2020-11-24 | Transpose `join_idP(l|r)` lemmas to follow the naming convention (#671) | Kazuhiko Sakaguchi | |
| Transpose `join_idP(l|r)` lemmas to follow the naming convention | |||
| 2020-11-24 | Merge pull request #664 from pi8027/fix-minr-maxr | Cyril Cohen | |
| Fix `@maxr` and `@minr` | |||
| 2020-11-24 | Merge pull request #670 from pi8027/fix-668 | Cyril Cohen | |
| Fix deprecation notations in path.v | |||
| 2020-11-24 | Fix deprecation notations in `path.v` | Kazuhiko Sakaguchi | |
| 2020-11-24 | Using [dup] in path | Cyril Cohen | |
| 2020-11-24 | Apply suggestions from code review | Kazuhiko Sakaguchi | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2020-11-24 | Add more `_in` lemmas and CHANGELOG entries | Kazuhiko Sakaguchi | |
| 2020-11-24 | `in11(1)_sig` subsumes `in(2|3)_sig` | Kazuhiko Sakaguchi | |
| 2020-11-24 | factoring out in_sig | Cyril Cohen | |
| 2020-11-24 | Add `_in` lemmas for `sort` | Kazuhiko Sakaguchi | |
| 2020-11-24 | Merge pull request #672 from CohenCyril/fix_dup_swap | Cyril Cohen | |
| Fixing [dup] and [swap] for Coq 8.12 | |||
| 2020-11-23 | fixing [dup] for Coq 8.12 | Cyril Cohen | |
| 2020-11-24 | Fix `@maxr` and `@minr` | Kazuhiko Sakaguchi | |
| 2020-11-24 | Remove `Reserved Notation`s in `ssrnum.v` which are already declared in ↵ | Kazuhiko Sakaguchi | |
| `order.v` | |||
| 2020-11-23 | Merge pull request #667 from CohenCyril/ssrcoq8.10 | Enrico Tassi | |
| Using Coq 8.10 ssreflect new features | |||
| 2020-11-22 | Merge pull request #661 from CohenCyril/tune_simplification | affeldt-aist | |
| Tuning simplifications using Arguments nomatch | |||
| 2020-11-20 | Tuning simplifications using Arguments simpl nomatch | Cyril Cohen | |
| 2020-11-20 | Merge pull request #669 from math-comp/update-nix-action | Cyril Cohen | |
| Update nix.yml | |||
| 2020-11-20 | Update nix.yml | Cyril Cohen | |
| 2020-11-20 | Merge pull request #666 from ybertot/correct_all_pairs_dep_doc | Cyril Cohen | |
| typo in documentation of allpairs_dep | |||
| 2020-11-20 | Using Coq 8.10 ssreflect new features | Cyril Cohen | |
| 2020-11-20 | typo in documentation of allpairs_dep | Yves Bertot | |
| 2020-11-20 | Merge pull request #663 from CohenCyril/clean_head | affeldt-aist | |
| Using Arguments / to deal with volatile definitions | |||
| 2020-11-20 | Merge pull request #658 from CohenCyril/duplicate_clear | affeldt-aist | |
| Removing duplicate clears and turning the warning into an error | |||
| 2020-11-20 | Using Arguments / to deal with volatile definitions | Cyril Cohen | |
| 2020-11-20 | Merge pull request #659 from CohenCyril/remove_cpo_sort_scope | Kazuhiko Sakaguchi | |
| Removing unused cpo_sort scope | |||
| 2020-11-20 | Removing unused cpo_sort scope | Cyril Cohen | |
| 2020-11-19 | Removing duplicate clears and turning the warning into an error | Cyril Cohen | |
| 2020-11-19 | Merge pull request #656 from affeldt-aist/declare_scopes | Cyril Cohen | |
| add declare scopes | |||
| 2020-11-19 | add declare scopes | Reynald Affeldt | |
| 2020-11-19 | Merge pull request #650 from pi8027/refactor-sorting-lemmas | Cyril Cohen | |
| Refactor, reshuffle, and rename sorting lemmas in `path.v` | |||
| 2020-11-19 | Rename `subseq_order_path` to `subseq_path` | Kazuhiko Sakaguchi | |
| 2020-11-19 | Apply suggestions from code review | Kazuhiko Sakaguchi | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2020-11-19 | Apply a suggestion from code review | Kazuhiko Sakaguchi | |
| Co-authored-by: Christian Doczkal <christian.doczkal@inria.fr> | |||
| 2020-11-19 | Refactor, reshuffle, and rename sorting lemmas in `path.v` | Kazuhiko Sakaguchi | |
| - Lemmas `sorted_(lt|le)_nth` have been renamed to `sorted_(ltn|leq)_nth`. - Lemmas `(ltn|leq)_index` have been renamed to `sorted_(ltn|leq)_index` and generalized for non-`eqType`s. - Lemmas `order_path_min`, `path_sortedE`, `subseq_order_path`, `subseq_sorted`, `sorted_uniq`, `sorted_eq`, `irr_sorted_eq`, `sorted_(ltn|leq)_nth`, and `sorted_(ltn|leq)_index` have been relocated since their proofs are independent from `merge` and `sort`. - The stability proofs for `iota` sequences (`push_stable`, `pop_stable`, and `sort_iota_stable`) have been simplified by sorting out their hypotheses and by redefining `push_invariant` to include the `sorted` condition. Their main result `sort_iota_stable`, formerly a local `Let` to prove `sort_stable`, has been turned into a lemma. - Some stability proofs for general sequences (`sort_stable` and `filter_sort`) have also been simplified, of which the former one uses the above `sorted_ltn_nth` lemma for a non-`eqType`. | |||
| 2020-11-18 | Merge pull request #651 from CohenCyril/merge_sort_push_invariant | Cyril Cohen | |
| Adding size_merge_sort_push | |||
| 2020-11-18 | Merge pull request #599 from CohenCyril/dup_swap_apply | Enrico Tassi | |
| Intro pattern extensions for dup, swap and apply | |||
| 2020-11-18 | update search pattern | Cyril Cohen | |
| fixes #608 | |||
| 2020-11-18 | Adding size_merge_sort_push | Cyril Cohen | |
| This documents the fact that `merge_sort_push` preserves an invariant on its second argument. Importing a statement and proof by Georges Gonthier, inspired by one of Karl Palmskog's contribution. Co-Authored-By: Karl Palmskog <palmskog@kth.se> Co-Authored-By: Georges Gonthier <georges.gonthier@inria.fr> | |||
| 2020-11-16 | Merge pull request #586 from CohenCyril/maxrank | Enrico Tassi | |
| Maximal rank and full rank row submatrices | |||
| 2020-11-16 | Maximal rank and full rank row submatrices | Cyril Cohen | |
| 2020-11-16 | Merge pull request #636 from CohenCyril/fix_comm_mxC | Laurent Théry | |
| `comm(Cmx|_mxC)` -> `comm(_scalar_mx|_mx_scalar)` | |||
| 2020-11-13 | Merge pull request #646 from pi8027/rename-eq_sorted | Cyril Cohen | |
| Rename `eq_sorted` lemmas to `sorted_eq` and generalize `sort_le_id` | |||
| 2020-11-13 | Merge pull request #647 from pi8027/fix-changelog | Cyril Cohen | |
| Fix CHANGELOG entries for #604, #611, and #624 | |||
| 2020-11-13 | Rename `eq_sorted` lemmas to `sorted_eq` and generalize `sort_le_id` | Kazuhiko Sakaguchi | |
| - Rename `eq_sorted` lemmas to `sorted_eq` to address a naming inconsistency. - Lemma `sort_le_id` has been generalized from `orderType` to `porderType`. | |||
| 2020-11-13 | Fix CHANGELOG_UNRELEASED.md | Kazuhiko Sakaguchi | |
| - Unindent three entries for #611 and #624 (first part). - Remove duplicated entries for #604 (second part). | |||
| 2020-11-13 | Merge pull request #624 from CohenCyril/mask | Kazuhiko Sakaguchi | |
| Adding some theory for `rem` and generalizing and renaming `subset_maskP` | |||
