Ring
Definition#
A ring is a set \(R\) together with two binary operations, written as addition and multiplication, such that:
- \(R\) is an Abelian group under addition.
- if \(a,b \in R\), then \(ab \in R\) (closure under multiplication).
- if \(a,b,c \in R\), then \((ab)c = a(bc)\) (associativity of multiplication).
- if \(a,b,c \in R\), then \(a(b+c) = ab+bc\) (distributive law).
- if \(a,b,c \in R\), then \((a+b)c = ac + bc\) (distributive law).
Example#
See this example.
Source#
Gregory T. Lee. Abstract Algebra. 1st ed. Springer Cham, 2018. pp. 135.