We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4febba2 + cdd8dd7 commit c0cf3dfCopy full SHA for c0cf3df
CHANGELOG_UNRELEASED.md
@@ -4,6 +4,9 @@
4
5
### Added
6
7
+- in `finmap.v`:
8
+ + lemma `card_fset_sum1`
9
+
10
### Changed
11
12
### Renamed
finmap.v
@@ -2313,6 +2313,9 @@ Proof. by rewrite big_seq_fsetE big_fset1. Qed.
2313
2314
End BigFSet.
2315
2316
+Lemma card_fset_sum1 (T : choiceType) (A : {fset T}) : #|` A| = \sum_(i <- A) 1.
2317
+Proof. by rewrite big_seq_fsetE/= sum1_card cardfE. Qed.
2318
2319
Notation eq_big_imfset := (perm_big _ (enum_imfset _ _)).
2320
2321
Section BigComFSet.
0 commit comments