Helper
row_free_tr
Signature
Lemma row_free_tr p q (M : 'M[K]_(p,q)) : p = q -> row_free M^T = row_free M.
Description
Row freedom is transpose-invariant for square matrices: row_free(M^T) = row_free(M) when p = q.
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...