SlideShare una empresa de Scribd logo
1 de 33
Mathematics
Week 1
The Logic of Compound and
Quantitative Statement
<<Title>>
Acknowledgement
These slides have been
adapted from:
Epp, S.S., 2010. Discrete mathematics
with applications. Cengage learning.
Hammack, R.H., 2013. Book of proof.
Richard Hammack.
LO 1 :
Explain basics concepts of logic,
methods of proof, set theory and
function.
.
Contents
Logical form and
equivalency
1
2
3
The Logic of Quantified
Statement
.
4
Application : Digital Logic Circu
Valid and Invalid
Statements
LOGIC
Logic is a systematic way of thinking
that allow us to deduce new
information from old information and
to parse the meaning of sentences
Not Proposition Proposition
Add 5 to both sides!.
What is the solution
of 2x = 8 ?
Adding 5 to both
sides of x-5=37 gives
x=42.
 The solution of
2x = 8 is 42
A Statement (or
Proposition) is a
sentence that is
true or false but
not both
Negation Conjunction Disjunction
Definition
Truth Table
Definition Definition
If p is a proposition
variable, the
negation of p is “not
p” or “It is not the
case that
p” and is denoted
∼p.
If p and q are
proposition variables,
the conjunction of p
and q is “p and q,”
denoted
p  q.
Truth Table Truth Table
If p and q are
statement variables,
the disjunction of p
and q is “p or q,”
denoted p  q
Example
P : The number 2 is even
Q : The number 3 is odd
Negation
~P: The number 2 is not even;
~P: It is false that the number 2 even;
Conjunction
P  Q : The number 2 is even and the number 3 is od
Disjunction
P  Q : The number 2 is even or the number 3 is od
Construct the truth table for the
statement form (p  q)  ∼r.
Construct the truth table for the
statement form (p v q)  ∼(p  q).
Two proposition forms are called logically equivalent if, and only if, they have
identical truth values for each possible substitution of statements for their
statement variables. The logical equivalence of statement forms P and Q is
denoted by writing P ≡ Q. There are two technique to proof equivalence from
two proposition such as by using truth table and proof by using theorem.
Logical Equivalence
Logical Equivalence
Example 1 Example 2
From Example 1 and Example 2, how to proof equivalence two proposition by
using a truth table
A tautology is a statement
form that is always true.
A statement whose form is
a tautology is a tautological
statement.
Tautology and Contradiction
A contradiction is a statement form
that is always false.
A statement whose form is a
contradiction is a contradictory
statement.
Example : Show that the statement
form p ∼p is a tautology and that
the statement form p ∼p is a
contradiction.
Theorem of Logical Equivalences
Given any proposition variables p, q, and r . a tautology t and a contradiction c, the
following logical equivalences hold.
Summary of Logical Equivalences
Example: Use Theorem of Logical Equivalences to verify the logical equivalence
∼(∼p ∧ q) ∧ (p ∨ q) ≡ p.
Solution
The second technique to proof equivalence two proposition is by
using Theorem of Logical Equivalences . From an example above,
we see how to use it.
Conditional Statements
How to use if…then…
…. if and only if….
Conditional Statements Biconditional Statements
If p and q are proposition variables,
the conditional of q by p is “If p
then q” or “p implies q” and is
denoted
p → q.
- p the hypothesis of the conditional.
- q the conclusion.
Given statement variables p and q,
the biconditional of p and q is “p if,
and only if, q” and is denoted
p ↔ q.
The negation of “if p then q” is logically equivalent to “p and not q.”
The contrapositive of “if p then q” is “If ~q then ~p”
The converse of “if p then q” is “If q then
p“
The inverse of “if p then q” is “If ∼p then ∼q.”
~(p→q ) ≡ p  ~q
The contrapositive of p→q is
~q→~p
The converse of p→q is (q → p)
The inverse of p→q is (~p → ~q)
The negation : Howard can swim across the lake and Howard cannot swim
to the island.
The contrapositive : If Howard cannot swim to the island, then Howard cannot swim
across the lake.
Example : If Howard can swim across the lake, then Howard can swim to the
island.
Write the,negation, contrapositive, converse, and inverse from the statements:
The converse : If Howard can swim to the island, then Howard can swim across
the lake.
The inverse : If Howard cannot swim across the lake, then Howard cannot swim to
the island.
An argument is a sequence of statements (proposition).
Argument
Valid
To say that an argument is valid means that if the
resulting premises are all true, then the conclusion is
also true.
All statements (or proposition) in an argument except for the final one
, are called premises (or assumptions or hypotheses).
The final statement or statement form is called the conclusion.
The symbol ∴ , which is read "therefore," is normally placed just before
the conclusion.
Valid Argument Forms
The operation of a black box is completely specified by
constructing an input/output table that lists all its possible input
signals together with their corresponding output signals.
Black Boxes and Gates
Consider
the picture
The Circuit Corresponding
to a Boolean Expression
How to interpret circuit into Boolean expression
A predicate is a
sentence that contains
a finite number of
variables and becomes
a propositions when
specific values are
substituted for the
variables.
Let P(x) be the predicate "x2 > x" with domain the
set R of all real numbers. Write P(2), P(1/2), P(-2),
and indicate which of these propositions
are true and which are false!
P(2) : 22 > 2 or 4 > 2. TRUE
P(1/2) : (1/2) 2 > (1/2) or (1/4) > (1/2). FALSE
P(-2) : (-2)2 > 2 or 4 > 2. TRUE
Example
The Universal Quantifier, 
The symbol  denotes "for all" and is
called the universal quantifier.
Example :
The sentence "All human beings are
mortal" is to write
 human beings x, x is mortal
or, more formally
x  S, x is mortal,
where S denotes the set of all human
beings.
The Existential Quantifier, 
The symbol  denotes "there exists"
and is called the existential quantifier.
Example:
The sentence "There is a student in
Math 140" can be written as
 a person s such that s is a student in
Math 140,
or more formally,
 s  S such that s is a student in Math
140,
where S is the set of all people.
Truth and Falsity of Universal
Proposition
Let Q(x) be a predicate and D the
domain of x. A universal proposition
is a proposition of the form "x  D,
Q(x)“.
It is defined to be true if, and only if,
Q(x) is true for every x in D.
It is defined to be false if, and only if,
Q(x) is false for at least one x in D.
A value for x for which Q (x) is false is
called a counter example to the
universal proposition.
Truth and Falsity Existential Proposition
The symbol  denotes "there exists"
and is called the existential quantifier.
Example:
The sentence "There is a student in
Math 140" can be written as
 a person s such that s is a student in
Math 140,
or more formally,
 s  S such that s is a student in Math
140,
where S is the set of all people.
Epp, S.Susanna., 2010. Discrete mathematics with applications.
Cengage learning.
Hammack, R.H., 2013. Book of proof. Richard Hammack.
REFERENCES
Thank You

Más contenido relacionado

Similar a Math Logic Quantified Statements

Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكروDiscrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكروDr. Khaled Bakro
 
Propositional logic
Propositional logicPropositional logic
Propositional logicMamta Pandey
 
Basic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.pptBasic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.pptsamalaramesh4
 
Drinkfromme.pptx
Drinkfromme.pptxDrinkfromme.pptx
Drinkfromme.pptxRavind8
 
Chapter 01 - p1.pdf
Chapter 01 - p1.pdfChapter 01 - p1.pdf
Chapter 01 - p1.pdfsmarwaneid
 
UGC NET Computer Science & Application book.pdf [Sample]
UGC NET Computer Science & Application book.pdf  [Sample]UGC NET Computer Science & Application book.pdf  [Sample]
UGC NET Computer Science & Application book.pdf [Sample]DIwakar Rajput
 
Logic in Computer Science Unit 2 (1).pptx
Logic in Computer Science Unit 2 (1).pptxLogic in Computer Science Unit 2 (1).pptx
Logic in Computer Science Unit 2 (1).pptxPriyalMayurManvar
 
Discrete mathematics Chapter1 presentation.ppt
Discrete mathematics Chapter1 presentation.pptDiscrete mathematics Chapter1 presentation.ppt
Discrete mathematics Chapter1 presentation.pptNandiniSR2
 
Artificial intelligent Lec 5-logic
Artificial intelligent Lec 5-logicArtificial intelligent Lec 5-logic
Artificial intelligent Lec 5-logicTaymoor Nazmy
 
Disrete mathematics and_its application_by_rosen _7th edition_lecture_1
Disrete mathematics and_its application_by_rosen _7th edition_lecture_1Disrete mathematics and_its application_by_rosen _7th edition_lecture_1
Disrete mathematics and_its application_by_rosen _7th edition_lecture_1taimoor iftikhar
 
Mathematical Logic - Part 1
Mathematical Logic - Part 1Mathematical Logic - Part 1
Mathematical Logic - Part 1blaircomp2003
 
Introduction to mathematical analysis
Introduction to mathematical analysisIntroduction to mathematical analysis
Introduction to mathematical analysisAnoojaI
 

Similar a Math Logic Quantified Statements (20)

Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكروDiscrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
 
Chapter1p1
Chapter1p1Chapter1p1
Chapter1p1
 
Propositional logic
Propositional logicPropositional logic
Propositional logic
 
Logic&proof
Logic&proofLogic&proof
Logic&proof
 
Basic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.pptBasic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.ppt
 
Drinkfromme.pptx
Drinkfromme.pptxDrinkfromme.pptx
Drinkfromme.pptx
 
Chapter 01 - p1.pdf
Chapter 01 - p1.pdfChapter 01 - p1.pdf
Chapter 01 - p1.pdf
 
UGC NET Computer Science & Application book.pdf [Sample]
UGC NET Computer Science & Application book.pdf  [Sample]UGC NET Computer Science & Application book.pdf  [Sample]
UGC NET Computer Science & Application book.pdf [Sample]
 
Logic in Computer Science Unit 2 (1).pptx
Logic in Computer Science Unit 2 (1).pptxLogic in Computer Science Unit 2 (1).pptx
Logic in Computer Science Unit 2 (1).pptx
 
DM(1).pptx
DM(1).pptxDM(1).pptx
DM(1).pptx
 
Chapter1p1.pdf
Chapter1p1.pdfChapter1p1.pdf
Chapter1p1.pdf
 
Discrete mathematics Chapter1 presentation.ppt
Discrete mathematics Chapter1 presentation.pptDiscrete mathematics Chapter1 presentation.ppt
Discrete mathematics Chapter1 presentation.ppt
 
Artificial intelligent Lec 5-logic
Artificial intelligent Lec 5-logicArtificial intelligent Lec 5-logic
Artificial intelligent Lec 5-logic
 
DS Lecture 2.ppt
DS Lecture 2.pptDS Lecture 2.ppt
DS Lecture 2.ppt
 
Mathematical Logic
Mathematical LogicMathematical Logic
Mathematical Logic
 
2.pdf
2.pdf2.pdf
2.pdf
 
Disrete mathematics and_its application_by_rosen _7th edition_lecture_1
Disrete mathematics and_its application_by_rosen _7th edition_lecture_1Disrete mathematics and_its application_by_rosen _7th edition_lecture_1
Disrete mathematics and_its application_by_rosen _7th edition_lecture_1
 
Mathematical Logic - Part 1
Mathematical Logic - Part 1Mathematical Logic - Part 1
Mathematical Logic - Part 1
 
Dicrete structure
Dicrete structureDicrete structure
Dicrete structure
 
Introduction to mathematical analysis
Introduction to mathematical analysisIntroduction to mathematical analysis
Introduction to mathematical analysis
 

Último

2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.elesangwon
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfalene1
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...Erbil Polytechnic University
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingBootNeck1
 
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdfPaper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdfNainaShrivastava14
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptJohnWilliam111370
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Sumanth A
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESkarthi keyan
 
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书rnrncn29
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSneha Padhiar
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Romil Mishra
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptxmohitesoham12
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdfsahilsajad201
 
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodManicka Mamallan Andavar
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
CS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfCS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfBalamuruganV28
 
Cost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionCost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionSneha Padhiar
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosVictor Morales
 

Último (20)

2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event Scheduling
 
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdfPaper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
 
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptx
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdf
 
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument method
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
CS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfCS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdf
 
Cost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionCost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based question
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitos
 

Math Logic Quantified Statements

  • 1. Mathematics Week 1 The Logic of Compound and Quantitative Statement
  • 2. <<Title>> Acknowledgement These slides have been adapted from: Epp, S.S., 2010. Discrete mathematics with applications. Cengage learning. Hammack, R.H., 2013. Book of proof. Richard Hammack.
  • 3. LO 1 : Explain basics concepts of logic, methods of proof, set theory and function. .
  • 4. Contents Logical form and equivalency 1 2 3 The Logic of Quantified Statement . 4 Application : Digital Logic Circu Valid and Invalid Statements
  • 5.
  • 6. LOGIC Logic is a systematic way of thinking that allow us to deduce new information from old information and to parse the meaning of sentences
  • 7. Not Proposition Proposition Add 5 to both sides!. What is the solution of 2x = 8 ? Adding 5 to both sides of x-5=37 gives x=42.  The solution of 2x = 8 is 42 A Statement (or Proposition) is a sentence that is true or false but not both
  • 8. Negation Conjunction Disjunction Definition Truth Table Definition Definition If p is a proposition variable, the negation of p is “not p” or “It is not the case that p” and is denoted ∼p. If p and q are proposition variables, the conjunction of p and q is “p and q,” denoted p  q. Truth Table Truth Table If p and q are statement variables, the disjunction of p and q is “p or q,” denoted p  q
  • 9. Example P : The number 2 is even Q : The number 3 is odd Negation ~P: The number 2 is not even; ~P: It is false that the number 2 even; Conjunction P  Q : The number 2 is even and the number 3 is od Disjunction P  Q : The number 2 is even or the number 3 is od
  • 10. Construct the truth table for the statement form (p  q)  ∼r. Construct the truth table for the statement form (p v q)  ∼(p  q).
  • 11. Two proposition forms are called logically equivalent if, and only if, they have identical truth values for each possible substitution of statements for their statement variables. The logical equivalence of statement forms P and Q is denoted by writing P ≡ Q. There are two technique to proof equivalence from two proposition such as by using truth table and proof by using theorem. Logical Equivalence
  • 12. Logical Equivalence Example 1 Example 2 From Example 1 and Example 2, how to proof equivalence two proposition by using a truth table
  • 13. A tautology is a statement form that is always true. A statement whose form is a tautology is a tautological statement. Tautology and Contradiction A contradiction is a statement form that is always false. A statement whose form is a contradiction is a contradictory statement. Example : Show that the statement form p ∼p is a tautology and that the statement form p ∼p is a contradiction.
  • 14. Theorem of Logical Equivalences Given any proposition variables p, q, and r . a tautology t and a contradiction c, the following logical equivalences hold. Summary of Logical Equivalences
  • 15. Example: Use Theorem of Logical Equivalences to verify the logical equivalence ∼(∼p ∧ q) ∧ (p ∨ q) ≡ p. Solution The second technique to proof equivalence two proposition is by using Theorem of Logical Equivalences . From an example above, we see how to use it.
  • 16. Conditional Statements How to use if…then… …. if and only if….
  • 17. Conditional Statements Biconditional Statements If p and q are proposition variables, the conditional of q by p is “If p then q” or “p implies q” and is denoted p → q. - p the hypothesis of the conditional. - q the conclusion. Given statement variables p and q, the biconditional of p and q is “p if, and only if, q” and is denoted p ↔ q.
  • 18. The negation of “if p then q” is logically equivalent to “p and not q.” The contrapositive of “if p then q” is “If ~q then ~p” The converse of “if p then q” is “If q then p“ The inverse of “if p then q” is “If ∼p then ∼q.” ~(p→q ) ≡ p  ~q The contrapositive of p→q is ~q→~p The converse of p→q is (q → p) The inverse of p→q is (~p → ~q)
  • 19. The negation : Howard can swim across the lake and Howard cannot swim to the island. The contrapositive : If Howard cannot swim to the island, then Howard cannot swim across the lake. Example : If Howard can swim across the lake, then Howard can swim to the island. Write the,negation, contrapositive, converse, and inverse from the statements: The converse : If Howard can swim to the island, then Howard can swim across the lake. The inverse : If Howard cannot swim across the lake, then Howard cannot swim to the island.
  • 20.
  • 21. An argument is a sequence of statements (proposition). Argument Valid To say that an argument is valid means that if the resulting premises are all true, then the conclusion is also true. All statements (or proposition) in an argument except for the final one , are called premises (or assumptions or hypotheses). The final statement or statement form is called the conclusion. The symbol ∴ , which is read "therefore," is normally placed just before the conclusion.
  • 23.
  • 24. The operation of a black box is completely specified by constructing an input/output table that lists all its possible input signals together with their corresponding output signals. Black Boxes and Gates
  • 25.
  • 27. The Circuit Corresponding to a Boolean Expression How to interpret circuit into Boolean expression
  • 28.
  • 29. A predicate is a sentence that contains a finite number of variables and becomes a propositions when specific values are substituted for the variables. Let P(x) be the predicate "x2 > x" with domain the set R of all real numbers. Write P(2), P(1/2), P(-2), and indicate which of these propositions are true and which are false! P(2) : 22 > 2 or 4 > 2. TRUE P(1/2) : (1/2) 2 > (1/2) or (1/4) > (1/2). FALSE P(-2) : (-2)2 > 2 or 4 > 2. TRUE Example
  • 30. The Universal Quantifier,  The symbol  denotes "for all" and is called the universal quantifier. Example : The sentence "All human beings are mortal" is to write  human beings x, x is mortal or, more formally x  S, x is mortal, where S denotes the set of all human beings. The Existential Quantifier,  The symbol  denotes "there exists" and is called the existential quantifier. Example: The sentence "There is a student in Math 140" can be written as  a person s such that s is a student in Math 140, or more formally,  s  S such that s is a student in Math 140, where S is the set of all people.
  • 31. Truth and Falsity of Universal Proposition Let Q(x) be a predicate and D the domain of x. A universal proposition is a proposition of the form "x  D, Q(x)“. It is defined to be true if, and only if, Q(x) is true for every x in D. It is defined to be false if, and only if, Q(x) is false for at least one x in D. A value for x for which Q (x) is false is called a counter example to the universal proposition. Truth and Falsity Existential Proposition The symbol  denotes "there exists" and is called the existential quantifier. Example: The sentence "There is a student in Math 140" can be written as  a person s such that s is a student in Math 140, or more formally,  s  S such that s is a student in Math 140, where S is the set of all people.
  • 32. Epp, S.Susanna., 2010. Discrete mathematics with applications. Cengage learning. Hammack, R.H., 2013. Book of proof. Richard Hammack. REFERENCES

Notas del editor

  1. https://pixabay.com/en/acer-chromebook-laptop-notebook-791027/ https://pixabay.com/en/computer-keyboard-apple-electronics-2593921/ https://pixabay.com/en/architecture-building-business-2179108/ https://pixabay.com/en/building-glass-sky-blue-microsoft-1712699/ https://pixabay.com/en/notebook-work-girl-computer-woman-2386034/ https://pixabay.com/en/computer-keyboard-apple-laptop-2563737/ https://pixabay.com/en/achievement-agreement-business-deal-3387293/ https://pixabay.com/en/building-windows-business-1081868/ https://pixabay.com/en/architecture-modern-minimal-home-839362/