Helper
card_translate_col
Signature
Lemma card_translate_col (S : {set 'cV[K]_n}) (v : 'cV[K]_n) : #|[set v + s | s in S]| = #|S|.
Description
Translation preserves cardinality (column version): |v + S| = |S|. Same as card_translate but for column vectors.
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...