4
$\begingroup$

I've always wondered why finitely generated modules are of form

$M=Ra_1+\dots+Ra_n$

while finitely generated algebras have form

$R=k[a_1,\dots, a_n]$

and finite algebras have form

$R=ka_1+\dots +ka_n$

It seems to me that this is an flagrant abuse of nomenclature, and has certainly confused me in the past. Is there some historical reason for this terminology? Any references to the genesis of these terms would be greatly appreciated!

4 Answers 4

6

The terminology is actually very appropriate and precise. Consider that "A is a finitely generated X" means "there exists a finite set G such that A is the smallest X containing G".

Looking at your examples, suppose $M$ is a finitely generated module, generated by $a_1,\dots,a_n$. Then $M$ contains $a_1,\dots,a_n$. Since it is a module, it must contain all elements of the form $Ra_i$ and their sums, so it must contain the module $Ra_1+\dots+Ra_n$. However, since this latter object is in fact a module, $M$ need not contain anything else and is in fact equal to this module.

If $R$ is a finitely generated algebra, we can go through the same procedure as before. However, since algebras have an additional operation (multiplication), we must allow not only sums of elements of the form $ka_n$ but also their products. This gives us that $R$ must contain all polynomial expressions in the elements $a_1,\dots,a_n$, i.e. it must contain the algebra $k[a_1,\dots,a_n]$. Again, since this latter object is in fact an algebra, $R$ need not contain anything else and is equal to this algebra.

A finite algebra seems to be a name for an algebra which is finitely generated as a module. Your example is then consistent with what I wrote above. I do admit that the name seems somewhat misleading.

  • 0
    Thanks - I had forgotten about the alternative definition momentarily. I see now that it is completely logical!2012-08-21
3

Note that modules only have one "internal" operation, addition; algebra has two such operations, addition and multiplication.

Closing something under more operations requires more. In particular if you require that $x^n\neq 1$ for all $n$ for the generators.

Observe $\mathbb{N,Z,Q}$. All are generated by the number $1$. Only that $\mathbb N$ requires only closure under addition; $\mathbb Z$ requires also closure under subtraction; and $\mathbb Q$ requires closure under division by non-zero elements.

Similarly if we take $x$ and we add it to a [unital commutative] ring $R$, if we only wish to define $x+x$ and so on, we get a module generated by $x$, that is $R+Rx$. If, on the other hand, we want to allow $x^n$ we effectively get all the polynomials in $x$ (granted we don't want $x$ to be a torsion element), namely $R[x]$.

  • 0
    Thanks - this is a very helpful answer. Don't delete it, particularly because of the nice examples!2012-08-21
3

A module is an additive structure. Module elements can be added together, not multiplied. So a finitely-generated module should consist of linear combinations of finitely many module elements.

An algebra has both multiplication and addition. The notation for a finitely generated module doesn't communicate that "generators" can be multiplied together. Now there are finitely many algebra elements that are combined in the legal ways (using addition, subtraction, and multiplication by other generators). The new notation $k[a_1,\ldots,a_n]$ tries to communicate this, if only be being something different thatn the module notation.

To me, "finite algebra" is trying to communicate that the algebra is finite dimensional. And we are back to having an additive concept (dimension). So the notation is back to the module style.

  • 0
    Thank you - I wish I could accept more than one answer because I like this one too!2012-08-21
1

Let's clarify this first: an algebra or module $A$ is finitely generated if there is a finite set $F$ such that $A$ is the smallest subalgebra, respectively submodule, of $A$ that includes $F$. So the definition of finitely generated is the same in both cases. But depending on whether you are dealing with algebras or modules, the finitely generated ones can be written in different forms. Why this is is explained in the other answers.