Reasoning Automated Deduction. Reasonable Arguments Argument: An attempt to demonstrate the truth of a conclusion from the truth of a set of premises.

Slides:



Advertisements
Similar presentations
The Basics of Logical Argument Two Kinds of Argument The Deductive argument: true premises guarantee a true conclusion. e.g. All men are mortal. Socrates.
Advertisements

Framing an Experimental Hypothesis WP5 Professor Alan K. Outram University of Exeter 8 th October 2012.
Inductive vs. Deductive Reasoning
Types of Arguments Inductive Argument: An argument in which the truth of the premises is supposed to prove that the conclusion is probably true. Strong.
1 Logic Logic in general is a subfield of philosophy and its development is credited to ancient Greeks. Symbolic or mathematical logic is used in AI. In.
Reasoning Forward and Backward Chaining Andrew Diniz da Costa
DEDUCTIVE AND INDUCTIVE ARGUMENTS Fundamentals of Logic Unit – 1 Chapter – 4 Fundamentals of Logic Unit – 1 Chapter – 4.
Other Info on Making Arguments
Science and induction  Science and we assume causation (cause and effect relationships)  For empiricists, all the evidence there is for empirical knowledge,
TR1413: Discrete Mathematics For Computer Science Lecture 3: Formal approach to propositional logic.
TR1413: INTRO TO DISCRETE MATHEMATICS LECTURE 2: MATHEMATICAL INDUCTION.
So far we have learned about:
Copyright © Cengage Learning. All rights reserved.
Inductive and Deductive Reasoning Geometry 1.0 – Students demonstrate understanding by identifying and giving examples of inductive and deductive reasoning.
Mathematical Induction Readings on induction. (a) Weiss, Sec. 7.2, page 233 (b) Course slides for lecture and notes recitation. Every criticism from a.
Christianity, Belief & Science. Strengths  The scientific method is rational, and objective.  It is a logical process which can be repeated by others.
DEDUCTIVE & INDUCTIVE ARGUMENTS
Basic Argumentation.
Lecture 7: Ways of Knowing - Reason. Part 1: What is reasoning? And, how does it lead to knowledge?
MGF 1107 Mathematics of Social Choice Part 1a – Introduction, Deductive and Inductive Reasoning.
Persuasion Deductive reasoning works from the more general to the more specific. Sometimes this is informally called a "top-down" approach. Inductive reasoning.
CSNB143 – Discrete Structure Topic 5 – Induction Part I.
THIS CD HAS BEEN PRODUCED FOR TEACHERS TO USE IN THE CLASSROOM. IT IS A CONDITION OF THE USE OF THIS CD THAT IT BE USED ONLY BY THE PEOPLE FROM SCHOOLS.
Logic and Philosophy Alan Hausman PART ONE Sentential Logic Sentential Logic.
1 Chapter 7 Propositional and Predicate Logic. 2 Chapter 7 Contents (1) l What is Logic? l Logical Operators l Translating between English and Logic l.
MA 110: Finite Math Lecture 1/14/2009 Section 1.1 Homework: 5, 9-15, (56 BP)
1 Knowledge Representation. 2 Definitions Knowledge Base Knowledge Base A set of representations of facts about the world. A set of representations of.
Thinking Mathematically
9.4 Mathematical Induction
Logic in Everyday Life.
Deductive vs. Inductive Logic This course is about deductive logic. But it is important to know something about inductive logic.
Reasoning and Critical Thinking Validity and Soundness 1.
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.
HOW TO CRITIQUE AN ARGUMENT
Theory of Knowledge Ms. Bauer
DEDUCTIVE VS. INDUCTIVE REASONING. Problem Solving Logic – The science of correct reasoning. Reasoning – The drawing of inferences or conclusions from.
Thinking Mathematically Problem Solving and Critical Thinking.
Today’s Topics Introduction to Proofs Rules of Inference Rules of Equivalence.
Logic and Persuasion AGED 520V. Logic and Persuasion Why do scientists need to know logic and persuasion? Scientists are writers and must persuade their.
The construction of a formal argument
Propositions and Arguments. What is a proposition? A proposition is a predicative sentence that only contains a subject and a predicate S is P.
CSE373: Data Structures and Algorithms Lecture 2: Proof by Induction Linda Shapiro Winter 2015.
Introduction to Philosophy Lecture 2 A deeper look at arguments
Deductive and Inductive Reasoning
Section 3.6 Reasoning and Patterns. Deductive Reasoning Deductive reasoning starts with a general rule, which we know to be true. Then from that rule,
Text Table of Contents #5: Evaluating the Argument.
Deductive VS Inductive Reasoning
Objective - To use properties of numbers in proofs. Logical Reasoning Deductive ReasoningInductive Reasoning - process of demonstrating that the validity.
Text Table of Contents #4: What are the Reasons?.
Types of Arguments Inductive Argument: An argument in which the truth of the premises is supposed to prove that the conclusion is probably true. Strong.
Deductive vs. Inductive Arguments
DEDUCTIVE vs. INDUCTIVE REASONING
Reasoning and Proof Unit 2.
Inductive and Deductive Reasoning
EECS 203: Discrete Mathematics
The Ontological Argument: An Introduction
Chapter 3 Philosophy: Questions and theories
Inductive and Deductive Reasoning
CSE373: Data Structures and Algorithms Lecture 2: Proof by Induction
DEDUCTIVE vs. INDUCTIVE REASONING
Arguments.
Inductive and Deductive Logic
Exercise Use mathematical induction to prove the following formula.
WELCOME Chapter 2: Introduction to Proof 2.1: Foundations for Proof
Induction and deduction
Critical Thinking Lecture 2 Arguments
Logical Fallacies.
Evaluating Deductive Arguments
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:

Reasoning Automated Deduction

Reasonable Arguments Argument: An attempt to demonstrate the truth of a conclusion from the truth of a set of premises. Reasoning The process that shape the argument To derive a conclusion from premises Two types of reasoning Types of reasoning Deductive reasoning Inductive reasoning

Deductive Reasoning Starts with general case and deduces specific instances If we assume the premises are true, then the conclusion cannot be false Example Gravity affects all matter on earth The apple fell from the tree Gravity affected the apple

Deductions Science Take a general law and apply it to certain cases Sherlock Holmes Took general knowledge to derive details about the unsolved case

Inductive Reasoning From the specific to the general If the premises are true, then the conclusion is true with some probability Example The sun has risen in the east every morning The sun will rise in the east tomorrow

Inductive Reasoning Premises support the conclusion but do not ensure it Depends on patterns of repeated experience The conclusion is never guaranteed

Example Swans1 This swan is white. (premise) Therefore all swans are white. (conclusion) Swans2 All swans I have seen are white. Therefore all swans are white. Which one is a stronger argument?

Induction Ladder Assume P1 is true. P1 implies P2 is true P2 implies P3 is true In general, Pk implies Pk+1 is true Therefore Pn is true for n>=k

Strong vs Weak Induction Strength of the argument- Based on the strength of the specific proposition The strength of the general proposition cannot be greater than the strength of the specific proposition that lead to it Weak induction if there has been an overgeneralization Not quantifyable

Cogent Arguments The conclusion is likely An argument is cogent if and only if the truth of the premise make the truth of the conclusion probable

Strong or Weak Argument? Jim pulled out 9 out of 10 loose socks in a sock drawer and all were black. Therefore the next sock Jim pulls out will be black.

Strong or Weak Argument? Jim pulled one sock from among 10 pairs of loose socks in a sock drawer and it was black. Therefore the next sock Jim pulls out will be black.

Knowledge Discovery Deduction Does not add new knowledge Conclusions self-contained within premises Non-amplitive; does not increase one’s knowledge base Induction Adds new knowledge Amplitive; increases ones knowledge base

Automative Reasoning The building of computer systems to reason by deduction Automated theorem provers Algorithms to implement a calculus (A calculus is a logical system which is used to prove valid formula.)