scorpius1782 said:
I think I have it solved unless my algebra is as terrible as my understanding of proofs. But, it isn't taking me anywhere in terms of understanding how to use it to prove 1 to 1. When I look at this I only see that x and y depend on a or b (or vice versa).
Alright. So the fact that you got x and y to depend on a and b means that there is a
unique solution to that particular system. So when a and b are real numbers, there is
exactly one pair (x,y) of real numbers satisfying x+y=a and 2x-3y=b.
If we restrict a and b to being integers and (x,y) to being a pair of natural numbers, it's possible that there are no solutions. But could there ever be
more than one solution to the system?
Now, given f(x,y)=(a,b)=f(w,z). Both (x,y) and (w,z) are solutions to the system of equations that we've been talking about, right? Now can you see how to use this idea to show that f is 1-1?
Note:
Telling me this is a pre-calc problem doesn't hurt my feelings. I'm bad at this, like really bad. I'm prepared to be talked to like I don't get it, that's why I'm here. Proofs, even simple ones, are hard for me to understand and ten times harder for me to do on my own. I've gotten all A's until, what I thought was my last math class, linear algebra where I got a B. I can do math... but I just don't get proofs at all.
Proofs are generally much easier to understand than they are to create, even for the "pros". I would think that it would be very hard to formulate your own proofs if you're having difficulty following the ones that have been provided to you. I would encourage you to work on understanding proofs that have been given to you; focus on understanding why each statement follows from previous statements/assumptions of the claim/definitions rather than trying to figure out how someone came up with the proof.
I find that a lot of times, especially in the "first class in proofs" type of problems, the inspiration for how to go about proving things comes when you write down
explicitly what you're assuming, sometimes in multiple different ways. In this case, when you write down f(x,y)=f(w,z), nothing comes up. Then you write down x+y=w+z and 2x-3y=2w-3z, and that also isn't very helpful (unless you make some bad assumptions)*. But when you write down f(x,y)=(a,b)=f(w,z) and then rewrite that, x+y=a, 2x-3y=b and w+z=a, 2w-3z=b, then you maybe start to see that you have a system of linear equations. And you think "I know precalc, and I know linear algebra. I know some things about solutions to linear systems." And that gives you some inspiration towards how to deal with the proof.
Now, given that you know some linear algebra, can you see that the f that you have been given is linear? What is the kernel of f? What do you know about linear functions with trivial kernels?
*There is a way to use this, but it's not quite as intuitive (imo) as the approach that I am suggesting; recognize that x+y=w+z and 2x-3y=2w-3z is equivalent to (x-w)+(y-z)=0 and 2(x-w)-3(y-z)=0, and so (x-w,y-z) is a (the) solution to the system X+Y=0 and 2X-3Y=0. It's certainly faster and more elegant. But it's harder to come up with, I think.