Main

count_affine_solutions_explicit

Section affine_solution_counting
Type Lemma
Proof Lines 6

Signature

Lemma count_affine_solutions_explicit (x0 : 'rV[K]_m) : x0 *m A = b -> #|affine_solutions| = (#|{:K}| ^ (m - \rank A))%N.

Description

Explicit affine solution count: |{x | xA = b}| = |K|^(m - rank(A)). Combines count_affine_solutions with count_kernel_vectors. This is the main Rouché-Capelli counting formula for row systems.

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