Commit 2025-08-19 02:03 86c1ad13
View on Github →feat(Data/Matrix): relax some IsUnit
lemmas to IsRegular
(#28500)
Also generalize some related results about mulVec
, vecMul
, and LinearIndependent
, notably Matrix.vecMul_injective_iff : Function.Injective M.vecMul ↔ LinearIndependent R M.row
which now needs only Semiring
instead of Ring
.