Commit b32b5f5
feat(LinearAlgebra/Matrix/Adjugate):
The non-zero-divisor requirement is necessary since otherwise we could take any `a * b = 0` with `a ≠ 0 ∧ b ≠ 0` and consider the 1x1 matrix formed by `a` and the single-entry vector formed by `b`. Then `M.det = a ≠ 0` and `M *ᵥ v = a * b = 0`.M.det = 0 if M *ᵥ v = 0 where v contains a non-zero-divisor (leanprover-community#39642)1 parent 887cdc6 commit b32b5f5
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
287 | 292 | | |
288 | 293 | | |
289 | 294 | | |
| |||
0 commit comments