Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 views
License: OTHER
Kernel:
%%html <link href="http://mathbook.pugetsound.edu/beta/mathbook-content.css" rel="stylesheet" type="text/css" /> <link href="https://aimath.org/mathbook/mathbook-add-on.css" rel="stylesheet" type="text/css" /> <style>.subtitle {font-size:medium; display:block}</style> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext" rel="stylesheet" type="text/css" /><!-- Hide this cell. --> <script> var cell = $(".container .cell").eq(0), ia = cell.find(".input_area") if (cell.find(".toggle-button").length == 0) { ia.after( $('<button class="toggle-button">Toggle hidden code</button>').click( function (){ ia.toggle() } ) ) ia.hide() } </script>

Important: to view this notebook properly you will need to execute the cell above, which assumes you have an Internet connection. It should already be selected, or place your cursor anywhere above to select. Then press the "Run" button in the menu bar above (the right-pointing arrowhead), or press Shift-Enter on your keyboard.

ParseError: KaTeX parse error: \newcommand{\lt} attempting to redefine \lt; use \renewcommand

Section1.1A Short Note on Proofs

Abstract mathematics is different from other sciences. In laboratory sciences such as chemistry and physics, scientists perform experiments to discover new principles and verify theories. Although mathematics is often motivated by physical experimentation or by computer simulations, it is made rigorous through the use of logical arguments. In studying abstract mathematics, we take what is called an axiomatic approach; that is, we take a collection of objects S\mathcal S and assume some rules about their structure. These rules are called . Using the axioms for S,\mathcal S\text{,} we wish to derive other information about S\mathcal S by using logical arguments. We require that our axioms be consistent; that is, they should not contradict one another. We also demand that there not be too many axioms. If a system of axioms is too restrictive, there will be few examples of the mathematical structure.

A in logic or mathematics is an assertion that is either true or false. Consider the following examples:

  • 3+5613+8/2.3 + 56 - 13 + 8/2 \text{.}

  • All cats are black.

  • 2+3=5.2 + 3 = 5\text{.}

  • 2x=62x = 6 exactly when x=4.x = 4\text{.}

  • If ax2+bx+c=0ax^2 + bx + c = 0 and a0,a \neq 0\text{,} then

    x=b±b24ac2a.\begin{equation*} x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}. \end{equation*}
  • x34x2+5x6.x^3 - 4x^2 + 5 x - 6\text{.}

All but the first and last examples are statements, and must be either true or false.

A is nothing more than a convincing argument about the accuracy of a statement. Such an argument should contain enough detail to convince the audience; for instance, we can see that the statement “2x=62x = 6 exactly when x=4x = 4” is false by evaluating 242 \cdot 4 and noting that 68,6 \neq 8\text{,} an argument that would satisfy anyone. Of course, audiences may vary widely: proofs can be addressed to another student, to a professor, or to the reader of a text. If more detail than needed is presented in the proof, then the explanation will be either long-winded or poorly written. If too much detail is omitted, then the proof may not be convincing. Again it is important to keep the audience in mind. High school students require much more detail than do graduate students. A good rule of thumb for an argument in an introductory abstract algebra course is that it should be written to convince one's peers, whether those peers be other students or other readers of the text.

Let us examine different types of statements. A statement could be as simple as “10/5=2;10/5 = 2\text{;}” however, mathematicians are usually interested in more complex statements such as “If p,p\text{,} then q,q\text{,}” where pp and qq are both statements. If certain statements are known or assumed to be true, we wish to know what we can say about other statements. Here pp is called the and qq is known as the . Consider the following statement: If ax2+bx+c=0ax^2 + bx + c = 0 and a0,a \neq 0\text{,} then

x=b±b24ac2a.\begin{equation*} x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}. \end{equation*}

The hypothesis is ax2+bx+c=0ax^2 + bx + c = 0 and a0;a \neq 0\text{;} the conclusion is

x=b±b24ac2a.\begin{equation*} x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}. \end{equation*}

Notice that the statement says nothing about whether or not the hypothesis is true. However, if this entire statement is true and we can show that ax2+bx+c=0ax^2 + bx + c = 0 with a0a \neq 0 is true, then the conclusion must be true. A proof of this statement might simply be a series of equations:

ax2+bx+c=0x2+bax=cax2+bax+(b2a)2=(b2a)2ca(x+b2a)2=b24ac4a2x+b2a=±b24ac2ax=b±b24ac2a.\begin{align*} ax^2 + bx + c & = 0\\ x^2 + \frac{b}{a}x & = - \frac{c}{a}\\ x^2 + \frac{b}{a}x + \left( \frac{b}{2a} \right)^2 & = \left( \frac{b}{2a} \right)^2 - \frac{c}{a}\\ \left(x + \frac{b}{2a} \right)^2 & = \frac{b^2 - 4ac}{4a^2}\\ x + \frac{b}{2a} & = \frac{ \pm \sqrt{ b^2 -4ac}}{2a}\\ x & = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}. \end{align*}

If we can prove a statement true, then that statement is called a . A proposition of major importance is called a . Sometimes instead of proving a theorem or proposition all at once, we break the proof down into modules; that is, we prove several supporting propositions, which are called , and use the results of these propositions to prove the main result. If we can prove a proposition or a theorem, we will often, with very little effort, be able to derive other related propositions called .

SubsectionSome Cautions and Suggestions

There are several different strategies for proving propositions. In addition to using different methods of proof, students often make some common mistakes when they are first learning how to prove theorems. To aid students who are studying abstract mathematics for the first time, we list here some of the difficulties that they may encounter and some of the strategies of proof available to them. It is a good idea to keep referring back to this list as a reminder. (Other techniques of proof will become apparent throughout this chapter and the remainder of the text.)

  • A theorem cannot be proved by example; however, the standard way to show that a statement is not a theorem is to provide a counterexample.

  • Quantifiers are important. Words and phrases such as only, for all, for every, and for some possess different meanings.

  • Never assume any hypothesis that is not explicitly stated in the theorem. You cannot take things for granted.

  • Suppose you wish to show that an object exists and is unique. First show that there actually is such an object. To show that it is unique, assume that there are two such objects, say rr and s,s\text{,} and then show that r=s.r = s\text{.}

  • Sometimes it is easier to prove the contrapositive of a statement. Proving the statement “If p,p\text{,} then qq” is exactly the same as proving the statement “If not q,q\text{,} then not p.p\text{.}

  • Although it is usually better to find a direct proof of a theorem, this task can sometimes be difficult. It may be easier to assume that the theorem that you are trying to prove is false, and to hope that in the course of your argument you are forced to make some statement that cannot possibly be true.

Remember that one of the main objectives of higher mathematics is proving theorems. Theorems are tools that make new and productive applications of mathematics possible. We use examples to give insight into existing theorems and to foster intuitions as to what new theorems might be true. Applications, examples, and proofs are tightly interconnected—much more so than they may seem at first appearance.