I am having some hard time understanding the concept of field.
I understand the 6 axioms:
- Associativity
- Distributivity
- Computability
- Closure
- Inverses
- Identities
The exercise I am trying to solve is the following:
Given F is a field, prove for any x belongs to F, x multiply -1 = -x.
P.S. Can anyone give me some tips regarding how to prove this type of questions that involves proofs in a field?
In these proofs, you should manipulate the given expression to prove in many ways until you get an idea on how to prove it.
In this question, for example, we have \begin{align*} x \cdot (-1) &= -x, \\ x \cdot (-1) + x &= 0, \\ x \cdot (-1) + x \cdot (1) &= 0. \\ \end{align*}
This last expression should give you the idea on how to solve this:
$$ x \cdot (-1) + x = x \cdot (-1) + x \cdot (1) = x \cdot (-1+1) = x \cdot 0 = 0. $$ Hence, $$ x \cdot (-1) + x = 0 \implies x \cdot (-1) = -x. $$