View on GitHub

memo

Chapter07-01. Basic definitions and examples

07-01. Basic definitions and examples

Definition (Ring)

$R$ is said to be ring if

The ring $R$ is said to be commmutative if

The ring $R$ is said to have an identity if

Definition (zero divisor, unit)

$a \in R$ is said to be a zero divisor if

\[\exists b \neq 0 \text{ s.t. } ab = 0 \text{ or } ba = 0 .\]

$u \in R$ is said to be a unit in $R$ if

\[\exists v \in R \text{ s.t. } uv = vu = 1 .\]

The set of units in $R$ is denoted $R^{\times}$.

Definition. integral domain

$R$ is said to be an integral domain if it has no zero divisors.

Integral domain allows you to solve a simple equation $ab = ac$.

Prposition 2.

\[ab = ac \Rightarrow a = 0 \text{ or } b = c .\]

In particular, if $R$ is integral domain, then the statement holds as well.

proof.

$ab = ac$,

\[a(b - c) = 0\]

Then since $a$ is not zero divisor, $a = 0$ or $b - c = 0$.

Corollary 3.

Then $R$ is a field.

proof.

Let $a \neq 0 \in R$. The map $x \mapto ax$ is an injecive function by the canceling law. Since $R$ is finite, the map is also surjective. In particular, there exists $b \in R$ such that $ab = 1$. Hence $a$ is unit in $R$. Since $a$ was an arbitrary element in $R$, $R$ is a field.

$\Box$

Definition. subring

$S$ is said to be subring if

Examples

Example. Quadratic Integer Rings

Reference