SlideShare uma empresa 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

Mais conteúdo relacionado

Mais procurados

rupali real analysis ppt.ppt
rupali real analysis ppt.pptrupali real analysis ppt.ppt
rupali real analysis ppt.pptRupaliBorse3
 
6.3 Truth Tables For Propositions
6.3   Truth Tables For Propositions6.3   Truth Tables For Propositions
6.3 Truth Tables For PropositionsNicholas Lykins
 
Partial-Orderings in Discrete Mathematics
 Partial-Orderings in Discrete Mathematics Partial-Orderings in Discrete Mathematics
Partial-Orderings in Discrete MathematicsMeghaj Mallick
 
Application of calculus in real life.
Application of calculus in real life.Application of calculus in real life.
Application of calculus in real life.University of Potsdam
 
CMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional LogicCMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional Logicallyn joy calcaben
 
Differential equations
Differential equationsDifferential equations
Differential equationsUzair Saiyed
 
Discrete Mathematics Lecture Notes
Discrete Mathematics Lecture NotesDiscrete Mathematics Lecture Notes
Discrete Mathematics Lecture NotesFellowBuddy.com
 
Propositional logic
Propositional logicPropositional logic
Propositional logicchauhankapil
 
Complex Number's Applications
Complex Number's ApplicationsComplex Number's Applications
Complex Number's ApplicationsNikhil Deswal
 
1st order differential equations
1st order differential equations1st order differential equations
1st order differential equationsNisarg Amin
 
Limit of Function Mathematic
Limit of Function MathematicLimit of Function Mathematic
Limit of Function MathematicMuhammad Kanhan
 
Applications of differential equation
Applications of differential equationApplications of differential equation
Applications of differential equationDeekshaSrivas
 
Lecture 2 predicates quantifiers and rules of inference
Lecture 2 predicates quantifiers and rules of inferenceLecture 2 predicates quantifiers and rules of inference
Lecture 2 predicates quantifiers and rules of inferenceasimnawaz54
 
Linear dependence & independence vectors
Linear dependence & independence vectorsLinear dependence & independence vectors
Linear dependence & independence vectorsRakib Hossain
 

Mais procurados (20)

Relations in Discrete Math
Relations in Discrete MathRelations in Discrete Math
Relations in Discrete Math
 
rupali real analysis ppt.ppt
rupali real analysis ppt.pptrupali real analysis ppt.ppt
rupali real analysis ppt.ppt
 
6.3 Truth Tables For Propositions
6.3   Truth Tables For Propositions6.3   Truth Tables For Propositions
6.3 Truth Tables For Propositions
 
Partial-Orderings in Discrete Mathematics
 Partial-Orderings in Discrete Mathematics Partial-Orderings in Discrete Mathematics
Partial-Orderings in Discrete Mathematics
 
Complex integration
Complex integrationComplex integration
Complex integration
 
Taylor series
Taylor seriesTaylor series
Taylor series
 
Application of calculus in real life.
Application of calculus in real life.Application of calculus in real life.
Application of calculus in real life.
 
Discrete mathematics
Discrete mathematicsDiscrete mathematics
Discrete mathematics
 
CMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional LogicCMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional Logic
 
Differential equations
Differential equationsDifferential equations
Differential equations
 
Discrete Mathematics Lecture Notes
Discrete Mathematics Lecture NotesDiscrete Mathematics Lecture Notes
Discrete Mathematics Lecture Notes
 
Euler’s Theorem Homogeneous Function Of Two Variables
Euler’s Theorem Homogeneous Function Of  Two VariablesEuler’s Theorem Homogeneous Function Of  Two Variables
Euler’s Theorem Homogeneous Function Of Two Variables
 
Propositional logic
Propositional logicPropositional logic
Propositional logic
 
Complex Number's Applications
Complex Number's ApplicationsComplex Number's Applications
Complex Number's Applications
 
1st order differential equations
1st order differential equations1st order differential equations
1st order differential equations
 
Topology M.Sc. 2 semester Mathematics compactness, unit - 4
Topology M.Sc. 2 semester Mathematics compactness, unit - 4Topology M.Sc. 2 semester Mathematics compactness, unit - 4
Topology M.Sc. 2 semester Mathematics compactness, unit - 4
 
Limit of Function Mathematic
Limit of Function MathematicLimit of Function Mathematic
Limit of Function Mathematic
 
Applications of differential equation
Applications of differential equationApplications of differential equation
Applications of differential equation
 
Lecture 2 predicates quantifiers and rules of inference
Lecture 2 predicates quantifiers and rules of inferenceLecture 2 predicates quantifiers and rules of inference
Lecture 2 predicates quantifiers and rules of inference
 
Linear dependence & independence vectors
Linear dependence & independence vectorsLinear dependence & independence vectors
Linear dependence & independence vectors
 

Semelhante a Math Logic Quantified Statements

logicproof-141212042039-conversion-gate01.pdf
logicproof-141212042039-conversion-gate01.pdflogicproof-141212042039-conversion-gate01.pdf
logicproof-141212042039-conversion-gate01.pdfPradeeshSAI
 
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
 

Semelhante a Math Logic Quantified Statements (20)

logicproof-141212042039-conversion-gate01.pdf
logicproof-141212042039-conversion-gate01.pdflogicproof-141212042039-conversion-gate01.pdf
logicproof-141212042039-conversion-gate01.pdf
 
Logic
LogicLogic
Logic
 
Per3 logika&amp;pembuktian
Per3 logika&amp;pembuktianPer3 logika&amp;pembuktian
Per3 logika&amp;pembuktian
 
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
 

Último

(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 

Último (20)

(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 

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 do 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/