Helper
card_translate
Signature
Lemma card_translate (S : {set 'rV[K]_m}) (v : 'rV[K]_m) : #|[set v + s | s in S]| = #|S|.
Description
Translation preserves cardinality: |v + S| = |S|. Adding a constant vector v to all elements is a bijection.
Uses (0)
This lemma does not use any other lemmas from the stats.
Used By (0)
No lemmas in the stats use this lemma.
Coq Source Code
View on GitHubLoading source code...