kathrynag
- 595
- 0
Homework Statement
For a,b elements of the real numbers, define a~b if \left|a-b\right|\leq
1. Determine if we have an equivalence relation.
Homework Equations
The Attempt at a Solution
I've already done the first two parts of determining. it's only the last part that I'm having trouble with, so i will omit the first two parts.
We bwant to determine if for all a,b,c elements of S, if (a,b) is an element of R and (b,c) is an element of R, then (a,c) is an element of R.
We know \left|a-b\right|\leq1 and \left|b-c\right|\leq1.
This means a-b\leq1,b-a\leq1, b-c\leq1, and c-b\leq1.
Furthermore, a\leq1+b, b\leq1+a, b\leq1+c, c\leqb+1.
I know from this, I need to be able to show a-c\leq1 and c-a\leq1 in order to have an equivalence relation.
That's what I don't see right off hand is how to get that.