quadratic form
In this entry, unless otherwise specified, R is a commutative ring with multiplicative identity 1 and M=R[X1,…,Xn] is a polynomial ring
over R in n indeterminates.
Definition
A homogeneous polynomial of degree 2 in M is called a quadratic form
(over R) in n indeterminates. In general, a quadratic form (without specifying n) over a ring R is a quadratic form in some polynomial ring over R.
For example, in ℤ[X,Y], X2-5XY is a quadratic form, while Y3+2XY and X2+Y2+1 are not.
In general, a quadratic form Q in n-indeterminates looks like
Q=a11X21+a12X1X2+⋯+an,n-1XnXn-1+annX2n=∑1≤i,j≤naijXiXj |
where aij∈R.
Letting 𝐗=(X1,…,Xn)T, and 𝐀={aij} the n×n matrix, then we can rewrite Q as
Q=𝐗T𝐀𝐗. |
For example, the quadratic form X2-5XY can be rewritten as
X2-5XY=(XY)(1-2-30)(XY). |
Now suppose the characteristic of R, char(R)≠2. In fact, suppose that 2 is invertible
in R (its inverse
denoted by 12). Since XiXj=XjXi, define bij=12(aij+aji). Then bii=aii and bij=bji. Furthermore, if 𝐁={bij}, then 𝐁 is a symmetric matrix
and
Q=𝐗T𝐁𝐗. |
Again, in the example of X2-5XY, over ℚ it can be written as
X2-5XY=(XY)(1-52-520)(XY). |
However, it is not possible to represent X2-5XY over ℤ by a symmetric matrix.
Evaluating a Quadratic Form
It is not hard to see that, given a quadratic form Q in n indeterminates, setting one of its indeterminates to 0 gives us another quadratic form, in (n-1) indeterminates. This is an informal way of saying the following:
embed R into N=R[X1,…,Xn-1]. Let ϕ:M→N be the (unique) evaluation homomorphism of the embedding
, with ϕ(Xi)=Xi for i<n and ϕ(Xn)=0. Then for any quadratic form Q∈M, ϕ(Q) is a quadratic form in N.
In particular, if we take N=R, and 𝐬=(s1,…,sn) with si∈R. Then the evaluation homomorphism ϕ at 𝐬 for any quadratic form Q∈M is called the evaluation of Q at 𝐬, and we write it ϕ𝐬(Q), or simply Q(𝐬) (since ϕ is uniquely determined by 𝐬). In this way, a quadratic form Q can be realized as a quadratic map, as follows:
Let Q∈M be a qudratic form. Take the direct sum
of n copies of R and call this V. Define a map q:V→R by q(v)=Q(v). Then q is a quadratic map.
Conversely, if 2 is invertible in R (so that char(R)≠2 is clear), then given a quadratic map q:M→R, one can find a corresponding quadratic form Q∈M such that q(v)=Q(v), by setting
aij=12(q(ei+ej)-q(ei)-q(ej)), |
where ei and ej are coordinate vectors whose coordinates are all 0 except at positions i and j respectively, where the coordinates are 1. Then Q defined by 𝐗T𝐀𝐗, where 𝐀={aij} is the desired quadratic form.
Equivalence of Quadratic Forms
From the above discussion, we shall identify a quadratic form as a quadratic map.
Two quadratic forms Q1 and Q2 are said to be if there is an invertible matrix M such that Q1(v)=Q2(Mv), for all v∈Rn. The definition of equivalent quadratic forms is well-defined and it is not hard to see that this equivalence is an equivalence relation.
In fact, if 𝐀1 and 𝐀2 are matrices corresponding to (see the definition section) the two equivalent quadratic forms Q1 and Q2 above, then 𝐀1=MT𝐀2M.
For example, the quadratic form X2-Y2 is equivalent to XY over any ring R where 2 is invertible, with M=(1-111).
In the case where R=ℝ is the field of real numbers (or any formally real field), we say that a quadratic form is positive definite, negative definite, or positive semidefinite
according to whether its corresponding matrix is positive definite, negative definite, or positive semidefinite. The definiteness of a quadratic form is preserved under the equivalence relation on quadratic forms.
Sums of Quadratic Forms
If Q1 and Q2 are two quadratic forms in m and n indeterminates. We can define a quadratic form Q in m+n indeterminates in terms of Q1 and Q2, called the sum of Q1 and Q2, as follows:
write Q1=𝐗T𝐀𝐗 and Q2=𝐘T𝐁𝐘, with 𝐗=(X1,…,Xm)T and 𝐘=(Y1,…,Yn)T. Then
Q:= where , and is the direct sum of matrices and .
Expressed in terms of and , we write . For example, if and , then
not .
References
- 1 T. Y. Lam, Introduction to Quadratic Forms over Fields, American Mathematical Society (2004)
Title | quadratic form |
Canonical name | QuadraticForm |
Date of creation | 2013-03-22 12:19:22 |
Last modified on | 2013-03-22 12:19:22 |
Owner | rm50 (10146) |
Last modified by | rm50 (10146) |
Numerical id | 45 |
Author | rm50 (10146) |
Entry type | Definition |
Classification | msc 11E08 |
Classification | msc 11E04 |
Classification | msc 15A63 |
Related topic | PositiveDefinite |
Related topic | NegativeDefinite |
Related topic | SymmetricBilinearForm |
Related topic | QuadraticSpace |
Related topic | ProofOfGaussianMaximizesEntropyForGivenCovariance |
Related topic | IsotropicQuadraticSpace |
Defines | equivalent quadratic forms |
Defines | sum of quadratic forms |
Defines | evaluation of a quadratic form |