SlideShare a Scribd company logo
1 of 30
Download to read offline
Discrete Structures
Overview
Lecture Video link:
https://www.youtube.com/watch?v=p4JpkllY_18&list=PLVEVLI2v6thXXsHeo0i48U
uvceypAAL9N
Objectives
The course provides a solid theoretical
foundation of discrete structures as they
apply to Computer Science problems and
structures. The students will learn how to use
mathematical notation and solve problems
using mathematical tools.
What are “discrete structures”
anyway?
• “Discrete” - Composed of distinct,
separable parts. (Opposite of continuous.)
discrete:continuous :: digital:analog
• “Structures” - Objects built up from simpler
objects according to some definite pattern.
• “Discrete Structure” - The study of
discrete, mathematical (i.e. well-defined
conceptual) objects and structures.
Discrete / Continues
Why Discrete Structures
➔ First, through this course you can develop your
mathematical maturity: that is, your ability to understand and
create mathematical arguments.
➔ Discrete structure is the gateway to more advanced
courses in all parts of the mathematical sciences.
➔ Discrete structure provides the mathematical foundations
for many computer science courses including data
structures, algorithms, database theory, automata theory,
formal languages, compiler theory, computer security, and
operating systems
➔ Students find these courses much more difficult when they
have not had the appropriate mathematical foundations from
discrete math.
Goal of Studying Discrete
Structures
➢ One of the primary goals of this course is
to learn how to attack problems that may be
somewhat different from any you may have
previously seen.
➢ One of my goals as a tutor is to help you
develop the skills needed to master the
mathematical reasoning and problem
solving techniques.
Propositional logic, Connectives
and Truth Tables
Lecture Video Link:
https://www.youtube.com/watch?v=e5XyAbA3Lrc&list=PLVEVLI2v6thXXs
Heo0i48UuvceypAAL9N&index=2
LOGIC
Logic is the study of the principles and
methods that distinguish between a valid
and an invalid argument.
Proposition
• Statement that is true or false.
• A statement is a declarative sentence that is either
true or false but not both. A statement is also
referred to as a proposition
• Examples:
– The capital of New York is Albany.
– The moon is made of green cheese.
– Go to town. (not a proposition – why?)
– What time is it? (not a proposition – why?)
– x + 1 = 2 (not a proposition – why?)
Simple/Compound Propositions
• A simple proposition has a value of T/F
• A compound proposition is constructed from
one or more simple propositions using
logical operators
• The truth value of a compound proposition
depends on the truth values of the
constituent propositions
Connectives
Truth Tables
• A truth table lists ALL possible values of a
(compound) proposition
– one column for each propositional variable
– one column for the compound proposition
– 2n rows for n propositional variables
Negation (NOT)
• NOT can be represented by the ~ or 
symbols
• NOT is a logical operator:
p: I am going to town.
~p: I am not going to town.
Truth table for ~ (NOT)
p ~p
T F
F T
Conjunction (AND)
• The conjunction AND is a logical operator
p: I am going to town.
q: It is raining.
p  q: I am going to town and it is raining.
• Both p and q must be true for the
conjunction to be true.
Truth table for ^ (AND)
p q p ^ q
T T T
T F F
F T F
F F F
Disjunction (OR)
• Inclusive or - only one proposition needs to
be true for the disjunction to be true.
p: I am going to town.
q: It is raining.
p  q: I am going to town or it is
raining.
Truth table for  (OR)
p q p  q
T T T
T F T
F T T
F F F
Exclusive OR
• Only one of p and q are true (not both).
p: I am going to town.
q: It is raining.
p  q: Either I am going to town or it is raining.
Truth table for  (Exclusive OR)
p q p  q
T T F
T F T
F T T
F F F
Conditional statements
• A conditional statement is also called an
implication or an if .. then statement.
• It has the form p  q
p: I am going to town.
q: It is raining.
p  q: If I am going to town, then it is
raining.
• The implication is false only when p is true
and q is false!
Truth table for Conditional
statements
p q p  q
T T T
T F F
F T T
F F T
Implication - Equivalent Forms
• If p, then q
• p implies q
• If p, q
• q if p
• q whenever p
• p is a sufficient condition for q
• q is a necessary condition for p
• p only if q
Converse of an Implication
• Implication: p  q
• Converse: q  p
• Implication:
– If I am going to town, it is raining.
• Converse:
– If it is raining, then I am going to town.
Converse of an Implication
p q q  p
T T T
T F T
F T F
F F T
(for p  q, this would be F)
(for p  q, this would be T)
Contrapositive of an Implication
• Implication: p  q
• Contrapositive: q  p
• Implication:
– If I am going to town, it is raining.
• Contrapositive:
– If it is not raining, then I am not going to town.
• The contrapositive has the same truth
table as the original implication.
Inverse of an Implication
• Implication: p  q
• Inverse: p  q
• Implication:
– If I am going to town, it is raining.
• Inverse:
– If I am not going to town, then it is not raining.
• The inverse of an implication has the same
truth table as the converse of that
implication.
Biconditional
• “if and only if”, “iff”
• p  q
• I am going to town if and only if it is
raining.
• Both p and q must have the same truth
value for the assertion to be true.
Truth Table for 
(Biconditional)
p q p  q
T T T
T F F
F T F
F F T
Truth Table Summary of
Connectives
F
F
T
T
p
F
T
F
T
q pq
pq
pq
p  q
p  q
T
T
F
F
F
F
T
T
T
F
F
F
T
T
F
T
T
F
T
T

More Related Content

Similar to Disc Week 1.pdf

Mathematical Logic
Mathematical LogicMathematical Logic
Mathematical LogicJoey Valdriz
 
MFCS PPT.pdf
MFCS PPT.pdfMFCS PPT.pdf
MFCS PPT.pdfjayarao21
 
logic, preposition etc
logic, preposition etclogic, preposition etc
logic, preposition etcAbdur Rehman
 
Chapter 01 - p1.pdf
Chapter 01 - p1.pdfChapter 01 - p1.pdf
Chapter 01 - p1.pdfsmarwaneid
 
Propositional logic in Discretes tructures.pptx
Propositional logic in Discretes tructures.pptxPropositional logic in Discretes tructures.pptx
Propositional logic in Discretes tructures.pptxShaukatAliChaudhry1
 
Basic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.pptBasic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.pptsamalaramesh4
 
CSE-203 Lec_1.pptx
CSE-203 Lec_1.pptxCSE-203 Lec_1.pptx
CSE-203 Lec_1.pptxMahdiHasan86
 
DisMath-lecture-2-Logic-and-Proofs-08032022-115009am.pptx
DisMath-lecture-2-Logic-and-Proofs-08032022-115009am.pptxDisMath-lecture-2-Logic-and-Proofs-08032022-115009am.pptx
DisMath-lecture-2-Logic-and-Proofs-08032022-115009am.pptxAdeel Saifee
 
Arguments and methods of proof
Arguments and methods of proofArguments and methods of proof
Arguments and methods of proofRobert Geofroy
 
Discrete Math Chapter 1 :The Foundations: Logic and Proofs
Discrete Math Chapter 1 :The Foundations: Logic and ProofsDiscrete Math Chapter 1 :The Foundations: Logic and Proofs
Discrete Math Chapter 1 :The Foundations: Logic and ProofsAmr Rashed
 
Propositional And First-Order Logic
Propositional And First-Order LogicPropositional And First-Order Logic
Propositional And First-Order Logicankush_kumar
 
Propositional Logic.pdf
Propositional Logic.pdfPropositional Logic.pdf
Propositional Logic.pdfZLEMORHAN3
 
LOGICAL CONNETIVES USE DISCRETE MATHSMATICS ASSINGMENT
LOGICAL CONNETIVES USE DISCRETE MATHSMATICS  ASSINGMENTLOGICAL CONNETIVES USE DISCRETE MATHSMATICS  ASSINGMENT
LOGICAL CONNETIVES USE DISCRETE MATHSMATICS ASSINGMENTSELF EMPLOY
 
Discrete mathematics by sadat sumon
Discrete mathematics by sadat sumonDiscrete mathematics by sadat sumon
Discrete mathematics by sadat sumonsadatsumon
 

Similar to Disc Week 1.pdf (20)

Mathematical Logic
Mathematical LogicMathematical Logic
Mathematical Logic
 
Logic
LogicLogic
Logic
 
MFCS PPT.pdf
MFCS PPT.pdfMFCS PPT.pdf
MFCS PPT.pdf
 
logic, preposition etc
logic, preposition etclogic, preposition etc
logic, preposition etc
 
Chapter 01 - p1.pdf
Chapter 01 - p1.pdfChapter 01 - p1.pdf
Chapter 01 - p1.pdf
 
Propositional logic in Discretes tructures.pptx
Propositional logic in Discretes tructures.pptxPropositional logic in Discretes tructures.pptx
Propositional logic in Discretes tructures.pptx
 
Basic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.pptBasic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.ppt
 
02-boolean.ppt
02-boolean.ppt02-boolean.ppt
02-boolean.ppt
 
CSE-203 Lec_1.pptx
CSE-203 Lec_1.pptxCSE-203 Lec_1.pptx
CSE-203 Lec_1.pptx
 
Chapter1p1 2.pptx
Chapter1p1 2.pptxChapter1p1 2.pptx
Chapter1p1 2.pptx
 
DisMath-lecture-2-Logic-and-Proofs-08032022-115009am.pptx
DisMath-lecture-2-Logic-and-Proofs-08032022-115009am.pptxDisMath-lecture-2-Logic-and-Proofs-08032022-115009am.pptx
DisMath-lecture-2-Logic-and-Proofs-08032022-115009am.pptx
 
Arguments and methods of proof
Arguments and methods of proofArguments and methods of proof
Arguments and methods of proof
 
Logic
LogicLogic
Logic
 
1019Lec1.ppt
1019Lec1.ppt1019Lec1.ppt
1019Lec1.ppt
 
Discrete Math Chapter 1 :The Foundations: Logic and Proofs
Discrete Math Chapter 1 :The Foundations: Logic and ProofsDiscrete Math Chapter 1 :The Foundations: Logic and Proofs
Discrete Math Chapter 1 :The Foundations: Logic and Proofs
 
Propositional And First-Order Logic
Propositional And First-Order LogicPropositional And First-Order Logic
Propositional And First-Order Logic
 
Propositional Logic.pdf
Propositional Logic.pdfPropositional Logic.pdf
Propositional Logic.pdf
 
LOGICAL CONNETIVES USE DISCRETE MATHSMATICS ASSINGMENT
LOGICAL CONNETIVES USE DISCRETE MATHSMATICS  ASSINGMENTLOGICAL CONNETIVES USE DISCRETE MATHSMATICS  ASSINGMENT
LOGICAL CONNETIVES USE DISCRETE MATHSMATICS ASSINGMENT
 
AppTheories_L3
AppTheories_L3AppTheories_L3
AppTheories_L3
 
Discrete mathematics by sadat sumon
Discrete mathematics by sadat sumonDiscrete mathematics by sadat sumon
Discrete mathematics by sadat sumon
 

Recently uploaded

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 

Recently uploaded (20)

Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 

Disc Week 1.pdf

  • 1. Discrete Structures Overview Lecture Video link: https://www.youtube.com/watch?v=p4JpkllY_18&list=PLVEVLI2v6thXXsHeo0i48U uvceypAAL9N
  • 2. Objectives The course provides a solid theoretical foundation of discrete structures as they apply to Computer Science problems and structures. The students will learn how to use mathematical notation and solve problems using mathematical tools.
  • 3. What are “discrete structures” anyway? • “Discrete” - Composed of distinct, separable parts. (Opposite of continuous.) discrete:continuous :: digital:analog • “Structures” - Objects built up from simpler objects according to some definite pattern. • “Discrete Structure” - The study of discrete, mathematical (i.e. well-defined conceptual) objects and structures.
  • 5. Why Discrete Structures ➔ First, through this course you can develop your mathematical maturity: that is, your ability to understand and create mathematical arguments. ➔ Discrete structure is the gateway to more advanced courses in all parts of the mathematical sciences. ➔ Discrete structure provides the mathematical foundations for many computer science courses including data structures, algorithms, database theory, automata theory, formal languages, compiler theory, computer security, and operating systems ➔ Students find these courses much more difficult when they have not had the appropriate mathematical foundations from discrete math.
  • 6. Goal of Studying Discrete Structures ➢ One of the primary goals of this course is to learn how to attack problems that may be somewhat different from any you may have previously seen. ➢ One of my goals as a tutor is to help you develop the skills needed to master the mathematical reasoning and problem solving techniques.
  • 7. Propositional logic, Connectives and Truth Tables Lecture Video Link: https://www.youtube.com/watch?v=e5XyAbA3Lrc&list=PLVEVLI2v6thXXs Heo0i48UuvceypAAL9N&index=2
  • 8. LOGIC Logic is the study of the principles and methods that distinguish between a valid and an invalid argument.
  • 9. Proposition • Statement that is true or false. • A statement is a declarative sentence that is either true or false but not both. A statement is also referred to as a proposition • Examples: – The capital of New York is Albany. – The moon is made of green cheese. – Go to town. (not a proposition – why?) – What time is it? (not a proposition – why?) – x + 1 = 2 (not a proposition – why?)
  • 10. Simple/Compound Propositions • A simple proposition has a value of T/F • A compound proposition is constructed from one or more simple propositions using logical operators • The truth value of a compound proposition depends on the truth values of the constituent propositions
  • 12. Truth Tables • A truth table lists ALL possible values of a (compound) proposition – one column for each propositional variable – one column for the compound proposition – 2n rows for n propositional variables
  • 13. Negation (NOT) • NOT can be represented by the ~ or  symbols • NOT is a logical operator: p: I am going to town. ~p: I am not going to town.
  • 14. Truth table for ~ (NOT) p ~p T F F T
  • 15. Conjunction (AND) • The conjunction AND is a logical operator p: I am going to town. q: It is raining. p  q: I am going to town and it is raining. • Both p and q must be true for the conjunction to be true.
  • 16. Truth table for ^ (AND) p q p ^ q T T T T F F F T F F F F
  • 17. Disjunction (OR) • Inclusive or - only one proposition needs to be true for the disjunction to be true. p: I am going to town. q: It is raining. p  q: I am going to town or it is raining.
  • 18. Truth table for  (OR) p q p  q T T T T F T F T T F F F
  • 19. Exclusive OR • Only one of p and q are true (not both). p: I am going to town. q: It is raining. p  q: Either I am going to town or it is raining.
  • 20. Truth table for  (Exclusive OR) p q p  q T T F T F T F T T F F F
  • 21. Conditional statements • A conditional statement is also called an implication or an if .. then statement. • It has the form p  q p: I am going to town. q: It is raining. p  q: If I am going to town, then it is raining. • The implication is false only when p is true and q is false!
  • 22. Truth table for Conditional statements p q p  q T T T T F F F T T F F T
  • 23. Implication - Equivalent Forms • If p, then q • p implies q • If p, q • q if p • q whenever p • p is a sufficient condition for q • q is a necessary condition for p • p only if q
  • 24. Converse of an Implication • Implication: p  q • Converse: q  p • Implication: – If I am going to town, it is raining. • Converse: – If it is raining, then I am going to town.
  • 25. Converse of an Implication p q q  p T T T T F T F T F F F T (for p  q, this would be F) (for p  q, this would be T)
  • 26. Contrapositive of an Implication • Implication: p  q • Contrapositive: q  p • Implication: – If I am going to town, it is raining. • Contrapositive: – If it is not raining, then I am not going to town. • The contrapositive has the same truth table as the original implication.
  • 27. Inverse of an Implication • Implication: p  q • Inverse: p  q • Implication: – If I am going to town, it is raining. • Inverse: – If I am not going to town, then it is not raining. • The inverse of an implication has the same truth table as the converse of that implication.
  • 28. Biconditional • “if and only if”, “iff” • p  q • I am going to town if and only if it is raining. • Both p and q must have the same truth value for the assertion to be true.
  • 29. Truth Table for  (Biconditional) p q p  q T T T T F F F T F F F T
  • 30. Truth Table Summary of Connectives F F T T p F T F T q pq pq pq p  q p  q T T F F F F T T T F F F T T F T T F T T