Quote:
Original post by Sneftel
I don't think we disagree, except on notation. I've often seen the "only change one side" form, but it's limited to proving equations, so it's pretty uncommon among proofs as a whole. In either case, the sufficiency of the proof is clearly verifiable from the statements given.
Actually, we do disagree to a certain extent. By starting with sin^2 + cos^2 = 1 and leading up to a trivially true statement (sin^2 + cos^2 = sin^2 + cos^2), you haven't really proved anything. In particular, what you've shown is that by assuming sin^2 + cos^2 = 1 is true, you can show that sin^2 + cos^2 = sin^2 + cos^2. This is why one should reverse the logic; start with something that is true, and draw conclusions from that.
Just to rewrite it to show what I mean. Written this way:
sin^2 θ + cos^2 θ = 1sin^2 θ + cos^2 θ = H^2 / H^2 // multiply by the equivalent of 1/1sin^2 θ + cos^2 θ = (O^2 + A^2) / H^2 // expand H^2 based by Pythagorean theoremsin^2 θ + cos^2 θ = O^2 / H^2 + A^2 / H^2 // distributesin^2 θ + cos^2 θ = (O/H)^2 + (A/H)^2 // rearrangesin^2 θ + cos^2 θ = sin^2 θ + cos^2 θ // substitute
would be regarded as this:
sin^2 θ + cos^2 θ = 1=> sin^2 θ + cos^2 θ = H^2 / H^2 // multiply by the equivalent of 1/1=> sin^2 θ + cos^2 θ = (O^2 + A^2) / H^2 // expand H^2 based by Pythagorean theorem=> sin^2 θ + cos^2 θ = O^2 / H^2 + A^2 / H^2 // distribute=> sin^2 θ + cos^2 θ = (O/H)^2 + (A/H)^2 // rearrange=> sin^2 θ + cos^2 θ = sin^2 θ + cos^2 θ // substitute
unless you read from bottom to top of course (=> is implication). From this you can easily see that you haven't proven anything but the fact that by assuming that sin^2 + cos^2 = 1 is true, you can show that sin^2 + cos^2 equals itself. If those were equivalencies, you'd be safer, but if it is not explicitly shown then implications are what are assumed (that one step leads to the next, not the other way around).
It's clear to most how the proof should go, but it's best to be explicit, and never to start with the conclusion. I'm just trying to lead nullsquared down a more elegant and easy-to-follow proofing path. I know that my first real analysis and discrete math courses were a little challenging until I got the logic down right. I didn't do that great in my first real analysis course, but several real analysis courses later I was acing them :)