To explore this, what does absolute value of the difference between two numbers give you? The distance between the two numbers, right? So we are looking for a third number that is equidistant from both a and b. That would be the 'piggy-in-the-middle', the average of the two numbers, right?
Wait a minute! What if the average is not an integer? Dang! ..... But wait, OUR integers are spaced so that their average IS an integer!
So we need to show that c EXISTS, that c is an INTEGER and that c is UNIQUE.
EXISTENCE: Let a and b be two distinct odd integers, by definition of odd integer a=2x +1 an b=2y+1,
x not equal to y. Without loss of generality assume x>y so that a>b. To find c, lets solve the equation
|a-c| = |b-c|. We have to cases: polarity the same and polarity different.
Case 1) a - c = b - c ---> a - b = c - c which is a contradiction because a is not equal to b.
Case 2) a - c = -(b - c) ---> a - c = -b + c ----> a + b = 2 c ---> (a + b)/2 = c which means c is the average of a and b
C IS AN INTEGER Since c = (a+b)/2 ---> c = (2x+1 + 2y+1)/2= (2x+ 2y + 2)/2 = 2(x+y+1)/2=x+y+1
Since x, y, and 1 are integers x+y+1 is an integer.
C IS UNIQUE Any integer n fulfilling our requirement for existence would be defined as the average of a and b which means n = c, which is sufficient to declare c unique to the point of label.
ITTI (I tink tats it --- a kind of Norwegian QED)
I Hope this helps