Propositional Logic. Negation Given a proposition p, negation of p is the ‘not’ of p.

Slides:



Advertisements
Similar presentations
Chapter 2 Fundamentals of Logic Dept of Information management National Central University Yen-Liang Chen.
Advertisements

Logic 1 Statements and Logical Operators. Logic Propositional Calculus – Using statements to build arguments – Arguments are based on statements or propositions.
1 Inference Rules and Proofs Z: Inference Rules and Proofs.
1 Inference Rules and Proofs Z: Inference Rules and Proofs.
Adapted from Discrete Math
Predicates and Quantifiers
3.2 – Truth Tables and Equivalent Statements
Propositions and Truth Tables
Chapter 1: The Foundations: Logic and Proofs
BY: MISS FARAH ADIBAH ADNAN IMK. CHAPTER OUTLINE: PART III 1.3 ELEMENTARY LOGIC INTRODUCTION PROPOSITION COMPOUND STATEMENTS LOGICAL.
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Chapter 7 Review Important Terms, Symbols, Concepts 7.1. Logic A proposition is a statement (not a question.
Lecture 4. CONDITIONAL STATEMENTS: Consider the statement: "If you earn an A in Math, then I'll buy you a computer." This statement is made up of two.
Fundamentals of Logic 1. What is a valid argument or proof? 2. Study system of logic 3. In proving theorems or solving problems, creativity and insight.
1 IS 2150 / TEL 2810 Introduction to Security James Joshi Associate Professor, SIS Lecture 3 September 15, 2009 Mathematical Review Security Policies.
1 Introduction to Abstract Mathematics Expressions (Propositional formulas or forms) Instructor: Hayk Melikya
Thinking Mathematically
Section 1.2: Propositional Equivalences In the process of reasoning, we often replace a known statement with an equivalent statement that more closely.
Chapter 9 Logic. Problem Three dogs called Lassie, Timmy and Fido have either black, brown or tri-colour hair. The dogs have lived with their owners.
Chapter 2 Logic 2.1 Statements 2.2 The Negation of a Statement 2.3 The Disjunction and Conjunction of Statements 2.4 The Implication 2.5 More on Implications.
ARTIFICIAL INTELLIGENCE [INTELLIGENT AGENTS PARADIGM] Professor Janis Grundspenkis Riga Technical University Faculty of Computer Science and Information.
Logic The Lost Art of Argument. Logic - Review Proposition – A statement that is either true or false (but not both) Conjunction – And Disjunction – Or.
CS2351 Artificial Intelligence Bhaskar.V Class Notes on Knowledge Representation - Logical Agents.
Chapter 2 Fundamentals of Logic 1. What is a valid argument or proof?
Logic Terminology Statement- declarative sentence that is either true or false Opinion- a belief about matters commonly considered to be subjective,
Symbolic Logic The Following slide were written using materials from the Book: The Following slide were written using materials from the Book: Discrete.
ARTIFICIAL INTELLIGENCE Lecture 2 Propositional Calculus.
Section 1.4. Propositional Functions Propositional functions become propositions (and have truth values) when their variables are each replaced by a value.
Discrete Math by R.S. Chang, Dept. CSIE, NDHU1 Fundamentals of Logic 1. What is a valid argument or proof? 2. Study system of logic 3. In proving theorems.
PHIL 012 2/14/2001 Logical Equivalence & Translation.
CS-7081 Application - 1. CS-7082 Example - 2 CS-7083 Simplifying a Statement – 3.
 Conjunctive Normal Form: A logic form must satisfy one of the following conditions 1) It must be a single variable (A) 2) It must be the negation of.
INTRODUCTION TO LOGIC. PURPOSE: – To distinguish good arguments from poor ones Arguments consist of STATEMENTS – A statement is a sentence that can be.
Simple Logic.
Chapter 1 – Part 3 ELEMENTARY LOGIC
Chapter 1 Propositional Logic
Introduction to Logic © 2008 Pearson Addison-Wesley.
Truth Tables for Negation, Conjunction, and Disjunction
Presented by: Tutorial Services The Math Center
2. The Logic of Compound Statements Summary
Advanced Algorithms Analysis and Design
AND.
DISCRETE MATHEMATICS CHAPTER I.
CSNB 143 Discrete Mathematical Structures
Truth Tables and Equivalent Statements
Chapter 1 – Logic and Proof
Logic.
IS 2150 / TEL 2810 Information Security & Privacy
The Foundations: Logic and Proofs
Principles of Computing – UFCFA3-30-1
Logic – Bell Ringer.
Chapter 8 Logic Topics
The Lost Art of Argument
Information Technology Department
Applications of Propositional Logic
Propositional Equivalences
TRUTH TABLES.
(1.4) An Introduction to Logic
IS 2150 / TEL 2810 Introduction to Security
Discrete Mathematics and Its Applications Kenneth H
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
Discrete Mathematics Lecture 2: Propositional Logic
CSE 321 Discrete Structures
Symbolic Logic 2/25/2019 rd.
MAT 3100 Introduction to Proof
Discrete Mathematics Lecture 2: Propositional Logic
Statements of Symbolic Logic
TRUTH TABLES.
2-2 Logic Vocab Statement: A sentence that is either true or false
IS 2150 / TEL 2810 Introduction to Security
IS 2150 / TEL 2810 Information Security & Privacy
Presentation transcript:

Propositional Logic

Negation Given a proposition p, negation of p is the ‘not’ of p

Conjunction Representing ‘and’ between propositions. Given two propositions p and q, conjunction of p and q is true only when both of the propositions are true

Disjunction Representing ‘or’ between proposition Given two propositions p and q, disjunction of p and q is true when either or both of the propositions are true

Implication Representing ‘if …then…’ to connect propositions Given two propositions p and q, we say that “p implies q” which is the implication of q by p, the result is true in all cases except where p is true and q is false

Equivalence Representing “if and only if” Two propositions are equivalent if and only if they have the same truth value

Some rules Disjunction is an associative and a commutative truth function p  ( q  r )  (p  q )  r  p  q  r p  q  q  p Conjunction is a commutative and associative truth function Distributive p  ( q  r )  (p  q)  (p  r) p  ( q  r )  (p  q)  (p  r) Implication is not commutative p  q is not the same as q  p is not associative p  ( q  r ) is not the same as (p  q )  r Is transitive p  q and q  r, p  r

Exercise Let s, t, and u denote the following atomic propositions: s : Sally goes out for a walk. t : The moon is out u : It is windy Write a possible translation for each of the following statements: 1.If the moon is out and it is not windy, then Sally goes out for a walk 2.If the moon is not out, then if it is not windy Sally goes out for a walk