PROPOSITION AND NOT PROPOSITION

Slides:



Advertisements
Similar presentations
08 March 2009Instructor: Tasneem Darwish1 University of Palestine Faculty of Applied Engineering and Urban Planning Software Engineering Department Introduction.
Advertisements

CS128 – Discrete Mathematics for Computer Science
Chapter 1 The Logic of Compound Statements. Section 1.2 – 1.3 (Modus Tollens) Conditional and Valid & Invalid Arguments.
Syllabus Every Week: 2 Hourly Exams +Final - as noted on Syllabus
Propositional Logic. Negation Given a proposition p, negation of p is the ‘not’ of p.
Adapted from Discrete Math
Propositions and Truth Tables
1.1 Sets and Logic Set – a collection of objects. Set brackets {} are used to enclose the elements of a set. Example: {1, 2, 5, 9} Elements – objects inside.
Chapter 3 Section 4 – Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
3.6 Analyzing Arguments with Truth Tables
2.5 Verifying Arguments Write arguments symbolically. Determine when arguments are valid or invalid. Recognize form of standard arguments. Recognize common.
CSCI 115 Chapter 2 Logic. CSCI 115 §2.1 Propositions and Logical Operations.
Mathematical Structures A collection of objects with operations defined on them and the accompanying properties form a mathematical structure or system.
Chapter 1: The Foundations: Logic and Proofs
Chap. 2 Fundamentals of Logic. Proposition Proposition (or statement): an declarative sentence that is either true or false, but not both. e.g. –Margret.
Chapter 5 – Logic CSNB 143 Discrete Mathematical Structures.
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.
CSNB143 – Discrete Structure LOGIC. Learning Outcomes Student should be able to know what is it means by statement. Students should be able to identify.
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.
1 CMSC 250 Discrete Structures CMSC 250 Lecture 1.
CS 381 DISCRETE STRUCTURES Gongjun Yan Aug 25, November 2015Introduction & Propositional Logic 1.
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.
MAIN TOPIC : Statement, Open Sentences, and Truth Values Negation Compound Statement Equivalency, Tautology, Contradiction, and Contingency Converse, Inverse,
1 Introduction to Abstract Mathematics Expressions (Propositional formulas or forms) Instructor: Hayk Melikya
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.
CSNB143 – Discrete Structure Topic 4 – Logic. Learning Outcomes Students should be able to define statement. Students should be able to identify connectives.
What is Reasoning  Logical reasoning is the process of drawing conclusions from premises using rules of inference.  These inference rules are results.
Chapter 2 Fundamentals of Logic 1. What is a valid argument or proof?
Mathematics for Comter I Lecture 2: Logic (1) Basic definitions Logical operators Translating English sentences.
ARTIFICIAL INTELLIGENCE Lecture 2 Propositional Calculus.
Conditional statement or implication IF p then q is denoted p ⇒ q p is the antecedent or hypothesis q is the consequent or conclusion ⇒ means IF…THEN.
Discrete Mathematical Structures: Theory and Applications 1 Logic: Learning Objectives  Learn about statements (propositions)  Learn how to use logical.
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.
CS-7081 Application - 1. CS-7082 Example - 2 CS-7083 Simplifying a Statement – 3.
Simple Logic.
Chapter 1 Propositional Logic
Presented by: Tutorial Services The Math Center
Logic and Reasoning.
2. The Logic of Compound Statements Summary
3. The Logic of Quantified Statements Summary
Logic Day #2 Math Studies IB NPHS Miss Rose
Advanced Algorithms Analysis and Design
DISCRETE MATHEMATICS CHAPTER I.
Discrete Mathematics Lecture 1 Logic of Compound Statements
CSNB 143 Discrete Mathematical Structures
CSE15 Discrete Mathematics 01/30/17
Discrete Mathematics Logic.
(CSC 102) Discrete Structures Lecture 2.
Mathematics for Computing
The Foundations: Logic and Proofs
Principles of Computing – UFCFA3-30-1
Chapter 8 Logic Topics
Fundamentals of Logic Sentence: A sentence is usually collection of words Proposition: A proposition is usually a declarative to which it is meaningful.
2 Chapter Introduction to Logic and Sets
Information Technology Department
CS201: Data Structures and Discrete Mathematics I
3.5 Symbolic Arguments.
Applied Discrete Mathematics Week 1: Logic
Concept 8 Inductive Reasoning.
1 Chapter An Introduction to Problem Solving
Discrete Mathematics and Its Applications Kenneth H
Mathematics as a language
Discrete Mathematics Logic.
1 Chapter An Introduction to Problem Solving
Symbolic Logic 2/25/2019 rd.
Foundations of Discrete Mathematics
1.3 Propositional Equivalences
A THREE-BALL GAME.
CS201: Data Structures and Discrete Mathematics I
Presentation transcript:

PROPOSITION AND NOT PROPOSITION LIGICA PROPOSITION AND NOT PROPOSITION

Isi dengan Judul Halaman Terkait Proposition Proposition is a sentence which can explain something true or false. A proposition is usually symbolized by small letter, such as a, b, c, etc. Examples: a : 2 is an even number (true) b : 4 can be divided by 3 (false) The truth proposition has truth value T (true), while the false proposition has the truth value F (false). The truth value of proposition can be denoted as  (tau) Examples: a : 8 is an even number, it is a truth proposition, (a) = T p : 5 is less than 4, it is a false proposition, (p) = F Hal.: 2 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait Open Sentences (Not Proposition) Open sentences containing variables, so can not be determined the truth value yet. Examples : 1. 2. It is liquid A. NEGATION If p is a proposition, then the negation of p is written by ~p and it is read as not p or p is not true. Examples : p : 7 is prime number, then ~p: 7 is not prime number q : 3+2 is equal to 6, then ~q: 3+2 is not equal to 6 The truth table p T F Hal.: 3 Isi dengan Judul Halaman Terkait

Disjunction Disjunction is two proposition which uses a connective “OR” Proposition disjunction of p and q, denoted as read as p or q The truth table of disjunction is as follows: p q T S F Sentences to remember : “ students, you have to bring pencil or pen ” Hal.: 4 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait Conjunction Conjunction is a kind of compound proposition, which uses a connective “AND” Conjunction of proposition p and q denoted as and read p dan q The truth table of Sentences to remember : p q B S “ students, you have to bring book and pen ” Hal.: 5 Isi dengan Judul Halaman Terkait

Implication Implication is a compound proposition which is formed from two proposition of p and q denoted as if p then q The implication if p then q is denoted as The truth table of implication is as follows: Read if p then q or p only if q q if p p is sufficient condition for q q is necessary condition for p p q T F Hal.: 6 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait Biimplication Biimplication from propositions p and q can be denoted as and read as p if and only if q If p then q and if q then p p is necessary condition and enough for q q is necessary condition and enough for p The truth table : p q T F Hal.: 7 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait Compound Proposition Compound proposition is a proposition formed from a few single sentences. They are AND (Λ), OR (V), IF …, THEN …( =>), AND IF ONLY IF … () The examples compound proposition 1. 2. Examples : Determine the truth value of To determine the truth value, usually using the truth table : p q ~q (pv~q) (pv~q)=>p T F So, the truth value of (pv~q) => p is T,T,T,F or denoted as : T T T F Hal.: 8 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait Tautology Tautology is a compound proposition which always true for all possible valuation of proposition component Example : Show that the compound proposition adalah sebuah tautologi Table p q (pvq) p => (pvq) T F So the proposition is Tautology Kontradiction Kontradiction is a compound proposition which always false for all possible valuation of proposition component Hal.: 9 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait The Equivalence of Two Compound Proposition The two compound proposition is called equivalent if those two compound sentences have the same truth value for all possible valuation of proposition component The equivalence of two compound proposition is denoted by p ≡ q Equivalent Hal.: 10 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait The Equivalence of Two Compound Proposition p : Mother takes my sister , q : I am studying (p V q) : Mother takes my sister or, I am studying ~(p V q) : (~p~q) = Mother doesn’t take my sister and I am not studying p : I pass to the next grade , q : I get present pq : If I pass the next grade then I get present ~(pq) =(p~q) : I pass to the next grade and I don’t get present I pass to the next grade but I don’t get present Hal.: 11 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait The Equivalence of Two Compound Proposition In disjunction and conjuction, they have commulative law, associative law, and distributive law. Commutative Law Associative Law Distributive Law Distributive conjunction to disjunction Distributive conjunction to disjunction Hal.: 12 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait The Correlation Between Converse, Inverse, Controposition and Implication If we have an implication , then we can mate another implication, they are : , is called converse from implication , is called inverse from implication , is called contraposition from implication p q ~p ~q pq ~q~p qp ~p~q B S B S S B S B B S B S B S B S ≡ Implication equivalent with its contraposition ≡ Converse equivalent with its inverse Hal.: 13 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait Universal Quantor All students of grade X of senior high school 1 are clever The words “All” every are universal equator (general) The symbol of universal equator are : Read as for all x, we have p(x) or Read as, for all x is S member, we have p(x) Exsistential Quantor A few students of grade X of senior high school are clever. The word “a few” or “there are/there is” are exsistential quantor (specific) Examples: U = a set of all students of senior high school in Jakarta A = a set of all students of senior high school 1 B = a set of all grade X students of senior high school 1 who are clever The proposition of “a few of grade X students of senior high school ! are clever”, can be denoted by Read : a few students of senior high school 1 are clever, OR at least a student of grade X of senior high school 1 is clever Hal.: 14 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait NEGATION OF QUANTORED STATEMENT Negation of quantored statement Example: p : All the first grade students are diligent ~p : There is one students who is not diligent q : There is one students whose house is in Kelapa Gading ~q : All of the first grade students’ house are not in Kelapa Gading r : If all the first grade students pass to the next grade, then I am happy ~r : All the first grade students pass to the next grade and I am not happy ~r : All the first grade students pass to the next grade but I am not happy Hal.: 15 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait Drawing Conclusion Drawing Conclusion The statements which have the truth value is called premise Then, using logical principle it can be drawn a new statement ( conclusion) Drawing conclusion is also called argumentation An argumentation is called legal if the premises are true, then the conclusion are also true Hal.: 16 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait Drawing conclusion Continuation 1. SYLLOGISM conclusion premise 1 premise 2 Example: If today is raining, then I will not go to school premise 1 If I’m not going to school, then my father will angry premise 2 Then, the conclusion is : if today is raining, then my father will angry Hal.: 17 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait Drawing Conclusion 2. Ponen Modus premise 1 premise 2 conclusion Example: If I have a lot of money, then I will buy a house premise 1 I have a lot of money premise 2 Then the conclusion is I will buy a house Hal.: 18 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait Drawing Conclusion 3. Tollens Modus premise 1 premise 2 conclusion Example: If the day the weather is fine, I will come to your party premise 1 I won’t come to your party premise 2 Then the conclusion is Today the weather is not fine An argumentation is called legal if the conjunction of the premises implicate with the conclusion. And it is called TAUTOLOGY Hal.: 19 Isi dengan Judul Halaman Terkait

Isi dengan Judul Halaman Terkait No Lazy student! Or STUDY IN THE WHOLE LIFE Hal.: 20 Isi dengan Judul Halaman Terkait