Ask HN:properties of real numbers
Hello,
The addition property of real numbers says if a=b,c=d then a+c=b+d.can someone tell me why is it true? is there an algebraic proof for this or should we accept this as being true based on inductive reasoning?i really tried doing a google search for a proof but couldn't find any.
(i know i had asked a similer question a couple of days ago but i feel i might get a much more reasonable answer to this one..may be the way i had put accross the question wasn't sensible)
13 comments
[ 2.9 ms ] story [ 45.0 ms ] thread=> a + c = a + c (addition is commutative under Peano arithmetic)
=> a + c = b + c (a == b)
=> a + c = b + d (c == d)
qed
See also http://en.wikipedia.org/wiki/Peano_axioms if you prefer the math and logic jargon. High school geometry taught me to dislike dealing with formal proofs, but I think that should be about the right area to look.
Also, d= a-b+c
Probably doesn't help but thats about the limit of my capabilities!
a+c = a+c (reflexive property of equality) a = b => a+c = b+c (substitution axiom) c = d => a+c = b+d (substitution axiom) a+c=b+d. (Done)
a + c = b + d a + c = a + c # replaced b with a and d with c
I remember that integers are usually defined in terms of successors: Succ 1 = 2. But this doesn't help for real numbers because they can't really be enumerated?
Suppose that d != a - b + c. Since a = b, a - b = 0. This implies d != c. This is a contradiction, so our supposition is inaccurate. d = a - b + c
Now, suppose a + c != b + d. Plug in what we just learned. a + c != b + a - b + c. The b's cancel, leaving another contradiction. Thus, supposition inaccurate, so a + c = b + d. QED