Field Homomorphism

🅟 Mar 19, 2026

  🅤 Apr 16, 2026

FH#DEF. Field Homomorphism.

A field homomorphism is a ring homomorphism between two fields.

Namely, a field homomorphism $f:F\to K$ is both a group homomorphism from $(R,+)$ to $(S,+)$ and a group homomorphism from $(R^*\setminus\{0\},\cdot)$ to $(S^*\setminus\{0\},\cdot)$.


FH#PROP-A.

If $f:F\to K$ is a field homomorphism:

  1. \[f(1) = 1.\]
  2. \[f(0) = 0.\]
  3. For all $a\in F$,

    \[f(-a) = -f(a).\]
  4. For all $a\in F\setminus\{0\}$,

    \[f(a^{-1}) = f(a)^{-1}.\]
  5. $f$ is a monomorphism.

Proof.