Axioms
A field is a set with two operations, called addition and multiplication, which satisfy the following field axioms:
- Axioms for addition
- Closure: and .
- Associativity: for all .
- Identity: contains an element such that for all .
- Inverse: To every corresponds an element such that .
- Commutativity: for all .
- Axioms for multiplication
- Closure: If and , then their product .
- Associativity: for all .
- Identity: contains an element such that for every .
- Inverse: If and then there exists an element such that .
- Commutativity: for all .
- Distributive Law
- holds for all .
Statements implied by the axioms
- For addition
- if then
- if then .
- If then .
- .
- For multiplication
- If and then .
- If and then .
- If and then .
- If then .
- And the rest
- .
- If and then .
- .
- .
Examples
- The set is a field when addition and multiplication are defined modulo . Pay special attention to how multiplicative inverses would work here. .