The most important idea in logic: Validity of an argument.

Slides:



Advertisements
Similar presentations
Rules of Inference Rosen 1.5.
Advertisements

Formal Criteria for Evaluating Arguments
1 Valid and Invalid arguments. 2 Definition of Argument Sequence of statements: Statement 1; Statement 2; Therefore, Statement 3. Statements 1 and 2 are.
Semantics of SL and Review Part 1: What you need to know for test 2 Part 2: The structure of definitions of truth functional notions Part 3: Rules when.
A. What is Proof? Math 20: Foundations FM20.2
What is Logic About? Logic is the study of good and bad Reasoning.
Chapter 1 The Logic of Compound Statements. Section 1.3 Valid & Invalid Arguments.
1 Discrete Structures CS Johnnie Baker Comments on Early Term Test.
Statements The most important idea in logic: Validity of an argument.
The semantics of SL   Defining logical notions (validity, logical equivalence, and so forth) in terms of truth-value assignments   A truth-value assignment:
Consistency In logic, ‘consistency’ has two meanings.
EE1J2 – Discrete Maths Lecture 5 Analysis of arguments (continued) More example proofs Formalisation of arguments in natural language Proof by contradiction.
For Friday, read Chapter 3, section 4. Nongraded Homework: Problems at the end of section 4, set I only; Power of Logic web tutor, 7.4, A, B, and C. Graded.
Click Here to Begin the Game CHOICE 1CHOICE 2CHOICE 3 CHOICE CHOICE
Part 2 Module 3 Arguments and deductive reasoning Logic is a formal study of the process of reasoning, or using common sense. Deductive reasoning involves.
Validity All UH students are communists. All communists like broccoli. All UH students like broccoli.
Conditional Statements CS 2312, Discrete Structures II Poorvi L. Vora, GW.
Chapter Six Sentential Logic Truth Trees. 1. The Sentential Logic Truth Tree Method People who developed the truth tree method: J. Hintikka— “model sets”
Introduction to Geometric Proof Logical Reasoning and Conditional Statements.
Chapter Three Truth Tables 1. Computing Truth-Values We can use truth tables to determine the truth-value of any compound sentence containing one of.
Deductive vs. Inductive Logic This course is about deductive logic. But it is important to know something about inductive logic.
Logical Reasoning:Proof Prove the theorem using the basic axioms of algebra.
2.8 Methods of Proof PHIL 012 1/26/2001.
Validity and Conditionals There is a relationship between validity of an argument and a corresponding conditional.
Today’s Topics Introduction to Proofs Rules of Inference Rules of Equivalence.
Study Questions for Quiz 1 1. The Concept of Validity (20 points) a. You will be asked to give the two different definitions of validity given in the lecture.
Why Truth Tables? We will learn several ways to evaluate arguments for validity. * Proofs * Truth Tables * Trees.
Thinking Mathematically Arguments and Truth Tables.
Formal Proofs and Boolean Logic Chapter 6 Language, Proof and Logic.
2.3 Methods of Proof.
Analyzing Arguments Section 1.5. Valid arguments An argument consists of two parts: the hypotheses (premises) and the conclusion. An argument is valid.
Study Questions for Quiz 5 The exam has four parts: 1. (32 points) Truth Tables 2. (48 points) Truth Trees 3. (10 points) Review of Highly Recommended.
Completeness and Consistency So far we have 11 rules. PA, and an In and an Out rule for each of 5 connectives. Call this system of 11 rules: P.
Contingent A statement is contingent iff it is neither a logical truth nor a contradiction.
Chapter Eight Predicate Logic Semantics. 1. Interpretations in Predicate Logic An argument is valid in predicate logic iff there is no valuation on which.
11.7 – Proof by Mathematical Induction
2. The Logic of Compound Statements Summary
3. The Logic of Quantified Statements Summary
a valid argument with true premises.
Lecture Notes 8 CS1502.
A statement is a contradiction
Jeffrey Martinez Math 170 Dr. Lipika Deka 10/15/13
Click here for the answer. Click here for the answer.
Click here for the answer. Click here for the answer.
Methods of Proof A mathematical theorem is usually of the form pq
Click here for the answer. Click here for the answer.
Methods for Evaluating Validity
Evaluating truth tables
(Single Sided) Trees We are not going to cover the double sided
2-1 Conditional Statements
Automated Proof Generation for EG
CS 270 Math Foundations of CS
Propositional Logic.
Review To check an argument with a tree:.
Let us build the tree for the argument Q>-P | P>Q.
Logical Truth To show a statement A is a logic truth (tautology) ...
Deductive Arguments: Checking for Validity
Open Branches Sometimes trees have more than one open branch.
Equivalence We have already introduced the idea of equivalence
6.4 Truth Tables for Arguments
Logical and Rule-Based Reasoning Part I
6-2: Indirect Proofs Proof Geometry.
SUMMARY Logic and Reasoning.
Syllogisms.
Chapter 2: Geometric Reasoning
A more complex example: (L&E)>P | L>P
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.
Identifying & Ordering
Sample Proofs 1. S>-M A 2. -S>-M A -M GOAL.
Presentation transcript:

The most important idea in logic: Validity of an argument. Logical Relations The most important idea in logic: Validity of an argument.

Logical Relations The most important idea in logic: Validity of an argument. Validity is a logical relation between statements that make up an argument.

Logical Relations The most important idea in logic: Validity of an argument. Validity is a logical relation between statements that make up an argument. Namely that assuming premises are T the conclusion has to be T.

Entailment Statement A entails statement B iff It is not possible for A to be T and B to be F.

Entailment Statement A entails statement B iff It is not possible for A to be T and B to be F. The argument A | B has no counterexample.

Entailment Statement A entails statement B iff It is not possible for A to be T and B to be F. The argument A | B has no counterexample. The argument A | B is valid.

Entailment Statement A entails statement B iff It is not possible for A to be T and B to be F. The argument A | B has no counterexample. The argument A | B is valid. Summary: Entailment is “one premise” validity.

Entailment More Generally: we can speak of a group of statements entailing another: A, B, C entails D iff A, B, C | D is a valid argument.

For more click here Testing Entailment To show A entails B ... with a table: There is no A=T, B=F row. with a proof: Given A, prove B. with a tree: The tree for A, -B closes. For more click here