Lecture 03 Logic and Propositional Calculus Profs. Koike and Yukita

Slides:



Advertisements
Similar presentations
Propositional Equivalences
Advertisements

Discrete Mathematics Lecture 1 Logic of Compound Statements
Truth Tables How to Make and Use. Making a Truth Table To determine the number of rows other than the heading row. To determine the number of rows other.
Propositional Equivalences
CS128 – Discrete Mathematics for Computer Science
Discrete Mathematics Math 6A Instructor: M. Welling.
CSE115/ENGR160 Discrete Mathematics 01/20/11 Ming-Hsuan Yang UC Merced 1.
Adapted from Discrete Math
Discrete Mathematics Goals of a Discrete Mathematics Learn how to think mathematically 1. Mathematical Reasoning Foundation for discussions of methods.
Propositions and Truth Tables
Chapter 3 Section 4 – Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
MATH 213 A – Discrete Mathematics for Computer Science Dr. (Mr.) Bancroft.
COS 150 Discrete Structures Assoc. Prof. Svetla Boytcheva Fall semester 2014.
Mathematical Structures A collection of objects with operations defined on them and the accompanying properties form a mathematical structure or system.
A Brief Summary for Exam 1 Subject Topics Propositional Logic (sections 1.1, 1.2) –Propositions Statement, Truth value, Proposition, Propositional symbol,
COS 150 Discrete Structures Assoc. Prof. Svetla Boytcheva Fall semester 2014.
2.3Logical Implication: Rules of Inference From the notion of a valid argument, we begin a formal study of what we shall mean by an argument and when such.
The Foundations Logic and Proofs by raedRASHEED 2014.
Lecture Propositional Equivalences. Compound Propositions Compound propositions are made by combining existing propositions using logical operators.
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.
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.
LOGIC AND QUANTIFIERS. INTRODUCTION Many algorithms and proofs use logical expressions such as: “IF p THEN q” or “If p1 AND p2, THEN q1 OR q2” Therefore.
Chapter 1: The Foundations: Logic and Proofs
Logic The Lost Art of Argument. Logic - Review Proposition – A statement that is either true or false (but not both) Conjunction – And Disjunction – Or.
1 Propositional Logic: Fundamental Elements for Computer Scientists 0. Motivation for Computer Scientists 1. Propositions and Propositional Variables 2.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 3.4, Slide 1 3 Logic The Study of What’s True or False or Somewhere in Between 3.
Chapter 2 Fundamentals of Logic 1. What is a valid argument or proof?
Mathematics for Comter I Lecture 3: Logic (2) Propositional Equivalences Predicates and Quantifiers.
Thinking Mathematically Logic 3.4 Truth Tables for the Conditional and Biconditional.
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.
Chapter 1 Logic and proofs
CS-7081 Application - 1. CS-7082 Example - 2 CS-7083 Simplifying a Statement – 3.
Introduction to Logic © 2008 Pearson Addison-Wesley.
Presented by: Tutorial Services The Math Center
2. The Logic of Compound Statements Summary
The Foundations: Logic and Proofs
Advanced Algorithms Analysis and Design
CSE15 Discrete Mathematics 01/23/17
CSNB 143 Discrete Mathematical Structures
Discrete Mathematics Logic.
Thinking Mathematically
Logic.
Citra Noviyasari, S.Si, MT
MATH 245 Spring 2009 This is mathematics for computer science
Classwork/Homework Classwork – Page 90 (11 – 49 odd)
CPCS222 Discrete Structures I
Discrete Mathematics Lecture # 2.
CMSC Discrete Structures
Chapter 8 Logic Topics
1.2 Propositional Equivalences
Propositional Equivalences
Propositional Equivalence (§1.2)
CSE 311 Foundations of Computing I
A Brief Summary for Exam 1
(1.4) An Introduction to Logic
Inference Rules: Tautologies
CSS 342 Data Structures, Algorithms, and Discrete Mathematics I
Discrete Mathematics and Its Applications Kenneth H
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
Discrete Mathematics Lecture 2: Propositional Logic
Discrete Mathematics Logic.
Discrete Mathematics CMP-200 Propositional Equivalences, Predicates & Quantifiers, Negating Quantified Statements Abdul Hameed
CSE 321 Discrete Structures
Symbolic Logic 2/25/2019 rd.
1.2 Propositional Equivalences
Equivalent Statements
1.2 Propositional Equivalences
Logic Logic is a discipline that studies the principles and methods used to construct valid arguments. An argument is a related sequence of statements.
1.3 Propositional Equivalences
Discrete Structures Prepositional Logic 2
Presentation transcript:

Lecture 03 Logic and Propositional Calculus Profs. Koike and Yukita Discrete Systems I Lecture 03 Logic and Propositional Calculus Profs. Koike and Yukita

1. You will be familiar with the following notions. IF p THEN q TRUE, FALSE For all, There exists

2. Propositions – rigorous definition

3. Logical operations and compound propositions

Dangerous zone The English word "or" is commonly used in two distinct ways. Exclusive OR: p or q occurs but not both. Exactly one of the two alternatives occurs. Logical OR: at least one of p or q occurs. Logical operations

Negation Logical operations

Truth tables Logical operations

4. Propositions and truth tables

5. Tautology and Contradictions

6. Logical equivalence

7. Algebra of propositions

Algebra of propositions

Algebra of propositions

Algebra of Propositions De Morgan's laws Algebra of Propositions

8. Conditional statements equivalent Conditional Statements

Conditional Statements Contrapositive Conditional Statements

9. Arguments Arguments

Law of detachment Arguments

A fallacy OK indicates fallacy Arguments

Law of Syllogism Arguments

10. Logical implication All of these are equivalent.

11. Propositional functions Quantifiers

Universal Quantifier Quantifiers

Existential Quantifier Quantifiers

12. Negation of quantified statements negate All math majors are male. It is not the case that all math majors are male. There exists at least one math major who is female(not male). equivalent Negation

De Morgan's laws Negation

Counter example Negation

Problem 1

Problem 2

Problem 3

Problem 4

Problem 5

Problem 6

Problem 7

Problem 8

Problem 9 Negate each of the following statements: All students live in the dormitories. All math majors are males. Some students are 25 years old or older.