]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
mjo-algebra.tex,examples.tex: add the \variety command
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 13 Apr 2024 21:10:40 +0000 (17:10 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 13 Apr 2024 21:10:40 +0000 (17:10 -0400)
examples.tex
mjo-algebra.tex

index 6b60b00b0fbf4e25fcc1e9dfd96a0f60cd258592..383cef2b5f9c89889e2d38fbfe4d8d42a5e0e339 100644 (file)
@@ -41,6 +41,9 @@
     then that element is denoted by $\unit{R}$. Its additive identity
     element is $\zero{R}$. The stabilizer (or isotropy)
     subgroup of $G$ that fixes $x$ is $\Stab{G}{x}$.
+
+    If $I$ is an ideal, then $\variety{I}$ is the variety that
+    corresponds to it.
   \end{section}
 
   \begin{section}{Algorithm}
index 1ab88806c2cdad1caa64bfb62ea860496e820db9..42ab2aa053f40879b4b3f5df20267ee54385b833 100644 (file)
 % given by its second argument.
 \newcommand*{\Stab}[2]{ #1_{#2} }
 
+
+% The affine algebraic variety consisting of the common solutions to
+% every polynomial in its argument, which should be a subset of some
+% polynomial ring.
+\newcommand*{\variety}[1]{ \mathcal{V}\of{{#1}} }
+\ifdefined\newglossaryentry
+  \newglossaryentry{variety}{
+    name={\ensuremath{\variety{I}}},
+    description={variety corresponding to the ideal $I$},
+    sort=p
+  }
+\fi
+
 \fi