I'm in a discrete structures class and I'm having trouble with formulating ideas as to what I need to prove. Here's the question:
Suppose you are trying to prove that, If a, b, and c are integers for which a divides b and b divides c, then a divides c. What, if anything, is wrong with each of the following key questions?
a. How can I show that a divides b and b divides c?
b. How can I show that a divides c?
c. How can I show that an integer divides another integer?
And here's what I've come up with:
a) if a divides b then the equation can be written as
(1) b = ka
and if b divides c this can be written as
(2)c = kb
solving each equation for k will give
(1) k = b/a
(2) k = b/c
if you let the two equal each other. it will give b/a = b/c which is not equal. Thus, that is what is wrong with this question.
b) There is nothing wrong with this key question.
c) If a,b,c do not have values associated with them you can not divide an integer by an integer.
I have no idea if these are right or if I am even on the right path to answering these questions correctly. What do you think would correctly answer a,b,c for this question?