Helper

card_translate

Section affine_solution_counting
Type Lemma
Proof Lines 5

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 GitHub
Loading source code...
← Back to Stats