Helper
rouche1
Signature
Lemma rouche1 m n (A : 'M[R]_(m,n)) (B : 'rV_n) : (exists x, x *m A = B) <-> (\rank A = \rank (col_mx A B)).
Description
Rouché-Capelli Theorem (Part 1): System xA = B has a solution iff rank(A) = rank([A; B]). The augmented matrix has same rank as coefficient matrix.
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...