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 'field homomorphism'
[ view 'field homomorphism' | back to history ]

Title of object: field homomorphism
Canonical Name: FieldHomomorphism
Type: Definition

Created on: 2003-08-29 16:47:32
Modified on: 2003-08-29 16:47:32

Creator: alozano
Modifier: alozano
Author: alozano

Classification: msc:12E99
Keywords: field, map
Defines: field homomorphism, field isomorphism

Revision comment (for changes between this and next version):

Changes for correction #2501 ('injectivity').

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{amsthm}
\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
\newtheorem{thm}{Theorem}
\newtheorem{defn}{Definition}
\newtheorem{prop}{Proposition}
\newtheorem{lemma}{Lemma}
\newtheorem{cor}{Corollary}
% Some sets
\newcommand{\Nats}{\mathbb{N}}
\newcommand{\Ints}{\mathbb{Z}}
\newcommand{\Reals}{\mathbb{R}}
\newcommand{\Complex}{\mathbb{C}}
\newcommand{\Rats}{\mathbb{Q}}
Content:

Let $F$ and $K$ be fields.
\begin{defn}
A {\em field homomorphism} is a function $\psi\colon F \longrightarrow K$ such that:
\begin{enumerate}
\item $\psi(a+b) = \psi(a)+\psi(b)$ for all $a,b \in F$
\item $\psi(a\cdot b) = \psi(a) \cdot \psi(b)$ for all $a,b \in F$
\item $\psi(1)=1,\quad \psi(0)=0$
\end{enumerate}
If $\psi$ is injective and surjective, then we say that $\psi$ is a \emph{field isomorphism}.
\end{defn}