I’m working through a proof in Baby Rudin and I had a general question about proofs and their givens:
Let’s say there’s a known true statement like “for any positive integer n” and then some proposition that needs to be proven.
Now I assume the opposite of the proposition and a few lines later a result like n > 1 pops out. Does this automatically imply contradiction with the given above because it excludes the case where n = 1, or is it merely “new” information that further constrains n? My gut tells me it’s a contradiction because it’s ignoring the n=1 case that was guaranteed to be valid by the given, but I have no professor to ask.
I’m sorry if this is a bit vague but it’s a general question about proofs and I don’t want anyone to accuse me of asking for Homework help (I’m self-studying for my own curiosity for what it’s worth).
No, it's not a contradiction. $n>1$ is perfectly compatible with $n$ being a positive integer.
If, say, $n=7$, then it is both true that $n >1$ and that $n$ is a positive integer.
So it is indeed more like new information we get about $n$, and hence we now know more about $n$, but we do not obtain contradictory information.
And when you say that the case $n=1$ is 'valid', please know that all you really know is that initially it was possible that $n=1$, i.e. that it was an option that $n=1$, but now that you found out that $n>1$, that particular option is ruled out, but there are of course still plenty of options open compatible with the claim that $n$ is a positive integer. Indeed, by saying that $n$ is a positive integer, you were not forced to say that $n=1$, so in that sense it wasn't 'valid' at all to say that $n=1$.