Commit 2023-08-16 23:07 ae74c2e5
View on Github →feat: star self dot product eq zero and kernel lemmas apply to matrices not just vectors (#6587) This generalizes two results about vectors to matrices:
dotProduct_star_self_eq_zerotoconjTranspose_mul_self_eq_zerodotProduct_self_star_eq_zerotoself_mul_conjTranspose_eq_zeroIt also adds lemmas linking the kernel (under left-multiplication, right-multiplication,vecMul, andmulVec) of $A$, $A^HA$, and $AA^H$. Some of these lemmas are used in the SVD decomposition theorem of R or C matrices #6042