Hey guys [smile]. I have some questions about proofs. 10th grade in the USA, please bear with me because I don't have anyone else as knowledgeable as you guys to ask.
Recently I took a trig test, and one of the questions said: choose one of the following identities and prove it. The identities in the question weren't the standard identities; they were just something one can come up with by messing around with an equation while still keeping it an equation. Then I had to take it and show that the equation is, in fact, true.
To keep things simple, let's just do something like (cos x)/(cos² x) = 1/(cos x) (the real questions had multiple steps to them and were therefore much more complex)
Now, according to my teacher, the correct answer would be:
(cos x)/(cos² x) = 1/(cos x) <carry out division on left side>
1/(cos x) = 1/(cos x) <Q.E.D.>
I did this:
(cos x)((cos x) / (cos² x)) = (1 / (cos x))(cos x) <multiply both sides by cos x>
1 = 1
He said that's wrong because you're not allowed to change the sides like that.
Now, I can see why that wouldn't work:
1 = 2
(0)(1) = (2)(0) <multiply both sides by 0>
0 = 0 therefore 1 must equal 2
Of course, that's wrong.
However, is my teacher correct in his method of "proving"? I thought that to "prove" something, you had to start with a trivially true statement, then work up to the original statement, showing that it must be true. In our example:
cos x = cos x <by identity>
1 / (cos x) = 1 / (cos x) <by identity>
((cos x)/(cos x)) 1/(cos x) = 1/(cos x) <multiply left side by equivalent of 1/1>
(cos x)/(cos² x) = 1/(cos x) <Q.E.D.>
Thus, you can't just start out with the original and simplify it, because that's what you're trying to prove in the first place. Am I right or wrong?
If we were to start out with the original statement, we would need to use proof by contradiction:
(cos x)/(cos² x) =/= 1/(cos x)
1/(cos x) =/= 1/(cos x) <contradiction, therefore the original statement must be true>
Right?
Basically, I understand why my method was wrong, but I'm confused as to whether my teacher's method is actually correct.