1 / 40

Negating Nested Quantifiers

Negating Nested Quantifiers. More examples: ``student is enrolled in class ”. I(x)=“x has an internet connection” C( x,y )=“x and y have chatted over the internet” Domain is students in your class.

sook
Download Presentation

Negating Nested Quantifiers

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Negating Nested Quantifiers

  2. More examples: • ``student is enrolled in class ”

  3. I(x)=“x has an internet connection” C(x,y)=“x and y have chatted over the internet” Domain is students in your class. 1. Someone in your class has an Internet connection but has not chatted with anyone else in the class. 2. There are two students in the class who between them have chatted with everyone else in the class.

  4. Section 1.5 – Rules of Inference • Terms: • Argument • Premises • Conclusion • Valid

  5. Standard Rules of Inference (Each is based on a tautology) Modus Ponens Modus Tollens Hypothetical Syllogism

  6. Standard Rules of Inference(Continued) Addition Simplification Conjunction

  7. Standard Rules of Inference (Continued) Disjunctive Syllogism Resolution

  8. Examples Alice is a mathematics major. Therefore, Alice is either a mathematics major or a computer science major. If it snows today, the university will close. The university is not closed today. Therefore, it did not snow today. If I go swimming, then I will stay in the sun too long. If I stay in the sun too long, then I will sunburn. Therefore, if I go swimming, then I will sunburn.

  9. Example Use rules of inference to show that the hypotheses “Randy works hard,” “If Randy works hard, then he is a dull boy” and “If Randy is a dull boy, then he will not get the job” imply the conclusion “Randy will not get the job.”

  10. Rules of Inference for Quantified Statements Universal Instantiation Universal Generalization

  11. Rules of Inference for Quantified Statements (Continued) Existential Instantiation Existential Generalization

  12. Combining Rules of Inference for Quantified Statements Universal Modus Ponens Universal Modus Tollens

  13. Examples: Drawing Conclusions “Every computer science major has a personal computer.” “Ralph does not have a personal computer.” “Ann has a personal computer.” “Joe is a computer science major.”

  14. Valid Arguments vs Fallacies • Valid arguments are constructed using… • A fallacy is a (so-called) argument which is not so constructed. • Affirming the conclusion • Denying the hypothesis • Begging the question p

  15. Examples: Valid Argument or Fallacy? • All students in this class understand logic. Xavier is a student in this class. Therefore, Xavier understands logic. • Every computer science major takes discrete mathematics. Natasha is taking discrete mathematics. Therefore, Natasha is a computer science major.

  16. 3. All parrots like fruit. My pet bird is not a parrot. Therefore, my pet bird does not like fruit. 4. Everyone who eats granola every day is healthy. Linda is not healthy. Therefore, Linda does not eat granola every day.

  17. Section 1.6 – Introduction to Proofs Formal Proofs Definitions: Proof- Theorem- Proposition- Axiom or postulate-

  18. Definitions Continued: Lemma- Corollary- Conjecture-

  19. Quantifiers • Remember that when no quantifier is given, a universal quantification is assumed. If xy > 0, then either x and y are both positive or x and y are both negative

  20. Some basic facts/definitions we’ll need: • An integer is even if there exists an integer such that . • An integer is odd if there exists an integer such that . • An integer is a perfect square if there is an integer such that . • If a and b are integers with , we say that divides if there is an integer such that . • The real number is rational if there exist integers and with such that . A real number that is not rational is called irrational.

  21. Methods of Proving (Given arbitrarily complicated compound propositions p and q) Direct proof: Assume p is true. Show by a direct argument that q is true. Task: Prove the statement: “If a person likes math then he/she is cool.” Proof:

  22. Example: Prove by a direct argument that ifis a perfect square then is either odd or divisible by 4.

  23. Methods of Proving (Given arbitrily complicated compound propositions p and q) Indirect proof: Assume q is false. Show by a direct argument that p is false. Task: Prove the statement: “If a person likes math then he/she is cool.” Proof:

  24. Example: Prove by an indirect argument that if and are integers and is even, then either or must be even.

  25. Proving • Show that p→q • Show that q→p Task: Prove the statement: “A person likes math if and only if he/she is cool.” Proof:

  26. Proving Multiple Statements Equivalent

  27. Prove these statements are equivalent, where a and b are real numbers: (i) a is less than b, (ii) the average of a and b is greater than a, and (iii) the average of a and b is less than b.

  28. Other Types of Proof • Vacuous proof • Trivial proof • Proof by contradiction

  29. Prove that the product of a non-zero rational numbers and an irrational number is irrational using proof by contradiction.

  30. Mistakes in Proofs Given Multiply both sides by a Subtract from both sides Factor Divide by Substitute for since Divide both sides by b

  31. Section 1.7 – Proof Methods and Strategy • Proof by cases • Exhaustive Proof

  32. Prove that for any two real numbersand , .

  33. Theorems and Quantifiers • Existence proofs (constructive vs. non-constructive) Constructive: Show that there is a positive integer that can be written as the sum of cubes of positive integers in two different ways.

  34. Nonconstructive: Prove that there exists two irrational numbers and for which is rational.

  35. means Uniqueness quantifier and uniqueness proofs Example:

  36. Counter-Examples • To show it is false that simply exhibit one value of for which is false. • Example: Conjecture- Every positive integer is the sum of three squares.

  37. Open Problems The conjecture: Starting with any positive integer and repeatedly applying the transformation whereby an even integer gets divided by 2 and an odd integer gets multiplied by 3 and incremented by 1, we will ultimately generate the integer 1.

  38. Goldbach’s conjecture: Every positive even integer n  4 can be expressed as the sum of two prime numbers.

More Related