Fields
A Field is a tuple \((\mathbb{F}, +, \times, 0,1)\), where \(\mathbb{F}\) is the set of elements, \(+\) is the addition operator, \(\times\) is the multiplication operator, \(0\in \mathbb{F}\) is the additive identity, and \(1\in \mathbb{F}\) is the multiplicative identity. \(\mathbb{F}\) must have the following properties:
- \((\mathbb{F}, +, 0)\) forms a group.
- \(\times\) is associative.
- \(\times\) distributes over \(+\).
- \((\mathbb{F} \setminus \{0\}, \times, 1)\) forms a group.