Helper
count_affine_solutions
Signature
Lemma count_affine_solutions (x0 : 'rV[K]_m) : x0 *m A = b -> #|affine_solutions| = #|kernel_solutions|.
Description
Affine solutions = kernel cardinality: |{x | xA = b}| = |ker(A)|. Since affine_solutions = x₀ + ker(A), cardinality equals kernel size.
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...