Question: If $F$ is a field, and $a, b, c \in F$, then prove that if $a+b = a+c$, then $b=c$ by using the axioms for a field.
Relevant information:
Field Axioms (for $a, b, c \in F$):Addition:
$a+b = b+a$ (Commutativity)
$a+(b+c) = (a+b)+c$ (Associativity)
$a+0 = a$ (Identity element exists)
$a+(-a) = 0$ (Inverse exists)Multiplication:
$ab = ba$ (Commutativity)
$a(bc) = (ab)c$ (Associativity)
$a1 = a$ (Identity element exists)
$aa^{-1} = 1$ (Inverse exists)Distributive Property:
$a(b+c) = ab + ac$Attempt at solution:
I'm not sure where I can begin. Is it ok to start with adding the inverse of a to both sides, as in the following?
$(a+b)+(-a) = (a+c)+(-a)$ (Justification?)
$(b+a)+(-a) = (c+a)+(-a)$ (Commutativity)
$b+(a+(-a)) = c+(a+(-a))$ (Associativity)
$b+0 = c+0$ (Definition of additive inverse)
$b = c$ (Definition of additive identity)
I'm wondering about my very first step. Specifically, the axioms don't mention anything about doing something to both sides of an equation simultaneously. Is there some other axiom I can use to justify this step?
This is Exercise 1, part b in Section 1 on page 2 of Halmos, Finite Dimensional Vector Spaces (reading book for fun--this is not homework (probably too easy to be a homework problem anyway!)). In part a, I proved that $0+a = a$, in case that is somehow helpful in this problem. Thanks!
Martín-Blas Pérez Pinilla suggests that "=" can be considered a logical symbol obeying logical axioms. While I agree that it fundamentally is so, I would like to note that it is possible to consider it an equivalence relation obeying 'internal' field axioms, because for example the rational numbers can be taken as equivalence classes of a certain set of pairs of integers, and so it is not quite right to consider the equality between these rationals as a logical equality. Also, Ittay made a mistake where he used an unstated axiom that allows substitution. What you need, either way, is something equivalent to the following for any field $F$:
$a=a$ for any $a \in F$ [reflexivity of =]
$a=b \Rightarrow b=a$ for any $a,b \in F$ [commutativity of =]
$a=b \wedge b=c \Rightarrow a=c$ for any $a,b,c \in F$ [transitivity of =]
(These describe "=" as an equivalence relation on $F$)
$a=b \Rightarrow P(a)=P(b)$ for any $a,b \in F$ and predicate $P$ [substitution]
(This describes substitution, which can be used to replace separate axioms governing how "=" and the field operations interact. Ittay used this in one of his steps.)
These allow us to "do the same thing to both sides", for example:
For any $a,b,c \in F$ such that $a=b$,
Let $d=a+c$ [closure under +]
$a+c=a+c$ [transitivity of =; $a+c=d=a+c$]
$a+c=b+c$ [substitution; where the predicate is given by $P(x) \equiv (a+c=x+c)$]
Note that to prove that something is a field, we will have to prove the substitution axiom, which boils down to proving the following equivalent set of axioms:
$a=b \Rightarrow a+c=b+c$ for any $a,b,c \in F$
$a=b \Rightarrow ac=bc$ for any $a,b,c \in F$
The original problem can then be proven as follows:
For any $a,b,c \in F$ such that $a+b=a+c$,
$b = 0+b = (-a+a)+b = (-a)+(a+b) = (-a)+(a+c) = (-a+a)+c = 0+c = c$