The radical of a quadratic form #
We define the radical of a quadratic form. This is a standard construction if 2 is invertible in the coefficient ring, but is more fiddly otherwise. We follow the account in Chapter II, §7 of [EKM08].
The radical of a quadratic form Q on M.
This is the largest submodule N such that Q lifts to a quadratic form on M ⧸ N; see
Submodule.le_radical_iff for this characterization.
See also [EKM08], Chapter II, §7.
Equations
Instances For
The radical of a quadratic form is preserved by isometry equivalences.
The rank of the radical of a quadratic map is invariant under equivalences.
Lift a quadratic map on M to M ⧸ N, where N is contained in the radical.
Equations
- Q.lift N hN = { toFun := Quotient.lift ⇑Q ⋯, toFun_smul := ⋯, exists_companion' := ⋯ }
Instances For
Universal property of the radical of a quadratic form:
Q.radical is the largest subspace N such that
Q factors through a quadratic form on M ⧸ N.
The radical of a quadratic map is contained in the kernel of its polar bilinear map.
See radical_eq_ker_polarBilin for the equality when 2 is invertible in the
coefficient ring.
A quadratic map is said to be nondegenerate if its radical is 0,
and the radical of its associated polar form has rank ≤ 1.
(The second condition is automatic if 2 is invertible in R, but not in general.)
See [EKM08], Chapter II, §7.
Instances For
If 2 is invertible in the coefficient ring,
the radical of a quadratic map is the kernel of its polar bilinear map.
If 2 is invertible in the coefficient ring,
the radical of a quadratic map is the kernel of its associated bilinear map.
If 2 is invertible in the coefficient ring,
a quadratic map is nondegenerate iff its radical is 0.
(Use QuadraticMap.Nondegenerate.radical_eq_bot
for the one-way implication in all characteristics.)
If 2 is invertible in the coefficient ring,
a quadratic map is nondegenerate
iff its associated bilinear map is nondegenerate.
If 2 is invertible in the coefficient ring,
a quadratic map is nondegenerate
iff its polar bilinear map is nondegenerate.
If the quadratic form Q is equivalent to a weighted sum of squares with weights w, then
the rank of Q.radical is equal to the number of zero weights.