Fields

Fields are sets that are closed under addition and multiplication.


Description

A field is a set for which a pair of binary operations are defined: addition and mutliplication.

The field must be closed under both operations; that is, addition is a map as F + F -> F and multiplication is a map as F × F -> F.

The addition operation must also feature these properties:

The multiplication operation must also feature these properties:

Lastly there js a distributivity property: (a + b)c = ac + bc.


Commutative Rings

There are many sets which satisfy some but not all properties of a field. For example, the set of integers does not contain multiplicative inverses. It is instead a commutative ring.


CategoryRicottone