Preface Introduction
Invariant Theory is the study of algebraic strucures such as group and rings that remain unchanged under some action, namely invariants.
Take, for example, a group \(G\) and a ring \(R\text{.}\) An element \(r\in R\) is considered invariant if for all \(g\in G\text{,}\) we have that:
\begin{equation*}
g\cdot r = r.
\end{equation*}
In this case, we say that \(r\) is invariant under the group action of \(G\text{.}\)
Polynomial rings, where elements of the ring are comprised of polynomials, can be a useful avenue to explore the behavior of invariants. For example, take some trasformation \(T\) that swaps the \(x\) and \(y\) terms in a polynomial such that:
\begin{equation*}
T(p(x,y))=p(y,x).
\end{equation*}
Invariant theory is concerned with which polynomials remain invariant under this transformation \(T\text{?}\) Immediately, some invariant polynomials may come to mind, such as:
\begin{align*}
p_1(x,y)\amp=x+y \\
p_2(x,y)\amp=x^2+xy+y^2\\
p_3(x,y)\amp=xy.
\end{align*}
Interestingly, if we were to take the set of all invariant polynomials under \(T\text{,}\) this set would form a subring! Many of these invariant subrings have special properties, but are quite difficult to compute by hand. Here is where Computer Algebra Systems (CAS) like Macaulay 2 (M2) aid in computing these invariants and studying them in greater depth.
The study of invariant rings originated in the 19th century with algebraists such as Cayley, who studied linear transformations and in his paper "On the Theory of Linear Transformations" (1845) who established the first invariant theory. Furthuring Caley’s work, David Hilbert’s work on his Finiteness Theorm revolutionized invariant theory, proving that special invariant rings are finitely generated. This gives us a computational method to represent ideals as the result of a finite number of generators. Most studies of invarient theory study linear transformations over rings of polynomials, like we will focus on in this book. To begin studying invariant theory we must take a detour first to Represenation Theory, which allows us to concretely represent these group actions that act on on our rings as linear transformations.