• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/45

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

45 Cards in this Set

  • Front
  • Back

The _______ of an integer refers to whether the integer is even or odd.

The parity of an integer.




For instance, 5 has odd parity and 28 has even parity. We call the fact that any integer is either even or odd the parity property.

The _________ into cases in a proof is like the transfer of control for an if-then-else statement in a computer program.

Division into cases




Example:


Case 1 (m is even):




Case 2 (m is odd):

To prove a statement of the form “If A1 or A2 or . . . or An, then C,” prove all of thefollowing:


  • If A1, then C,
  • If A2, then C,...
  • If An, then C.
This process shows that C is true regardless of which of A1, A2,..., An happens to be the case.

This is called the Method of Proof by ______ into _______

Method of proof by division into cases

A second form of indirect argument (the first being proof by contradiction), argument (or proof) by __________, is based on the logical equivalence between a statement and its _________________.

argument bycontraposition





  • based on the logical equivalence between a statement and its contrapositive.

To prove a statement by contraposition, you take the contrapositive of the statement, prove the contrapositive by a direct proof, and conclude that the original statement is _____.

Prove the contrapositive, and




....conclude that the original statement is true.

Steps for Method of Proof by Contraposition:


  • 1. Express the statement to be proved in the form: ∀x in D, if P(x) then Q(x)
  • 2. Rewrite this statement in the contrapositive form: ____________.
  • 3. Prove the contrapositive by a direct proof. (suppose x in Q(x) is false, show that p(x) is also false)

2. Rewrite this statement in the contrapositive form:




∀x in D, if Q(x) is false then P(x) is false.

The parity of an integer refers to whether the integer is ____ or ____.

The parity of an integer refers to whether the integer is even or odd.




For instance, 5 has odd parity and 28 has even parity. We call the fact that any integer is either even or odd the parity property.

A second form of ___________ argument (the first being proof by contradiction), argument by contraposition, is based on the logical equivalence between a statement and its contrapositive.

form of indirect argument

Two forms of indirect arguments:





  • argument (proof) by _____________.
  • argument (proof) by _____________.

Two forms of indirect arguments:





  • argument (proof) by contradiction.
  • argument (proof) by contraposition.

Two forms of _______ arguments:





  • argument (proof) by contradiction.
  • argument (proof) by contraposition.

Two forms of indirect arguments:




argument (proof) by contradiction.


argument (proof) by contraposition.

Steps for Method of Proof by Contraposition:



  • 1. Express the statement to be proved in the form: ∀________________
  • 2. Rewrite this statement in the contrapositive form: ∀x in D, if Q(x) is false then P(x) is false.
  • 3. Prove the contrapositive by a direct proof. (suppose x in Q(x) is false, show that p(x) is also false)

1. Express the statement to be proved in the form:




∀x in D, if P(x) then Q(x)

Steps for Method of Proof by Contraposition:



  • 1. Express the statement to be proved in the form: ∀x in D, if P(x) then Q(x)
  • 2. Rewrite this statement in the contrapositive form: ∀x in D, if Q(x) is false then P(x) is false.
  • 3. Prove the contrapositive by a direct proof. (suppose x in Q(x) is false, show that ______________)

3. Prove the contrapositive by a direct proof.




(suppose x in Q(x) is false, show that p(x) is also false)

_________ ad ___________ is one of a mathematician’s finest weapons. It is a far finergambit than any chess gambit: a chess player may offer the sacrifice of a pawn or evena piece, but the mathematician offers the game.

Reductio ad absurdum




means: "reduction to absurdity"

In a ________ proof you start with the hypothesis of a statement and make one deduction afteranother until you reach the conclusion. _________ proofs are more roundabout.

direct proofs




indirect proofs

In a direct proof you start with the ___________ of a statement and make one deduction after another until you reach the conclusion. Indirect proofs are more roundabout.

In a direct proof you start with the hypothesis of a statement, and make one deduction after another until you reach the conclusion.

Argument by contradiction, is based on the fact that either a statementis true or it is false but not both. So if you can show that the assumption that a givenstatement is not true leads logically to a ______________, impossibility, or absurdity, thenthat assumption must be false: and, hence, the given statement must be true.

Argument by Contradiction




The assumption that a given statement is not true leads logically to a contradiction. Then that assumption must be false, and hence, the given statement must be true!

Argument by contradiction, is based on the fact that either a statement is true or it is false but not both. So if you can show that the assumption that a given statement is not true leads logically to a contradiction, impossibility, or absurdity, then that assumption must be _____: and, hence, the given statement must be _____.

Argument by Contradiction




...then that assumption must be false: and, hence, the given statement must be true.

An example of argument by contradiction in debate:




"Suppose for a moment that what my opponent....."

"Suppose for a moment that what my opponent says is correct."




Starting from this supposition, thedebater then deduces one statement after another until finally arriving at a statement thatis completely ridiculous and unacceptable to the audience.

The point of departure for a proof by contradiction is the supposition that the statement to be proved is _______. The goal is to reason to a _____________.

The point of departure for a proof by contradiction is the supposition that the statement to be proved is false. The goal is to reason to a contradiction.

There are no clear-cut rules for when to try a direct proof and when to try a proof bycontradiction, but there are some general guidelines. Proof by contradiction is indicatedif you want to show that there is no object with a certain property, or if you want to showthat a certain object does not have a certain property.

Proof by contradiction is indicated if you want to show that there is no object with a certain property, or if you want to show that a certain object does not have a certain property.

Proof by contradiction is indicated if you want to show that there is no object with a certain property, or if you want to show that a certain object does not have a certain __________.

Proof by contradiction is indicated if you want to show that there is no object with a certain property, or if you want to show that a certain object does not have a certain property.

Staring Point for a Proof (or argument) of contradiction:




"Suppose..."

"Suppose not. Suppose ~P(x)."

After a contradiction has been reached, the logic of the argument is always the same:




“This is a contradiction. Hence the __________ is false and the ____________ is true.

"This is a contradiction. Hence the supposition is false and the theorem is true.”

When using proof by contradiction:




Begin by supposing the negation of what you are to prove. WARNING: be careful when writing down what this means. If you write the _________ incorrectly, the entire rest of the proof will be flawed.

Proof by contradiction:




If you write down the negation incorrectly, the entire rest of the proof will be flawed.

The quotient-remainder theorem says that when any integer n is divided by any positive integer d,




the result is a _________ q and a nonnegative remainder r that is smallerthan d.

...the result is a quotient q and a nonnegative remainder r that is smaller than d.

The ________-________ theorem says that when any integer n is divided by any positive integer d, the result is a quotient q and a nonnegative remainder r that is smaller than d.

The quotient-remainder theorem:




Given any integer n and positive integer d,




n = dq + r and




0 ≤ r < d.

n mod d = the nonnegative integer remainder obtainedwhen _ is divided by _.

n mod d


n % d




remainder when (n is divided by d)

they usethe word __________ to refer to a statement that is somewhat less consequential butnonetheless worth writing down.

proposition:




A statement that is somewhat less consequential but nonetheless worth writing down.

When you use proof by ____________, you know exactly what conclusion you need to show, namely the negation of the hypothesis;




whereas in proof by ____________, it may be difficult to know what contradiction to head for.

Proof bycontraposition




Proof by contradiction

In a proof by ______________, it may be difficult to know what ___________ to head for, but once you have deduced a ___________ whatsoever, you are done.

Proof by contradiction

The disadvantage of a proof by contraposition as compared with contradiction is that you can use contraposition only for a specific class of statements—those that are ________ and ___________.

universal and conditional

Any statement that can be proved by ______________can be proved by _____________. But the converse is not true.

Any statement that can be proved by Contraposition can be proved by contradiction.




But the converse is not true:


Being able to solve by contradiction DOES NOT mean you can solve by contraposition.

Psychologists who have studied problem solving have found that the most successful problem solvers are those who are _________ and willing to use a variety of approaches without getting stuck in any one of them for very long.

The best problem solvers areflexible.

Learning the skills of proof and disproof is much like learning other skills, such as those used in swimming, tennis, or playing a musical instrument. When you first start out, you may feel bewildered by all the rules, and you may not feel confident as you attempt new things. But with practice, the rules become internalized.

But with practice, the rules become internalized.

You need to know how direct and indirect proofs and counterexamples are structured.




But to use this knowledge effectively, you must use it in conjunction with your imaginative powers, your intuition, and especially your common sense.

To use this knowledge effectively, you must use it in conjunction with your imaginative powers, your intuition, and especially your common sense.

For all elements in a domain, if (hypothesis) then (conclusion),




Can I imagine any elements that satisfy the hypothesis and conclusion? If yes, the statement is true and your insight will form the basis for a ________ proof.

direct proof

For all elements in a domain, if (hypothesis) then (conclusion),




If I cannot clearly find elements that satisfy the hypothesis and conclusion, look for elements that satisfy the hypothesis and not the conclusion. If I find one or some examples, the statement is false and I have a ____________.

counterexample.

For all elements in a domain, if (hypothesis) then (conclusion),




Perhaps you can show that assuming the existence of elements in the domain that satisfy the hypothesis and not the conclusion leads logically to a contradiction. If so, then the given statement is true and you have the basis for a proof by ______________.

proof by contradiction

For all elements in a domain, if (hypothesis) then (conclusion),




Imagine elements of the domain for which the conclusion is false and ask whether such elements also fail to satisfy the hypothesis. If the answer in all cases is “yes,” then you have a basis for a proof by _____________.

proof by contraposition

two of the most famous theorems in mathematics: that √ 2 is irrational and that there are infinitely many ______ numbers.

infinitely many prime numbers

In the fourth or fifth century B.C.E., the followers of the Greek mathematician and philosopher ______________ discovered that √ 2 was not rational. This discovery was very upsetting to them, for it undermined their deep, quasi-religious belief in the power of whole numbers to describe phenomena.

Greek mathematician and philosopher Pythagoras

Many theorems can be proved by either a direct or indirect proof. Usually, however, when both types of proof are possible, a(n) _______ proof is clumsier than a(n) _________ proof.

indirect proof is clumsier than a direct proof.


  1. In the absence of obvious clues suggesting indirect argument, try first to prove a statement ___________.
  2. Then, if that does not succeed, look for a counterexample.
  3. If the search for a counterexample is unsuccessful, look for a proof by contradiction or contraposition.

1. Try first to prove a statement directly

  1. In the absence of obvious clues suggesting indirect argument, try first to prove a statement directly.
  2. Then, if that does not succeed, look for a ________________.
  3. If the search for a counterexample is unsuccessful, look for a proof by contradiction or contraposition.

2. If proving a statement directly does not work, then look for a counterexample.


  1. In the absence of obvious clues suggesting indirect argument, try first to prove a statement directly.
  2. Then, if that does not succeed, look for a counterexample.
  3. If the search for a counterexample is unsuccessful, look for a proof by __________ or ___________.

3. If the search for a counterexample is unsuccessful, look for a proof by contradiction or contraposition.