Semiring

Dependencies: None

Let $R$ be a set and $+$ and $\circ$ be binary operations. Then $(R, +, \circ)$ is a semiring iff the following statements are true for all $r_1, r_2, r_3 \in R$:

Additionally, if $\exists 1 \in R, \forall r \in R, r \circ 1 = 1 \circ r = r$, then $1$ is called a unity of $R$ and $R$ is a semiring with unity.

If $r_1 \circ r_2 = r_2 \circ r_1$, then $R$ is called a commutative semiring.

Dependency for:

  1. Binomial theorem
  2. Square matrices form a (semi)ring
  3. Identity matrix
  4. Matrix
  5. Identity matrix is identity of matrix product

Info:

Transitive dependencies: None