Fields

Tip

A field is a group under both addition and multiplication

A field is a set F together with two binary operations + and of F with the following properties
Associativity of addition and multiplication:
a+(b+c)=(a+b)+c and a×(b×c)=(a×b)×c
Commutativity of addition and multiplication: a+b=b+a and a×b=b×a
Additive and Multiplicative Identity: There exists two different elements 0 and 1 in F such that
a+0=a and a×1=a
#TODO