I need help with a couple proofs. First, my teacher is saying that the following proof is accurate, and I don't see why:
My question is, how does this prove that it is true for ALL m if we only used 0? I have already done a proof, albiet more complicated, that works, but I dont see how this one works for ALL integers m.
Also, I am having trouble with the proof that for integers m and x,
If m*x=m, then x has the property x=1 for some m.
If I prove something to be true for all of a set, should I then even have to consider that it is true for some it? A lot of problems I have to do first ask to prove that somehting is true for all integers and then again for some integers. I am having a lot of trouble with proofs and would appreciate some direction as well. Are there any websites that I might find useful? I already took discrete and have done lots of proofs, but never had to use as much detail as I am required of in this class.
Code:
For all integers m and x,
If m+x=m, x has the unique property that x=0
PF:
Let m = 0, and substitute into the original equation for m;
0+x=0. Substitute in x for [0+x] (we already proved that 0+x=x),
Now we have x=0.
Also, I am having trouble with the proof that for integers m and x,
If m*x=m, then x has the property x=1 for some m.
If I prove something to be true for all of a set, should I then even have to consider that it is true for some it? A lot of problems I have to do first ask to prove that somehting is true for all integers and then again for some integers. I am having a lot of trouble with proofs and would appreciate some direction as well. Are there any websites that I might find useful? I already took discrete and have done lots of proofs, but never had to use as much detail as I am required of in this class.