<< Chapter < Page | Chapter >> Page > |
Over the next few weeks, we'll start learning about a computational tool called Gröbner bases that will tell us how to find such an , and will more generally allow us to study the question of, given polynomials , which polynomials can be written in the form
for some ?
We'll begin with some terminology. If are polynomials then the ideal generated by is the set
More generally, a non-empty subset is defined to be an ideal if for every and .
Theorem (Hilbert Basis Theorem) Every ideal is generated by finitely many polynomials, so that
for some .
We probably won't prove this. We should note that this theorem doesn't say anything about the size of the smallest generating set of , so here could be much bigger than .
When dealing with polynomials in one variable, a polynomial always has a clear leading term, namely the term of highest degree. For polynomials in several variables, there are many different ways we might want to order the monomials. For convenience, if is an -tuple of non-negative integers, then we will write
as an abbreviated notation for the corresponding monomial. Although there are many orderings on the monomials to choose from, we want them to respect the algebraic structure. For example if divides , then we would like to be smaller than .
A monomial order for is a total order This means that: (1) it is never the case that both and , and (2) if and , then . on the monomials such that if then for all monomials which is a well-ordering Well-ordering means that if is any subset of monomials, then has a least element according to the ordering. This implies that 1 is the least monomial, since if were the least monomial, then would be even smaller, a contradiction. .
Example: Lexicographic order
Probably the simplest monomial ordering is the lexicographic (or “dictionary”) ordering. In this ordering, the power of the first variable is used to determine the order, with powers of the second variable only looked at when the first variable appears to the same power in two monomials. Similarly, we only look at the third variable when the first two are tied, and so on. For example, in the lex order for with , we have
More formally, given two monomials and in , we say that if in the difference of vectors , the leftmost non-zero entry is positive. One can check that this does in fact define a monomial order. See section 2.2 of Cox, Little, and O'Shea for more details about term orderings, including proofs that the well-ordering property holds, etc.
Example: Graded lexicographic order
One thing we might not like about lex order is that it doesn't respect degrees (e.g. ). We can define a new order, called graded lexicographic order by saying that higher degree monomials are bigger and using lex order to break ties. For example,
Notification Switch
Would you like to follow the 'The art of the pfug' conversation and receive update notifications?