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_zero to conjTranspose_mul_self_eq_zero
  • dotProduct_self_star_eq_zero to self_mul_conjTranspose_eq_zero It also adds lemmas linking the kernel (under left-multiplication, right-multiplication, vecMul, and mulVec) of $A$, $A^HA$, and $AA^H$. Some of these lemmas are used in the SVD decomposition theorem of R or C matrices #6042

Estimated changes