X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-algebra.tex;h=3bb51c1c492eedefe78c254870cb939269a7aaab;hb=refs%2Fheads%2Fmaster;hp=1ab88806c2cdad1caa64bfb62ea860496e820db9;hpb=c8cd642ae6f1dd3455d2ddc0f535508aedc07aaf;p=mjotex.git diff --git a/mjo-algebra.tex b/mjo-algebra.tex index 1ab8880..3bb51c1 100644 --- a/mjo-algebra.tex +++ b/mjo-algebra.tex @@ -94,4 +94,17 @@ % 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=v + } +\fi + \fi