docs: More todos

This commit is contained in:
jstoobysmith 2024-07-09 19:22:16 -04:00
parent b5a22f9685
commit f83908e259
9 changed files with 13 additions and 23 deletions

View file

@ -12,12 +12,8 @@ import Mathlib.Data.Fintype.BigOperators
Some definitions and properties of linear, bilinear, and trilinear maps, along with homogeneous
quadratic and cubic equations.
## TODO
Use definitions in `Mathlib4` for definitions where possible.
In particular a HomogeneousQuadratic should be a map `V →ₗ[] V →ₗ[] ` etc.
-/
/-! TODO: Replace the definitions in this file with Mathlib definitions. -/
/-- The structure defining a homogeneous quadratic equation. -/
@[simp]