Skip to content

Commit af40316

Browse files
committed
remove deprecated docstring
1 parent ba36cbb commit af40316

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Mathlib/LinearAlgebra/Matrix/PosDef.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ of quadratic forms. Most results require `𝕜 = ℝ` or `ℂ`.
2525
2626
## Main results
2727
28-
* `Matrix.posSemidef_iff_eq_conjTranspose_mul_self` : a matrix `M : Matrix n n 𝕜` is positive
29-
semidefinite iff it has the form `Bᴴ * B` for some `B`.
3028
* `Matrix.posDef_iff_eq_conjTranspose_mul_self` : a matrix `M : Matrix n n 𝕜` is positive
3129
definite iff it has the form `Bᴴ * B` for some _invertible_ `B`.
3230
-/

0 commit comments

Comments
 (0)