]> gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-algebra.tex
mjo-arrow: add the constant function \const.
[mjotex.git] / mjo-algebra.tex
1 %
2 % Abstract algebraic structures.
3 %
4 \ifx\havemjoalgebra\undefined
5 \def\havemjoalgebra{1}
6
7
8 \ifx\operatorname\undefined
9 \usepackage{amsopn}
10 \fi
11
12 % The fraction field of its argument, an integral domain. The name
13 % "Frac" was chosen here instead of "Quot" because the latter
14 % corresponds to the term "quotient field," which can be mistaken in
15 % some cases for... a quotient field (something mod something).
16 \newcommand*{\Frac}[1]{\operatorname{Frac}\of{{#1}}}
17
18 % The polynomial ring whose underlying commutative ring of
19 % coefficients is the first argument and whose indeterminates (a
20 % comma-separated list) are the second argumnt.
21 \newcommand*{\polyring}[2]{{#1}\left[{#2}\right]}
22
23
24 \fi