Skip to content

Commit

Permalink
remove a partial proof
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Jan 7, 2024
1 parent 6ccd292 commit 0ca656c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MatrixCookbook/10FunctionsAndOperators.lean
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ theorem eq_549 (A : Matrix m n ℝ) :
⟨A.rank_transpose.symm, A.rank_self_mul_transpose.symm, A.rank_transpose_mul_self.symm⟩

theorem eq_550 (A : Matrix m m ℝ) :
A.PosDef ↔ ∃ B : (Matrix m m ℝ)ˣ, A = (↑B : Matrix m m ℝ) * ↑Bᵀ := by
rw [PosDef]
A.PosDef ↔ ∃ B : (Matrix m m ℝ)ˣ, A = (↑B : Matrix m m ℝ) * ↑Bᵀ :=
sorry

end MatrixCookbook

0 comments on commit 0ca656c

Please sign in to comment.