student responsibilities week 2 mat2345
play

Student Responsibilities Week 2 Mat2345 Reading : Textbook, - PDF document

Student Responsibilities Week 2 Mat2345 Reading : Textbook, Sections 1.5 1.6 Week 2 Assignments : as given in the Homework Assignment list Chap 1.5, 1.6 (handout) Secs. 1.5 & 1.6 Attendance : Dryly Encouraged Fall


  1. Student Responsibilities — Week 2 Mat2345 ◮ Reading : Textbook, Sections 1.5 – 1.6 Week 2 ◮ Assignments : as given in the Homework Assignment list Chap 1.5, 1.6 (handout) — Secs. 1.5 & 1.6 ◮ Attendance : Dryly Encouraged Fall 2013 Week 2 Overview Negating Quantifiers Care must be taken when negating statements with quantifiers. Negations of Quantified Statements ◮ Finish up 1.1–1.4 Statement Negation ◮ 1.5 Rules of Inference All do Some do not (Equivalently: Not all do ) ◮ 1.6 Introduction to Proofs Some do None do (Equivalently: All do not ) Practice with Negation Some Notes of Interest What is the negation of each statement? ◮ DeMorgan’s Laws: 1. Some people wear glasses. ¬ ( p ∧ q ) ≡ ¬ p ∨ ¬ q ¬ ( p ∨ q ) ≡ ¬ p ∧ ¬ q 2. Some people do not wear glasses. ◮ p → q is false only when p is true and q is false 3. Nobody wears glasses. ◮ p → q ≡ ¬ p ∨ q 4. Everybody wears glasses. ◮ The negation of p → q is p ∧ ¬ q 5. Not everybody wears glasses.

  2. Which Are Equivalent? 1.5 Rules of Inference Theorems, Lemmas, & Corollaries ◮ A theorem is a valid logical assertion which can be proved using: Direct Inverse Converse Contrapositive ◮ other theorems p q ¬ p ¬ q p → q ¬ p → ¬ q q → p ¬ q → ¬ p ◮ axioms : statements given to be true T T F F ◮ Rules of Inference : logic rules which allow the deduction of T F F T conclusions from premises. F T T F F F T T ◮ A lemma is a pre–theorem or result which is needed to prove a theorem. ◮ A corollary is a post–theorem or result which follows directly from a theorem. Mathematical Proofs If it rains, then the squirrels will hide It is raining. ◮ Proofs in mathematics are valid arguments that establish the ----------------------------------------- The squirrels are hiding. truth of mathematical statements. p = it rains / is raining q = the squirrels hide / are hiding ◮ Argument : a sequence of statements that ends with a conclusion. Premise 1 : p → q Premise 2 : p Conclusion : q Associated Implication : (( p → q ) ∧ p ) → q ◮ Valid : the conclusion or final statement of the argument p q (( p → q ) ∧ p ) → q must follow from the truth of the preceding statements, or T T premises , of the argument. T F F T ◮ An argument is valid if and only if it is impossible for all the F F premises to be true and the conclusion to be false. Are the squirrels hiding? Modus Ponens — The Law of Detachment If you come home late, then you are grounded. You come home late. Both of the prior examples use a pattern for argument called --------------------------------------------- modus ponens , or The Law of Detachment . You are grounded. p = p → q q = p Premise 1 : ------ Premise 2 : q Conclusion : Associated Implication : or p q (( p → q ) ∧ p ) → q T T T F F T F F Notice that all such arguments lead to tautologies , and therefore are valid . Are you grounded?

  3. Modus Tollens — Example If a knee is skinned, then it will bleed. This knee is skinned. If Frank sells his quota, he’ll get a bonus. ----------------------------------------- Frank doesn’t get a bonus. It will bleed. ------------------------------------- p = Frank didn’t sell his quota. q = p = q = Premise 1 : Premise 2 : Premise 1 : p → q Premise 2 : ∼ q Conclusion : ∼ p Conclusion : Thus, the argument converts to: (( p → q ) ∧ ∼ q ) → ∼ p Associated Implication : p q (( p → q ) ∧ ∼ q ) → ∼ p p q T T T T T F T F F T F T F F F F ( Modus Ponens ) – Did the knee bleed? Did Frank sell his quota or not? Modus Tollens If the bananas are ripe, I’ll make banana bread. I don’t make banana bread. An argument of the form: ------------------------------------- The bananas weren’t ripe. p → q p = ∼ q q = ------ Premise 1 : p → q Premise 2 : ∼ q Conclusion : ∼ p ∼ p Thus, the argument converts to: (( p → q ) ∧ ∼ q ) → ∼ p or p q (( p → q ) ∧ ∼ q ) → ∼ p (( p → q ) ∧ ∼ q ) → ∼ p T T T F F T is called Modus Tollens , and represents a valid argument. F F Were the bananas ripe or not? Other Famous Rules of Inference Rules of Inference for Quantifiers ∀ xP ( x ) p ∴ p ∨ q Addition ∴ P ( c ) Universal Instantiation (UI) p ∧ q P ( c ) (for arbitrary c ) ∴ p Simplification ∴ ∀ xP ( x ) Universal Generalization (UG) p → q P ( c ) (for some c ) q → r ∴ ∃ xP ( x ) Existential Generalization Hypothetical syllogism ∴ p → r ∃ xP ( x ) p ∨ q ¬ p ∴ P ( c ) (for some c ) Existential Instantiation Disjunctive syllogism ∴ q p q ◮ In Universal Generalization, x must be arbitrary. Conjunction ∴ p ∧ q ◮ In Universal Instantiation, c need not be arbitrary but often is ( p → q ) ∧ ( r → s ) assumed to be. p ∨ r ∴ q ∨ s Constructive dilemma ◮ In Existential Instantiation, c must be an element of the universe which makes P ( x ) true.

  4. Proof Example Fallacies Every human experiences challenges. Fallacies are incorrect inferences. Kim Smith is a human. ------------------------------------- An argument of the form: Kim Smith experiences challenges. p → q H(x) = x is a human ∼ p C(x) = x experiences challenges ------ k = Kim Smith, a member of the universe ∼ q Predicate 1 : ∀ x [ H ( x ) → C ( x )] Predicate 2 : H ( k ) Conclusion : C ( k ) The proof: or (1) ∀ x [ H ( x ) → C ( x )] Hypothesis (1) (( p → q ) ∧ ∼ p ) → ∼ q (2) H ( k ) → C ( k ) step (1) and UI (3) H ( k ) Hypothesis 2 is called the Fallacy of the Inverse or Fallacy of Denying the (4) C(k) steps 2 & 3, and Modus Ponens Antecedent , and represents an invalid argument. Q.E.D. Fallacy of the Inverse — Example Did the Butler Do It? If it rains, I’ll get wet. If the butler is nervous, he did it. It doesn’t rain. The butler is really mellow. (i.e., not nervous) ------------------------------------- I don’t get wet. Therefore, the butler didn’t do it. p = q = Translate into symbols: Premise 1 : p → q Premise 2 : ∼ p Conclusion : ∼ q Thus, the argument converts to: (( p → q ) ∧ ∼ p ) → ∼ q p q (( p → q ) ∧ ∼ p ) → ∼ q T T T F F T F F Did I get wet? Another Type of ( Invalid ) Argument Fallacy of the Converse If it rains, then the squirrels hide. An argument of the form: The squirrels are hiding. ------------------------------------- p → q It is raining. q p = it rains / is raining ------ q = the squirrels hide / are hiding p Premise 1 : p → q Premise 2 : q Conclusion : p or Thus, the argument converts to: (( p → q ) ∧ q ) → p p q (( p → q ) ∧ q ) → p (( p → q ) ∧ q ) → p T T T F F T is sometimes called the Fallacy of the Converse or Fallacy of F F Affirming the Consequent , and represents an invalid argument. ( Fallacy of the Converse ) — Is it raining?

  5. Begging the Question aka Circular Reasoning Synopsis of Some Argument Forms VALID Modus Modus Disjunctive Hypothetical Circular Reasoning occurs when the truth of the statement being Ponens Tollens Syllogism Syllogism proved (or something equivalent) is used in the proof itself. p → q p → q p ∨ q p → q p ∼ q ∼ p q → r q ∼ p q p → r For example : Conjecture: if x 2 is even then x is even. INVALID Fallacy of Fallacy of Proof: If x 2 is even, then x 2 = 2 k for some k . Then x = 2 m for some m . the Converse the Inverse Hence, x must be even. p → q p → q q ∼ p ∼ q p Valid or Invalid? Valid or Invalid? Either you get home by midnight, or you’re grounded. If you’re good, you’ll be rewarded. You aren’t grounded. You aren’t good. ------------------------------------- ------------------------------------- You got home by midnight. You aren’t rewarded. p = p = q = q = Premise 1 : p → q Premise 2 : ∼ p Conclusion : ∼ q Premise 1 : p ∨ q Premise 2 : ∼ q Conclusion : p Thus, the argument converts to: (( p → q ) ∧ ∼ p ) → ∼ q Thus, the argument converts to: (( p ∨ q ) ∧ ∼ q ) → p Are you rewarded? Did you get home by midnight? Argument type: Argument type: Valid or Invalid? Valid or Invalid? If you stay in, your roommate goes out. If you’re kind to people, you’ll be well liked. If your roommate doesn’t go out, s/he will finish If you’re well liked, you’ll get ahead in life. their math homework. -------------------------------------------------- Your roommate doesn’t finish their math homework. If you’re kind to people, you’ll get ahead in life. Therefore, you do not stay in. p = you’re kind to people q = you’re well liked r = you get ahead in life Premise 1 : p → q Premise 2 : q → r Conclusion : p → r Thus, the argument converts to: (( p → q ) ∧ ( q → r )) → ( p → r ) Argument type:

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend