Skip to content

Commit 3ead478

Browse files
authored
Merge pull request #153 from arthuraa/finperm
Add a theory of finite permutations.
2 parents ffb519b + 8131ea7 commit 3ead478

File tree

6 files changed

+1022
-17
lines changed

6 files changed

+1022
-17
lines changed

.github/workflows/docker-action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
strategy:
1919
matrix:
2020
image:
21-
- 'mathcomp/mathcomp:2.2.0-coq-8.20'
22-
- 'mathcomp/mathcomp:2.3.0-coq-8.20'
23-
- 'mathcomp/mathcomp:2.4.0-rocq-prover-9.0'
24-
- 'mathcomp/mathcomp:2.4.0-rocq-prover-9.1'
2521
- 'mathcomp/mathcomp:2.5.0-rocq-prover-9.0'
2622
- 'mathcomp/mathcomp:2.5.0-rocq-prover-9.1'
2723
- 'mathcomp/mathcomp-dev:rocq-prover-9.1'

CHANGELOG_UNRELEASED.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- in `finmap.v`:
88
+ lemma `card_fset_sum1`
99

10+
- Added a theory of finite permutations in `finperm.v`
11+
1012
### Changed
1113

1214
### Renamed

_CoqProject

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
finmap.v
22
multiset.v
3+
finperm.v
34

45
-R . mathcomp.finmap
56
-arg -w -arg -projection-no-head-constant

0 commit comments

Comments
 (0)