Heute
- 24
- 0
Homework Statement
Let S ={(a,(b,c)) element R x (Z x [0,1)) : a = b + c}
where R is the real numbers, Z is the integers, and [0,) is the interval from 0 to one.
Prove that S is a function (that is, for every a element of R there exist at most one (b,c) so that (a,(b,c)) is an element of S. Note, then, that b is an integer and c is non-negative)
Homework Equations
---
The Attempt at a Solution
Let (a,(b,c)) and (a,(d,e)) be elements of S. If S is a function, then (b,c)=(d,e)
(a,(b,c)) is an element of S iff a = b + c; i.e. a-b = c > 0
(a,(d,e)) is an element of S iff a = d + e; i.e. a-d = e > 0
Since b and d are integers, a - b and a - d have the same digits following the decimal. Since c and e cannot be greater than or equal to one, they must account for all of the "decimal portion" of a-b or a-d respectively.
Another approach: b-d+c-e = 0
in which case I'd have to prove that b=d and c=e, but I'm not sure how.