Skip to content

Commit 14286c9

Browse files
authored
Merge pull request #4426 from benhutchison/patch-4
Update Ring-like table in Algebra for Semifield added in #3979
2 parents e60b9e2 + 3ada4d3 commit 14286c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/algebra.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ All ring-like structures are associative for both `+` and `*`, have commutative
5555
|CommutativeRig | || ||
5656
|Ring ||| | |
5757
|CommutativeRing ||| ||
58+
|Semifield | ||| |
59+
|CommutativeSemifield| ||||
5860
|Field |||||
5961

60-
With the exception of `CommutativeRig` and `Rng`, every lower structure is also an instance of the structures above it. For example, every `Ring` is a `Rig`, every `Field` is a `CommutativeRing`, and so on.
6162

6263
(For a description of what the terminology in each column means, see [§algebraic properties and terminology](#algebraic-properties-and-terminology).)
6364

0 commit comments

Comments
 (0)