PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 1 of 'Gauss's Lemma I'
[ view 'Gauss's Lemma I' | back to history ]

Title of object: Gauss's Lemma I
Canonical Name: GausssLemmaI
Type: Definition

Created on: 2002-11-04 05:39:33.97117-05
Modified on: 2002-11-04 05:39:33.97117-05

Creator: bshanks
Modifier: bshanks
Author: bshanks

Classification: msc:12E05

Preamble:

% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.
% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}
% there are many more packages, add them here as you need them
% define commands here
Content:

There are a few different things that are sometimes called "Gauss's Lemma". See also Gauss's Lemma II.
\\\emph{Gauss's Lemma I:} If $f(x)$ and $g(x)$ are both primitive in R[x], so is $f(x) g(x)$.
\\ \emph{Proof:}
Suppose $f(x) g(x)$ not primitive. We will show either $f(x)$ or $g(x)$ isn't as well. $f(x) g(x)$ not primitive means the gcd of the coefficients of $f(x) g(x)$ is not a unit. Let $p$ be a prime factor of that gcd. Look at the image of everthing mod $p$.
R/p is an integral domain (\emph{why?}), so R/p[x] is an integral domain (\emph{why?}). And we have
\begin{align*}
\overline{f(x)} \ \overline{g(x)} = 0
\end{align*}
So $\overline{f(x)} = 0$ or $\overline{g(x)} = 0$. So $f(x)$ or $g(x)$ is divisible by $p$, so one of them is not primitive.