From 4429ccc53a3cd36a6752a6bbc8f747e7fabb70be Mon Sep 17 00:00:00 2001 From: Nathan Nguyen <159226326+Indigo5684@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:48:24 -0600 Subject: [PATCH] Subring Criterion for Rings --- docs/math/abstract-algebra/16-rings.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/math/abstract-algebra/16-rings.md b/docs/math/abstract-algebra/16-rings.md index 3112314..a64af98 100644 --- a/docs/math/abstract-algebra/16-rings.md +++ b/docs/math/abstract-algebra/16-rings.md @@ -30,6 +30,8 @@ Note that some books impose the condition that $1 \neq 0$. If $1 = 0$, we can sh **Definition**. A commutative division ring is called a *field*. That is, in a field, every element has an inverse. +**Definition**. A subset $S$ of ring $R$ is a *subring* if given any $r, s \in S$, then $rs \in S$ and $r - s \in S$. + ## Section 16.2 - Integral Domains and Fields **Definition**. If $R$ is a commutative ring and $r \in R$, then $r$ is said to be a *zero divisor* if there is some nonzero $s \in R$ such that $rs = 0$.