|
Re: How to write Math Proofs
learn how to use basic language correctly. e.g. learn the distinction between the converse of a statement (whose truth is unrelated to that of the original statement), and the contrapositive, whose truth is equivalent.
E.g. if the statement has form "P implies Q", the converse is "Q implies P", and the contrapositive is "notQ implies notP".
e.g. Every good boy does fine is equivalent to "if X is a good boy, the X does fine".
the converse is: "If X does fine, then X is a good boy".
the contrapositive is: "If X does not do fine, then X is not a good boy".
Or, if f is continuous on [0,1] then f is bounded on [0,1] (true).
converse: if f is bounded on [0,1] then f is continuous on [0,1] (false).
contrapositive: If f is not bounded on [0,1] then f is not continuous on [0,1] (true).
|