Today we continue with Mathematics, and more specifically the branch of "Discrete Mathematics", in order to get into Fields.
So, without further ado, let's get straight into it!
Fields
Fields are algebraic structures defined as a set together with two binary operations on that set. These operations are similar to addition and multiplication in the case of rational, real or complex numbers. This means that an additive inverse and multiplicative inverse exists for all elements. In that context, two more "inverse" operations can be defined: subtraction and division. It's thus quite common to define a field directly as a set with four binary operations, which are equivalent to addition, subtraction, multiplication and division respectively.
Field Axioms
Fields satisfy the following properties / axioms:
Associativity of addition and multiplication
Commutativity of addition and multiplication
Additive and multiplicative identity (which are 0 and 1)
Additive and multiplicative inverses
Distributivity of multiplication over addition
Due to these properties a field is basically an abelian group under each of the two "main" operations.
A field is of course also related to rings. A field is basically a commutative ring, where all elements are invertible, and 0 ≠ 1.
Subfields
A subfield of a field is a subset of that field with respect to the field operations. The subset contains 1 and is closed under addition and multiplication. Additionally it also has an additive inverse and multiplicative inverse for all non-zero elements
Finite Fields
Fields which contain only finitely many elements are known as finite fields or Galois fields. They are very useful in the context of cryptography and coding theory in general. Such fields usually rely on modular arithmetic.
Field Extension
The relationship between fields is expressed through something known as field extension. Basically in a field extension the operations of one field are restricted to another field. For example, complex numbers are an extension of the real numbers, or real numbers are a subfield of the complex numbers. Field extension is widely used in number theory and Galois theory.
Partial Order Relations and Sets → Partial Order Relations, POSET (Elements, Max-Min, Upper-Lower Bounds), Hasse Diagrams, Total Order Relations, Lattices