Intermediate Level Conditionals.

Slides:



Advertisements
Similar presentations
Rules of Inference Rosen 1.5.
Advertisements

Hypotheticals: The If/Then Form Hypothetical arguments are usually more obvious than categorical ones. A hypothetical argument has an “if/then” pattern.
Rules of Inferences Section 1.5. Definitions Argument: is a sequence of propositions (premises) that end with a proposition called conclusion. Valid Argument:
Higher / Int.2 Philosophy 5. ” All are lunatics, but he who can analyze his delusion is called a philosopher.” Ambrose Bierce “ Those who lack the courage.
Intro to Logic: the tools of the trade You need to be able to: Recognize an argument when you see one (in media, articles, people’s claims). Organize arguments.
Logic 3 Tautological Implications and Tautological Equivalences
Essential Deduction Techniques of Constructing Formal Expressions and Evaluating Attempts to Create Valid Arguments.
Cognitive Processes PSY 334 Chapter 10 – Reasoning & Decision-Making August 19, 2003.
Essential Deduction Techniques of Constructing Formal Expressions Evaluating Attempts to Create Valid Arguments.
Copyright © Peter Cappello Logical Inferences Goals for propositional logic 1.Introduce notion of a valid argument & rules of inference. 2.Use inference.
Inductive and Deductive Reasoning Geometry 1.0 – Students demonstrate understanding by identifying and giving examples of inductive and deductive reasoning.
Deductive reasoning.
Deductive versus Inductive Reasoning Consider the following two passages: Argument #1 Mr. Jones is a member of the Academy of Scholarly Fellows and only.
Formal Operations and Rationality. Formal Operations Using the real vs. the possible Inductive vs. deductive reasoning –Inductive: Specific to general,
The Science of Good Reasons
Deductive Arguments.
Unit 1D Analyzing Arguments. TWO TYPES OF ARGUMENTS Inductive Deductive Arguments come in two basic types:
Question of the Day!  We shared a lot of examples of illogical arguments!  But how do you make a LOGICAL argument? What does your argument need? What.
Chapter 3: Introduction to Logic. Logic Main goal: use logic to analyze arguments (claims) to see if they are valid or invalid. This is useful for math.
Philosophical Method  Logic: A Calculus For Good Reason  Clarification, Not Obfuscation  Distinctions and Disambiguation  Examples and Counterexamples.
The construction of a formal argument
Fun with Deductive Reasoning
Syllogisms and Three Types of Hypothetical Syllogisms
Copyright © Cengage Learning. All rights reserved.
Cognitive Processes PSY 334 Chapter 10 – Reasoning.
Logic: The Language of Philosophy. What is Logic? Logic is the study of argumentation o In Philosophy, there are no right or wrong opinions, but there.
BHS Methods in Behavioral Sciences I April 7, 2003 Chapter 2 – Introduction to the Methods of Science.
GST 113: LOGIC, PHILOSOPHY AND HUMAN EXISTECE
Deductive Reasoning. Inductive: premise offers support and evidenceInductive: premise offers support and evidence Deductive: premises offers proof that.
THE NATURE OF ARGUMENT. THE MAIN CONCERN OF LOGIC Basically in logic we deal with ARGUMENTS. Mainly we deal with learning of the principles with which.
Formal logic The part of logic that deals with arguments with forms.
L = # of lines n = # of different simple propositions L = 2 n EXAMPLE: consider the statement, (A ⋅ B) ⊃ C A, B, C are three simple statements 2 3 L =
PHIL102 SUM2014, M-F12:00-1:00, SAV 264 Instructor: Benjamin Hole
Copyright © Peter Cappello
Deductive Reasoning Valid Arguments
Arguments with Quantified Statements
2. The Logic of Compound Statements Summary
Valid and Invalid Arguments
CSE15 Discrete Mathematics 01/30/17
Discrete Mathematics Logic.
Deductive Arguments.
Logical Inferences: A set of premises accompanied by a suggested conclusion regardless of whether or not the conclusion is a logical consequence of the.
Demonstrating the validity of an argument using syllogisms.
Introduction to Prolog
Rules of Inference Section 1.6.
Chapter 3: Reality Assumptions
Copyright © Cengage Learning. All rights reserved.
Introduction to Logic PHIL 240 Sections
Logical Inferences: A set of premises accompanied by a suggested conclusion regardless of whether or not the conclusion is a logical consequence of the.
Mathematical Reasoning
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
Logical Forms.
CS 220: Discrete Structures and their Applications
Applied Discrete Mathematics Week 1: Logic
Propositional Logic.
Thinking Critically Copyright © 2011 Pearson Education, Inc.
Back to “Serious” Topics…
Concise Guide to Critical Thinking
Discrete Mathematics Logic.
CSNB234 ARTIFICIAL INTELLIGENCE
Mathematical Reasoning
8C Truth Tables, 8D, 8E Implications 8F Valid Arguments
Arguments in Sentential Logic
Modus ponens.
Chapter 3 Introduction to Logic © 2008 Pearson Addison-Wesley.
Argumentation.
Deductive vs Non-Deductive Arguments
Propositional Logic 1) Introduction Copyright 2008, Scott Gray.
If there is any case in which true premises lead to a false conclusion, the argument is invalid. Therefore this argument is INVALID.
If there is any case in which true premises lead to a false conclusion, the argument is invalid. Therefore this argument is INVALID.
Presentation transcript:

Intermediate Level Conditionals

Conditionals

Conditionals ‘If rabbits had not been deliberately introduced into New Zealand, there would be none there today.’ These are probably all true, and we can hear, think, and say such things without intellectual discomfort. Philosophy teaches us how to inspect familiar things from an angle that makes them look disturbing and problematic. ‘If Shackleton had known how to ski, then he would have reached the South Pole in 1909.’ ‘If the American ambassador had understood her instructions, Iraq would not have invaded Kuwait.’ ‘If the American ambassador had understood her instructions, Iraq would not have invaded Kuwait.’ ‘If Shackleton had known how to ski, then he would have reached the South Pole in 1909.’ ‘If rabbits had not been deliberately introduced into New Zealand, there would be none there today.’ These are probably all true, and we can hear, think, and say such things without intellectual discomfort. Philosophy teaches us how to inspect familiar things from an angle that makes them look disturbing and problematic.

Conditionals What are conditional sentences? If P then Q (1) If it’s a square, then it’s rectangle. (2) If you strike the match, it will light. (3) If you had struck the match, it would have lit. Role of conditionals in mathematical, practical and causal reasoning. What are conditional sentences? If P then Q (1) If it’s a square, then it’s rectangle. (2) If you strike the match, it will light. (3) If you had struck the match, it would have lit. Role of conditionals in mathematical, practical and causal reasoning.

Conditionals Antecedent and consequent (4) If P then Q P: antecedent, Q: consequent, Antecedent and consequent (4) If P then Q P: antecedent, protasis Q: consequent, apodosis

Conditionals MODUS PONENS In propositional logic, modus ponens (Latin for "mode that affirms") is a rule of inference. In propositional logic, modus ponens (Latin for "mode that affirms by affirming") is a rule of inference. It can be summarized as "P implies Q and P are both asserted to be true, so therefore Q must be true."

Conditionals An example of an argument that fits the form modus ponens: If today is Tuesday, then John will go to work. Today is Tuesday. Therefore, John will go to work. The argument form has two premises (hypothesis). The first premise is the "if–then" or conditional claim, namely that P implies Q. The second premise is that P, the antecedent of the conditional claim, is true. From these two premises it can be logically concluded that Q, the consequent of the conditional claim, must be true as well. In artificial intelligence, modus ponens is often called forward chaining. An example of an argument that fits the form modus ponens: If today is Tuesday, then John will go to work. Today is Tuesday. Therefore, John will go to work.

Conditionals This argument is valid, but this has no bearing on whether any of the statements in the argument are true; for modus ponens to be a sound argument, the premises must be true for any true instances of the conclusion. If today is Tuesday, then John will go to work. Today is Tuesday. Therefore, John will go to work. This argument is valid, but this has no bearing on whether any of the statements in the argument are true; for modus ponens to be a sound argument, the premises must be true for any true instances of the conclusion.

Conditionals An argument can be valid but nonetheless unsound if one or more premises are false; if an argument is valid and all the premises are true, then the argument is sound. If today is Tuesday, then John will go to work. Today is Tuesday. Therefore, John will go to work. An argument can be valid but nonetheless unsound if one or more premises are false; if an argument is valid and all the premises are true, then the argument is sound. For example, John might be going to work on Wednesday. In this case, the reasoning for John's going to work (because it is Wednesday) is unsound. The argument is not only sound on Tuesdays (when John goes to work), but valid on every day of the week. A propositional argument using modus ponens is said to be deductive.

Conditionals A modus ponens argument has the following form: P1: If X, then Y. P2: X. C1: Therefore, Y. For example P1: If my friends are coming over tonight, I will bake a cake. P2: My friends are coming over tonight. C1: Therefore, I will bake a cake. Modus ponens ("mode of putting") is a logical argument, or rule of inference, based on an if-then statement. Modus ponens ("mode of putting") is a logical argument, or rule of inference, based on an if-then statement. Modus ponens is closely related to modus tollens ("mode of taking"); both argument forms are valid, and complementary to each other. A modus ponens argument has the following form: P1: If X, then Y. P2: X. C1: Therefore, Y. For example: P1: If my friends are coming over tonight, I will bake a cake. P2: My friends are coming over tonight. C1: Therefore, I will bake a cake. Modus ponens is also known as "affirming the antecedent". Confusing the directionality of the if-then statement in a modus ponens argument results in the fallacy of affirming the consequent, represented by the following invalid syllogism: P2: I will bake a cake. C1: Therefore, my friends are coming over tonight. Modus tollens ("mode of taking") is a logical argument, or rule of inference. (Compare with modus ponens, or "mode of putting.") As an argument A modus tollens argument has the following form: P2: Not Y. C1: Therefore, not X. P1: If it is raining, the ground is wet. P2: The ground is not wet. C1: Therefore, it is not raining.

Conditionals Modus ponens is also known as "affirming the antecedent". Confusing the directionality of the if-then statement in a modus ponens argument results in the fallacy of affirming the consequent, represented by the following invalid syllogism: P1: If my friends are coming over tonight, I will bake a cake. P2: I will bake a cake. C1: Therefore, my friends are coming over tonight. Modus ponens is also known as "affirming the antecedent". Confusing the directionality of the if-then statement in a modus ponens argument results in the fallacy of affirming the consequent, represented by the following invalid syllogism: P1: If my friends are coming over tonight, I will bake a cake. P2: I will bake a cake. C1: Therefore, my friends are coming over tonight.

Conditionals Modus tollens ("mode of taking") is a logical argument, or rule of inference. (Compare with modus ponens, or "mode of putting.") As an argument. A modus tollens argument has the following form: P1: If X, then Y. P2: Not Y. C1: Therefore, not X. For example: P1: If it is raining, the ground is wet. P2: The ground is not wet. C1: Therefore, it is not raining. Modus tollens ("mode of taking") is a logical argument, or rule of inference. (Compare with modus ponens, or "mode of putting.") As an argument A modus tollens argument has the following form: P1: If X, then Y. P2: Not Y. C1: Therefore, not X. For example: P1: If it is raining, the ground is wet. P2: The ground is not wet. C1: Therefore, it is not raining.

Conditionals Confusing the directionality of the if-then statement in a modus tollens argument results in the fallacy of denying the antecedent, represented by the following invalid syllogism: For example: P1: If it is raining, the ground is wet. P2: It isn’t raining C1: Therefore, the ground is not wet. Confusing the directionality of the if-then statement in a modus tollens argument results in the fallacy of denying the anticedent, represented by the following invalid syllogism: For example: P1: If it is raining, the ground is wet. P2: It isn’t raining C1: Therefore, the ground is not wet. Or

If you are a ski instructor, then you have a job. You are not a ski instructor Therefore, you have no job Conditionals If you are a ski instructor, then you have a job. You are not a ski instructor Therefore, you have no job. (Denying the Antecedent)

Resources

Bibliography Herbert B. Enderton, 2001, A Mathematical Introduction to Logic Second Edition, Harcourt Academic Press, Burlington MA, ISBN 978-0- 12-238452-3. Audun Jøsang, 2016, Subjective Logic; A formalism for Reasoning Under Uncertainty Springer, Cham, ISBN 978-3-319-42337-1 Alfred North Whitehead and Bertrand Russell 1927 Principia Mathematica to *56 (Second Edition) paperback edition 1962, Cambridge at the University Press, London UK. No ISBN, no LCCCN. Alfred Tarski 1946 Introduction to Logic and to the Methodology of the Deductive Sciences 2nd Edition, reprinted by Dover Publications, Mineola NY. ISBN 0-486-28462-X (pbk) Wikipedia--https://en.wikipedia.org/wiki/Modus_ponens