SlideShare a Scribd company logo
Computing 
Truth Values 
SYMBOLIC LOGIC
SYMBOLIC LOGIC 
Definition 
An assertion is a statement. A proposition is a 
statement which is either true or false. If a 
proposition is true we assign the truth value 
“TRUE” to it. If a proposition is false, we assign the 
truth value “FALSE” to it. We will denote by “T” or 
“1”, for the truth value TRUE and by “F" or “0” for 
the truth value FALSE.
SYMBOLIC LOGIC 
Examples 
The following are examples of propositions: 
1. 2 > 4 
2. The billionth prime, when written in base 10, 
ends in a 3. 
3. All men are mortals. 
4. 9 is a prime number.
SYMBOLIC LOGIC 
Non-Examples 
The following are non-examples of propositions: 
1. x < y 
2. Factor 푥2 + 2푥 + 1. 
3. 푥 = 10 
4. How old are you?
*Decide whether the following are propositions or 
not: 
SYMBOLIC LOGIC 
1. 23 = z 
2. 10 – 7 = 3 
3. 5 < 27 
4. All women are mammals. 
5. Where do you live?
SYMBOLIC LOGIC 
Definition 
A propositional variable, denoted by 푃, 푄, 푅 … 
denotes an arbitrary proposition with an 
unspecified truth value. 
A propositional variable is a variable that 
represents a proposition.
SYMBOLIC LOGIC 
Do Worksheet 1
SYMBOLIC LOGIC 
Definition 
Given two propositional variables 푃 and 푄. These two 
propositional variables maybe combined to form a 
new one. These are combined using 
the logical operators or logical connectives : “and”, 
“or” or “not”.
SYMBOLIC LOGIC 
These new proposition are: 
1. (Conjunction of P and Q) P and Q, denoted by 푃 푄; 
2. (Disjunction of P and Q) P or Q, denoted by 푃 푄; 
3. (Negation of P) not P, denoted by ¬ 푃. 
Truth Tables 
푃 ¬ 푃 
1 0 
0 1 
푃 푄 푃 푄 푃 푄 
1 1 1 1 
1 0 0 1 
0 1 0 1 
0 0 0 0 
Note: Other books represent the negation of P as ~P.
SYMBOLIC LOGIC 
Inclusive and exclusive disjunction: 
1. Inclusive disjunction denoted by 푃 푄 is True when either 
or both of the disjuncts are True. 
2. Exclusive disjuction denoted by P ⋁ Q is True when only 
one of the disjuncts is true and the other is false. 
Truth Table: 
푃 푄 푃 푄 P ⋁ Q 
1 1 1 0 
1 0 1 1 
0 1 1 1 
0 0 0 0
SYMBOLIC LOGIC 
Do Worksheet 2 & 3
SYMBOLIC LOGIC 
Definition 
The proposition “P implies Q”, denoted by 푃⟹Q is called an 
implication. 
The operand P is called the hypothesis, premise or antecedent 
while the operand Q is called the conclusion or the 
consequence 
푃 푄 푃⟹Q 
0 0 1 
0 1 1 
1 0 0 
1 1 1
SYMBOLIC LOGIC 
Definition 
Given the implication 푃⟹Q , its converse is 푄⟹P , its inverse 
is¬푃⟹¬Q, and its contrapositive is ¬푄⟹¬P . 
The operand P is called the hypothesis, premise or antecedent 
and the operand Q is called the conclusion or the consequence 
푃 푄 푃⟹Q ¬푃⟹¬Q 푄⟹P ¬푄⟹¬P 
0 0 1 0 1 1 
0 1 1 0 0 1 
1 0 0 1 1 0 
1 1 1 0 1 1
SYMBOLIC LOGIC 
Definition 
A biconditional proposition is expressed linguistically by 
preceding either component by ‘if and only if ’. 
The truth table for a biconditional propositional form, 
symbolised by P ⟷ Q is shown below. 
푃 푄 P ⟷ Q 
0 0 1 
0 1 0 
1 0 0 
1 1 1
SYMBOLIC LOGIC 
Do Worksheet 4
SYMBOLIC LOGIC 
Definition 
A propositional form is an assertion which contains at least 
one propositional variable and maybe generated by the 
following rules: 
1. A propositional variable standing alone is a propositional 
form; 
2. If P is a propositional form, then Q is also a propositional 
form; 
3. If P and Q are propositional forms, then 푃 푄, 푃 푄, 푃 ⟺ 푄 
are propositional forms; 
4. A string of symbols containing propositional variables, 
connectives and parentheses is a propositional form if and 
only if it can be obtained by infinitely many applications of 
rules (1.); (2.) or (3.) above.
Definition 
Let X be a set of propositions. 
A truth assignment (to X) is a function  : X  {true, false} that 
assigns to each propositional variable a truth value. (A truth 
assignment corresponds to one row of the truth table. 
If a truth value of a compound proposition under truth 
assignment  is true, we say that  satisfies P, otherwise we say 
that  falsifies P. 
A tautology is a propositional form where every truth assignment 
satisfies P, i.e. All entries of its truth table are true. 
A contradiction or absurdity is a propositional form where every 
truth assignment is false; 
A contingency is a propositional form that is neither tautology nor 
contradiction.
Examples: 
P V P is a tautology. 
P  P is a contradiction. 
For each of the following compound propositions determine if it is 
a tautology, contradiction or contingency: 
1. (p v q)  p  q 
2. P v q v r v (p  q  r) 
3. (p  q)  (p v q)
SYMBOLIC LOGIC 
Do Worksheet 5
SYMBOLIC LOGIC 
Definition 
A logically equivalent propositional form have identical values 
for each assignment of the truth values to their component 
propositional variables. 
We can denote the logical equivalent variables P and Q as: 
푃 ⟺ 푄 
or 
푃 ≡ 푄 
(푥 + 2)2 and 푥2 + 4푥 + 4 are regarded as equivalent algebraic 
expressions.
Example 
Show that P ⟹ Q and ¬P ⋁ Q are logically equivalent 
propositional forms. 
푃 푄 P ⟹ Q ¬P ¬P ⋁ Q 
0 0 1 1 1 
0 1 1 1 1 
1 0 0 0 0 
1 1 1 0 1 
P ⟹ Q and ¬P ⋁ Q are logically equivalent propositional forms. 
SYMBOLIC LOGIC
Example 
Given the propositional forms Q ⋁ ¬P, ¬Q ⟹ ¬P and ¬P ⋀ ¬Q, 
between which pairs of these forms does the relation logical 
equivalence exist? 
푃 푄 ¬P ¬Q Q ⋁ ¬P ¬Q ⟹ ¬P ¬P ⋀ ¬Q, 
0 0 1 1 1 1 0 
0 1 1 0 1 1 0 
1 0 0 1 0 0 0 
1 1 0 0 1 1 1 
¬Q ⟹ ¬P and ¬P ⋀ ¬Q are logically equivalent 
SYMBOLIC LOGIC
The following are logical identities or rules of replacement. 
SYMBOLIC LOGIC
SYMBOLIC LOGIC
SYMBOLIC LOGIC
SYMBOLIC LOGIC
SYMBOLIC LOGIC 
Example 
Show that ¬(Q ⋀ P) ⟺ P ⟹¬Q. 
Solution 
¬(Q ⋀ P) ⟺ ¬Q ⋁¬P (De Morgan’s) 
⟺ ¬P ⋁¬Q (Commutativity) 
⟺ P ⟹¬Q (MI)
SYMBOLIC LOGIC 
Example 
Show that P ⋀ [(P ⋀ Q) ⋁ R] ⟺ P ⋀ (Q ⋁ R). 
Solution 
P ⋀ [(P ⋀ Q) ⋁ R] ⟺ [P ⋀ (P ⋀ Q)] ⋁ (P ⋀ R) (Dist) 
⟺ [(P ⋀ P) ⋀ Q] ⋁ (P ⋀ R) (Assoc) 
⟺ (P ⋀ Q) ⋁ (P ⋀ R) (Indempotence) 
⟺ P ⋀ (Q ⋁ R) (Dist)
SYMBOLIC LOGIC 
Do Worksheet 6
SYMBOLIC LOGIC 
Definition 
An argument is a collection of propositions wherein it is 
claimed that one of the propositions, called the conclusion, 
follows from the other propositions, called the premise of the 
argument. the conclusion is usually preceded by such words as 
therefore, hence, then, consequently. 
Classification of Arguments: 
1. Inductive argument is an argument where it is claimed 
that within a certain probability of error, the conclusion 
follows from a premise; and 
2. Deductive argument is an argument where is it claimed 
that the conclusion absolutely follows from the premise.
A deductive argument is said to be valid if whenever 
the premises are all true, then the conclusion is also 
true. In other words if 푃1, 푃2, … 푃푛 are premises and Q 
is the conclusion of the argument 
푃1 푎푛푑 푃2, 푎푛푑 … 푃푛 therefore Q is valid if and only if 
the corresponding prepositional form 
SYMBOLIC LOGIC 
(푃1 푃2 … 푃푛) ⟹ 푄, 
is a tautology. Otherwise, the argument is invalid.
To show that an argument is invalid, we have to show 
an instance where the conclusion is false and the 
premises are all true. 
Show that the following argument is invalid using 
Truth Table. 
SYMBOLIC LOGIC
To show the validity of arguments, we may use 
the truth table. However, this method is 
impractical specially if the argument contains 
several propositional variables. A more 
convenient method is by deducing the 
conclusion from the premises by a sequence of 
shorter, more elementary arguments known to 
be valid. 
SYMBOLIC LOGIC
SYMBOLIC LOGIC 
Rules of Inference 
These are known valid argument forms.
SYMBOLIC LOGIC
SYMBOLIC LOGIC
SYMBOLIC LOGIC
Construct a formal proof of validity of the following 
arguments: 
a) Jack is in Paris only if Mary is in New York. Jack is 
in Paris and Fred is in Rome. Therefore, Mary is in 
New York. 
b) If Mark is correct then unemployment will rise 
and if Ann is correct then there will be a hard 
winter. Ann is correct. Therefore unemployment 
will rise or there will be a hard winter or both. 
SYMBOLIC LOGIC
SYMBOLIC LOGIC 
Solution for (a): 
J: Jack is in Paris. 
M: Mary is in New York. 
F: Fred Is in Rome. 
The premises of the argument are J ⟹ M and J ⋀ F. The 
conclusion is M. 
1. J ⟹ M (premise) 
2. J ⋀ F (premise) 
3. J (2. Simp) 
4. M (1, 3. MP)
SYMBOLIC LOGIC 
Solution for (b): 
M: Mark is correct. 
U: Unemployment will rise. 
A: Ann is correct. 
H: There will be a hard winter. 
The premises of the argument are: (M ⟹ U) ⋀ (A ⟹ H) and A. The 
conclusion is: U ⋁ H. 
1. (M ⟹ U) ⋀ (A ⟹ H) (premise) 
2. A (premise) 
3. (A ⟹ H) ⋀ (M ⟹ U) (1. Comm) 
4. A ⟹ H (3. Simp) 
5. H (4, 2. MP) 
6. H ⋁ U (5. Add) 
7. U ⋁ H (6. Comm)
SYMBOLIC LOGIC 
Alternative Solution for (b): 
M: Mark is correct. 
U: Unemployment will rise. 
A: Ann is correct. 
H: There will be a hard winter. 
The premises of the argument are: (M ⟹ U) ⋀ (A ⟹ H) and A. The 
conclusion is: U ⋁ H. 
1. (M ⟹ U) ⋀ (A ⟹ H) (premise) 
2. A (premise) 
3. A ⋁ M (2. Add) 
4. M ⋁ A (3. Comm) 
5. U ⋁ H (1, 4. CD)
SYMBOLIC LOGIC 
Do Worksheet 7
Definition 
A conditional proof is a method of formal proof which is 
particularly useful in establishing the validity of an 
argument. The argument has a conclusion which can be 
expressed as a conditional proposition. 
Consider an argument form with premises p1, p2,…,pn and 
conclusion q  r. Note that this argument form is valid 
if and only if (p1 p2…pn ) (q  r). 
Now the exportation replacement rule states that 
p  (q  r)  (p  q)  r. 
So that the validity of the condition 
(p1 p2…pn ) (q  r) is a tautology can be replaced by 
(p1 p2…pn q) r is a tautology.
SYMBOLIC LOGIC 
Example 
Prove the validity of the following arguments using the method 
of conditional proof. 
1. If we have a party then we’ll invite Lana and Bob. If we invite 
Lana or Bob then we must invite Jake. Therefore if we have a 
party then we must invite Jake. 
Solution 
We symbolize the following simple propositions: 
P: We have a party B: We’ll invite Bob. 
L: We’ll invite Lana. J: We must invite Jake.
SYMBOLIC LOGIC 
(Continued) 
The premises of the argument are: 
P ⟹ (L ⋀ B) and (L ⋁ B) ⟹ J 
The conclusion is the conditional P ⟹ J. 
Proof: 
1. P ⟹ (L ⋀ B) (premise) 
2. (L ⋁ B) ⟹ J (premise) 
3. P (CP) 
4. L ⋀ B (1, 3. MP) 
5. L (4. Simp) 
6. L ⋁ B (5. Add) 
7. J (2, 6. MP) 
8. P ⟹ J (3 – 7. CP)
SYMBOLIC LOGIC 
Example 
2. If we invite Lana then Jake will sulk, and if we invite Bob then 
Alice will leave. So if we invite Lana and Bob then Jake will sulk 
and Alice will leave. 
Solution 
We symbolize the following simple propositions: 
L: We invite Lana. B: We invite Bob. 
J: Jake will sulk. A: Alice will leave. 
The premise of the argument is: (L ⟹ J) ⋀ (B ⟹ A) 
and the conclusion is (L ⋀ B) ⟹ (J ⋀ A).
SYMBOLIC LOGIC 
Solution 
Proof: 
1. (L ⟹ J) ⋀ (B ⟹ A) (premise) 
2. L ⋀ B (CP) 
3. L ⟹ J (1. Simp) 
4. (B ⟹ A) ⋀ (L ⟹ J) (1. Com) 
5. B ⟹ A (4. Simp) 
6. L (2. Simp) 
7. J (3, 6. MP) 
8. B ⋀ L (2. Com) 
9. B (8. Simp) 
10. A (5, 9. MP) 
11. J ⋀ A (7, 10. Conj) 
12. (L ⋀ B) ⟹ (J ⋀ A) (2 – 11. CP)
SYMBOLIC LOGIC 
Do Worksheet 8

More Related Content

What's hot

Philippine Political Culture
Philippine Political CulturePhilippine Political Culture
Philippine Political Culture
brianbelen
 
Fallacies of relevance
Fallacies of relevanceFallacies of relevance
Fallacies of relevanceJason Pacaway
 
Political science part ii
Political science part iiPolitical science part ii
Political science part ii
Alona Salva
 
Ang Pagbabalik ng ROTC 2017
Ang Pagbabalik ng ROTC 2017Ang Pagbabalik ng ROTC 2017
Ang Pagbabalik ng ROTC 2017
Gab Real
 
Mabisang pagsusulat
Mabisang pagsusulatMabisang pagsusulat
Mabisang pagsusulaticgamatero
 
the four elements of state in the Philippines
the four elements of state in the Philippines the four elements of state in the Philippines
the four elements of state in the Philippines
Artsil Agagad
 
Six main chapters of a research paper
Six main chapters of a research paperSix main chapters of a research paper
Six main chapters of a research paper
Ces Valdez
 
Can a state exist without the government
Can a state exist without the governmentCan a state exist without the government
Can a state exist without the government
Kelvin Insigne
 
Top 10 validation interview questions with answers
Top 10 validation interview questions with answersTop 10 validation interview questions with answers
Top 10 validation interview questions with answers
libbygray000
 
Citizenship & suffrage
Citizenship & suffrageCitizenship & suffrage
Citizenship & suffrage
Jovin Allam
 
Oxford – Oregon Debate (How to's and tips)
Oxford – Oregon Debate (How to's and tips)Oxford – Oregon Debate (How to's and tips)
Oxford – Oregon Debate (How to's and tips)Carmela Yasay
 
Critical reading as reasoning
Critical reading as reasoningCritical reading as reasoning
Critical reading as reasoning
mary katrine belino
 
Analysis - Intro to Arguments
Analysis - Intro to ArgumentsAnalysis - Intro to Arguments
Analysis - Intro to ArgumentsAlwyn Lau
 
Modal Logic
Modal LogicModal Logic
Modal Logic
Serge Garlatti
 
Kakayahang pangkomunikasyon ng mga pilipino
Kakayahang pangkomunikasyon ng mga pilipinoKakayahang pangkomunikasyon ng mga pilipino
Kakayahang pangkomunikasyon ng mga pilipino
Danreb Consul
 
7 2 t4_chaptersevenpowerpoint
7 2 t4_chaptersevenpowerpoint7 2 t4_chaptersevenpowerpoint
7 2 t4_chaptersevenpowerpointsagebennet
 
Sitwasyon ng Wikang Filipino sa Fliptop, hugot lines, at pick-up lines
Sitwasyon ng Wikang Filipino sa Fliptop, hugot lines, at pick-up linesSitwasyon ng Wikang Filipino sa Fliptop, hugot lines, at pick-up lines
Sitwasyon ng Wikang Filipino sa Fliptop, hugot lines, at pick-up lines
Gail Marquez
 
21st CENTURY LITERATURE Q2_Module_4.pdf
21st CENTURY LITERATURE Q2_Module_4.pdf21st CENTURY LITERATURE Q2_Module_4.pdf
21st CENTURY LITERATURE Q2_Module_4.pdf
Leah Condina
 
oregon- oxford debate
oregon- oxford debateoregon- oxford debate
oregon- oxford debate
Rauchane Tim Battikin
 
Techniques in organizing information
Techniques in organizing informationTechniques in organizing information
Techniques in organizing information
mary katrine belino
 

What's hot (20)

Philippine Political Culture
Philippine Political CulturePhilippine Political Culture
Philippine Political Culture
 
Fallacies of relevance
Fallacies of relevanceFallacies of relevance
Fallacies of relevance
 
Political science part ii
Political science part iiPolitical science part ii
Political science part ii
 
Ang Pagbabalik ng ROTC 2017
Ang Pagbabalik ng ROTC 2017Ang Pagbabalik ng ROTC 2017
Ang Pagbabalik ng ROTC 2017
 
Mabisang pagsusulat
Mabisang pagsusulatMabisang pagsusulat
Mabisang pagsusulat
 
the four elements of state in the Philippines
the four elements of state in the Philippines the four elements of state in the Philippines
the four elements of state in the Philippines
 
Six main chapters of a research paper
Six main chapters of a research paperSix main chapters of a research paper
Six main chapters of a research paper
 
Can a state exist without the government
Can a state exist without the governmentCan a state exist without the government
Can a state exist without the government
 
Top 10 validation interview questions with answers
Top 10 validation interview questions with answersTop 10 validation interview questions with answers
Top 10 validation interview questions with answers
 
Citizenship & suffrage
Citizenship & suffrageCitizenship & suffrage
Citizenship & suffrage
 
Oxford – Oregon Debate (How to's and tips)
Oxford – Oregon Debate (How to's and tips)Oxford – Oregon Debate (How to's and tips)
Oxford – Oregon Debate (How to's and tips)
 
Critical reading as reasoning
Critical reading as reasoningCritical reading as reasoning
Critical reading as reasoning
 
Analysis - Intro to Arguments
Analysis - Intro to ArgumentsAnalysis - Intro to Arguments
Analysis - Intro to Arguments
 
Modal Logic
Modal LogicModal Logic
Modal Logic
 
Kakayahang pangkomunikasyon ng mga pilipino
Kakayahang pangkomunikasyon ng mga pilipinoKakayahang pangkomunikasyon ng mga pilipino
Kakayahang pangkomunikasyon ng mga pilipino
 
7 2 t4_chaptersevenpowerpoint
7 2 t4_chaptersevenpowerpoint7 2 t4_chaptersevenpowerpoint
7 2 t4_chaptersevenpowerpoint
 
Sitwasyon ng Wikang Filipino sa Fliptop, hugot lines, at pick-up lines
Sitwasyon ng Wikang Filipino sa Fliptop, hugot lines, at pick-up linesSitwasyon ng Wikang Filipino sa Fliptop, hugot lines, at pick-up lines
Sitwasyon ng Wikang Filipino sa Fliptop, hugot lines, at pick-up lines
 
21st CENTURY LITERATURE Q2_Module_4.pdf
21st CENTURY LITERATURE Q2_Module_4.pdf21st CENTURY LITERATURE Q2_Module_4.pdf
21st CENTURY LITERATURE Q2_Module_4.pdf
 
oregon- oxford debate
oregon- oxford debateoregon- oxford debate
oregon- oxford debate
 
Techniques in organizing information
Techniques in organizing informationTechniques in organizing information
Techniques in organizing information
 

Viewers also liked

Logical Operators in Brief with examples
Logical Operators in Brief with examplesLogical Operators in Brief with examples
Logical Operators in Brief with examplesMujtaBa Khan
 
1.1 Introduction
1.1   Introduction1.1   Introduction
1.1 Introduction
Nicholas Lykins
 
5.3 Rules And Fallacies
5.3   Rules And Fallacies5.3   Rules And Fallacies
5.3 Rules And Fallacies
Nicholas Lykins
 
Solving problems by inductive reasoning
Solving problems by inductive reasoningSolving problems by inductive reasoning
Solving problems by inductive reasoningwalkerlj
 
Intro to logic
Intro to logicIntro to logic
Intro to logicwalkerlj
 
If and nested if statements
If and nested if statementsIf and nested if statements
If and nested if statements
Rafael Balderosa
 
1.2 Recognizing Arguments
1.2   Recognizing Arguments1.2   Recognizing Arguments
1.2 Recognizing Arguments
Nicholas Lykins
 
Clear concepts of syllogism & key rules
Clear concepts of syllogism & key rulesClear concepts of syllogism & key rules
Clear concepts of syllogism & key rules
Rakesh Kumar
 
Five Mill Tree Method 1208
Five Mill Tree Method 1208Five Mill Tree Method 1208
Five Mill Tree Method 1208David Szetela
 
Limits of Computation
Limits of ComputationLimits of Computation
Limits of Computation
Joshua Reuben
 
IoT, Zeno's Paradox, Reductio Ad Absurdum, and Driving Fast 04092014
IoT, Zeno's Paradox, Reductio Ad Absurdum, and Driving Fast 04092014IoT, Zeno's Paradox, Reductio Ad Absurdum, and Driving Fast 04092014
IoT, Zeno's Paradox, Reductio Ad Absurdum, and Driving Fast 04092014
Joseph Biron
 
The logic of informal proofs
The logic of informal proofsThe logic of informal proofs
The logic of informal proofsBrendan Larvor
 
John stuart Mill on Reference and Meaning
John stuart Mill on Reference and MeaningJohn stuart Mill on Reference and Meaning
John stuart Mill on Reference and Meaning
Ateneo de Davao University
 
Understanding arguments
Understanding argumentsUnderstanding arguments
Understanding arguments
Mclavin Love
 
8 chapter eightpowerpoint
8 chapter eightpowerpoint8 chapter eightpowerpoint
8 chapter eightpowerpointsagebennet
 
Proof by contradiction
Proof by contradictionProof by contradiction
Proof by contradiction
Ferdinand Agdoro Jr.
 
Abbreviated Truth Tables
Abbreviated Truth TablesAbbreviated Truth Tables
Abbreviated Truth Tables
dyeakel
 
Chapter 8 induction
Chapter 8 inductionChapter 8 induction
Chapter 8 inductionscrasnow
 

Viewers also liked (20)

Logical Operators in Brief with examples
Logical Operators in Brief with examplesLogical Operators in Brief with examples
Logical Operators in Brief with examples
 
1.1 Introduction
1.1   Introduction1.1   Introduction
1.1 Introduction
 
5.3 Rules And Fallacies
5.3   Rules And Fallacies5.3   Rules And Fallacies
5.3 Rules And Fallacies
 
Solving problems by inductive reasoning
Solving problems by inductive reasoningSolving problems by inductive reasoning
Solving problems by inductive reasoning
 
Symbolic logic
Symbolic logicSymbolic logic
Symbolic logic
 
Intro to logic
Intro to logicIntro to logic
Intro to logic
 
Symbolic logic
Symbolic logicSymbolic logic
Symbolic logic
 
If and nested if statements
If and nested if statementsIf and nested if statements
If and nested if statements
 
1.2 Recognizing Arguments
1.2   Recognizing Arguments1.2   Recognizing Arguments
1.2 Recognizing Arguments
 
Clear concepts of syllogism & key rules
Clear concepts of syllogism & key rulesClear concepts of syllogism & key rules
Clear concepts of syllogism & key rules
 
Five Mill Tree Method 1208
Five Mill Tree Method 1208Five Mill Tree Method 1208
Five Mill Tree Method 1208
 
Limits of Computation
Limits of ComputationLimits of Computation
Limits of Computation
 
IoT, Zeno's Paradox, Reductio Ad Absurdum, and Driving Fast 04092014
IoT, Zeno's Paradox, Reductio Ad Absurdum, and Driving Fast 04092014IoT, Zeno's Paradox, Reductio Ad Absurdum, and Driving Fast 04092014
IoT, Zeno's Paradox, Reductio Ad Absurdum, and Driving Fast 04092014
 
The logic of informal proofs
The logic of informal proofsThe logic of informal proofs
The logic of informal proofs
 
John stuart Mill on Reference and Meaning
John stuart Mill on Reference and MeaningJohn stuart Mill on Reference and Meaning
John stuart Mill on Reference and Meaning
 
Understanding arguments
Understanding argumentsUnderstanding arguments
Understanding arguments
 
8 chapter eightpowerpoint
8 chapter eightpowerpoint8 chapter eightpowerpoint
8 chapter eightpowerpoint
 
Proof by contradiction
Proof by contradictionProof by contradiction
Proof by contradiction
 
Abbreviated Truth Tables
Abbreviated Truth TablesAbbreviated Truth Tables
Abbreviated Truth Tables
 
Chapter 8 induction
Chapter 8 inductionChapter 8 induction
Chapter 8 induction
 

Similar to 3 computing truth tables

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
PriyalMayurManvar
 
20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx
20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx
20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx
ssuser92109d
 
DMS UNIT-1 ppt.pptx
DMS UNIT-1 ppt.pptxDMS UNIT-1 ppt.pptx
DMS UNIT-1 ppt.pptx
DrMadhavaReddyCh
 
DM(1).pptx
DM(1).pptxDM(1).pptx
DM(1).pptx
PradeeshSAI
 
Artificial intelligent Lec 5-logic
Artificial intelligent Lec 5-logicArtificial intelligent Lec 5-logic
Artificial intelligent Lec 5-logic
Taymoor Nazmy
 
desmath(1).ppt
desmath(1).pptdesmath(1).ppt
desmath(1).ppt
MemMem25
 
lectures in prolog in order to advance in artificial intelligence
lectures in prolog in order to advance in artificial intelligencelectures in prolog in order to advance in artificial intelligence
lectures in prolog in order to advance in artificial intelligence
AlaaCHOUMANE
 
Chapter 1: The Foundations: Logic and Proofs
Chapter 1: The Foundations: Logic and ProofsChapter 1: The Foundations: Logic and Proofs
Chapter 1: The Foundations: Logic and Proofs
ProfSHananeel
 
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
 
Logic&proof
Logic&proofLogic&proof
Logic&proof
Fathan Hakim
 
logicproof-141212042039-conversion-gate01.pdf
logicproof-141212042039-conversion-gate01.pdflogicproof-141212042039-conversion-gate01.pdf
logicproof-141212042039-conversion-gate01.pdf
PradeeshSAI
 
Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...
Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...
Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...
Ashish Duggal
 
Per3 logika&amp;pembuktian
Per3 logika&amp;pembuktianPer3 logika&amp;pembuktian
Per3 logika&amp;pembuktian
Evert Sandye Taasiringan
 
2.pdf
2.pdf2.pdf
Metalogic: The non-algorithmic side of the mind
Metalogic: The non-algorithmic side of the mindMetalogic: The non-algorithmic side of the mind
Metalogic: The non-algorithmic side of the mind
Haskell Lambda
 
AppTheories_L3
AppTheories_L3AppTheories_L3
AppTheories_L3
Manu Muñoz H
 
CPSC 125 Ch 1 sec 2
CPSC 125 Ch 1 sec 2CPSC 125 Ch 1 sec 2
CPSC 125 Ch 1 sec 2David Wood
 
Basic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.pptBasic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.ppt
samalaramesh4
 

Similar to 3 computing truth tables (20)

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
 
20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx
20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx
20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx
 
DMS UNIT-1 ppt.pptx
DMS UNIT-1 ppt.pptxDMS UNIT-1 ppt.pptx
DMS UNIT-1 ppt.pptx
 
DM(1).pptx
DM(1).pptxDM(1).pptx
DM(1).pptx
 
Logic
LogicLogic
Logic
 
Artificial intelligent Lec 5-logic
Artificial intelligent Lec 5-logicArtificial intelligent Lec 5-logic
Artificial intelligent Lec 5-logic
 
desmath(1).ppt
desmath(1).pptdesmath(1).ppt
desmath(1).ppt
 
lectures in prolog in order to advance in artificial intelligence
lectures in prolog in order to advance in artificial intelligencelectures in prolog in order to advance in artificial intelligence
lectures in prolog in order to advance in artificial intelligence
 
Chapter 1: The Foundations: Logic and Proofs
Chapter 1: The Foundations: Logic and ProofsChapter 1: The Foundations: Logic and Proofs
Chapter 1: The Foundations: Logic and Proofs
 
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 د. خالد بكرو
 
Logic&proof
Logic&proofLogic&proof
Logic&proof
 
logicproof-141212042039-conversion-gate01.pdf
logicproof-141212042039-conversion-gate01.pdflogicproof-141212042039-conversion-gate01.pdf
logicproof-141212042039-conversion-gate01.pdf
 
Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...
Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...
Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...
 
Per3 logika&amp;pembuktian
Per3 logika&amp;pembuktianPer3 logika&amp;pembuktian
Per3 logika&amp;pembuktian
 
2.pdf
2.pdf2.pdf
2.pdf
 
Metalogic: The non-algorithmic side of the mind
Metalogic: The non-algorithmic side of the mindMetalogic: The non-algorithmic side of the mind
Metalogic: The non-algorithmic side of the mind
 
AppTheories_L3
AppTheories_L3AppTheories_L3
AppTheories_L3
 
CPSC 125 Ch 1 sec 2
CPSC 125 Ch 1 sec 2CPSC 125 Ch 1 sec 2
CPSC 125 Ch 1 sec 2
 
Basic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.pptBasic Connectives and Truth Tables.ppt
Basic Connectives and Truth Tables.ppt
 
Course notes1
Course notes1Course notes1
Course notes1
 

More from jennytuazon01630

COMBINED VARIATION.pptx
COMBINED VARIATION.pptxCOMBINED VARIATION.pptx
COMBINED VARIATION.pptx
jennytuazon01630
 
Grade 7 Mathematics Week 4 2nd Quarter
Grade 7 Mathematics Week 4 2nd QuarterGrade 7 Mathematics Week 4 2nd Quarter
Grade 7 Mathematics Week 4 2nd Quarter
jennytuazon01630
 
Adding similar fractions
Adding similar fractionsAdding similar fractions
Adding similar fractions
jennytuazon01630
 
Oragnization and management
Oragnization and management   Oragnization and management
Oragnization and management
jennytuazon01630
 
INTRODUCTION TO ALGEBRA
INTRODUCTION TO ALGEBRAINTRODUCTION TO ALGEBRA
INTRODUCTION TO ALGEBRA
jennytuazon01630
 
Integers
IntegersIntegers
Cell organelles
Cell organellesCell organelles
Cell organelles
jennytuazon01630
 
measurements
measurementsmeasurements
measurements
jennytuazon01630
 
Properties of real numbers
Properties of real numbersProperties of real numbers
Properties of real numbers
jennytuazon01630
 
Learning the principle of subsidiarity
Learning the principle of subsidiarityLearning the principle of subsidiarity
Learning the principle of subsidiarity
jennytuazon01630
 
Order of operations
Order of operationsOrder of operations
Order of operations
jennytuazon01630
 
Divisibility rules 2 to 12
Divisibility rules 2 to 12Divisibility rules 2 to 12
Divisibility rules 2 to 12
jennytuazon01630
 
Addition and Subtraction of whole numbers
Addition and Subtraction of whole numbersAddition and Subtraction of whole numbers
Addition and Subtraction of whole numbers
jennytuazon01630
 
Terms used in statistics july 7
Terms used in statistics  july 7Terms used in statistics  july 7
Terms used in statistics july 7
jennytuazon01630
 
Introduction to statistics
Introduction to statisticsIntroduction to statistics
Introduction to statistics
jennytuazon01630
 
Graphical presentation of data
Graphical presentation of dataGraphical presentation of data
Graphical presentation of data
jennytuazon01630
 
Measures of variability
Measures of variabilityMeasures of variability
Measures of variability
jennytuazon01630
 
Experimental prob grand_demo_ppt2 (2)
Experimental prob grand_demo_ppt2 (2)Experimental prob grand_demo_ppt2 (2)
Experimental prob grand_demo_ppt2 (2)
jennytuazon01630
 
Parts of a circle
Parts of a circleParts of a circle
Parts of a circle
jennytuazon01630
 
Symbolic logic worksheet 3
Symbolic logic worksheet 3Symbolic logic worksheet 3
Symbolic logic worksheet 3
jennytuazon01630
 

More from jennytuazon01630 (20)

COMBINED VARIATION.pptx
COMBINED VARIATION.pptxCOMBINED VARIATION.pptx
COMBINED VARIATION.pptx
 
Grade 7 Mathematics Week 4 2nd Quarter
Grade 7 Mathematics Week 4 2nd QuarterGrade 7 Mathematics Week 4 2nd Quarter
Grade 7 Mathematics Week 4 2nd Quarter
 
Adding similar fractions
Adding similar fractionsAdding similar fractions
Adding similar fractions
 
Oragnization and management
Oragnization and management   Oragnization and management
Oragnization and management
 
INTRODUCTION TO ALGEBRA
INTRODUCTION TO ALGEBRAINTRODUCTION TO ALGEBRA
INTRODUCTION TO ALGEBRA
 
Integers
IntegersIntegers
Integers
 
Cell organelles
Cell organellesCell organelles
Cell organelles
 
measurements
measurementsmeasurements
measurements
 
Properties of real numbers
Properties of real numbersProperties of real numbers
Properties of real numbers
 
Learning the principle of subsidiarity
Learning the principle of subsidiarityLearning the principle of subsidiarity
Learning the principle of subsidiarity
 
Order of operations
Order of operationsOrder of operations
Order of operations
 
Divisibility rules 2 to 12
Divisibility rules 2 to 12Divisibility rules 2 to 12
Divisibility rules 2 to 12
 
Addition and Subtraction of whole numbers
Addition and Subtraction of whole numbersAddition and Subtraction of whole numbers
Addition and Subtraction of whole numbers
 
Terms used in statistics july 7
Terms used in statistics  july 7Terms used in statistics  july 7
Terms used in statistics july 7
 
Introduction to statistics
Introduction to statisticsIntroduction to statistics
Introduction to statistics
 
Graphical presentation of data
Graphical presentation of dataGraphical presentation of data
Graphical presentation of data
 
Measures of variability
Measures of variabilityMeasures of variability
Measures of variability
 
Experimental prob grand_demo_ppt2 (2)
Experimental prob grand_demo_ppt2 (2)Experimental prob grand_demo_ppt2 (2)
Experimental prob grand_demo_ppt2 (2)
 
Parts of a circle
Parts of a circleParts of a circle
Parts of a circle
 
Symbolic logic worksheet 3
Symbolic logic worksheet 3Symbolic logic worksheet 3
Symbolic logic worksheet 3
 

Recently uploaded

Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 

Recently uploaded (20)

Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 

3 computing truth tables

  • 1. Computing Truth Values SYMBOLIC LOGIC
  • 2. SYMBOLIC LOGIC Definition An assertion is a statement. A proposition is a statement which is either true or false. If a proposition is true we assign the truth value “TRUE” to it. If a proposition is false, we assign the truth value “FALSE” to it. We will denote by “T” or “1”, for the truth value TRUE and by “F" or “0” for the truth value FALSE.
  • 3. SYMBOLIC LOGIC Examples The following are examples of propositions: 1. 2 > 4 2. The billionth prime, when written in base 10, ends in a 3. 3. All men are mortals. 4. 9 is a prime number.
  • 4. SYMBOLIC LOGIC Non-Examples The following are non-examples of propositions: 1. x < y 2. Factor 푥2 + 2푥 + 1. 3. 푥 = 10 4. How old are you?
  • 5. *Decide whether the following are propositions or not: SYMBOLIC LOGIC 1. 23 = z 2. 10 – 7 = 3 3. 5 < 27 4. All women are mammals. 5. Where do you live?
  • 6. SYMBOLIC LOGIC Definition A propositional variable, denoted by 푃, 푄, 푅 … denotes an arbitrary proposition with an unspecified truth value. A propositional variable is a variable that represents a proposition.
  • 7. SYMBOLIC LOGIC Do Worksheet 1
  • 8. SYMBOLIC LOGIC Definition Given two propositional variables 푃 and 푄. These two propositional variables maybe combined to form a new one. These are combined using the logical operators or logical connectives : “and”, “or” or “not”.
  • 9. SYMBOLIC LOGIC These new proposition are: 1. (Conjunction of P and Q) P and Q, denoted by 푃 푄; 2. (Disjunction of P and Q) P or Q, denoted by 푃 푄; 3. (Negation of P) not P, denoted by ¬ 푃. Truth Tables 푃 ¬ 푃 1 0 0 1 푃 푄 푃 푄 푃 푄 1 1 1 1 1 0 0 1 0 1 0 1 0 0 0 0 Note: Other books represent the negation of P as ~P.
  • 10. SYMBOLIC LOGIC Inclusive and exclusive disjunction: 1. Inclusive disjunction denoted by 푃 푄 is True when either or both of the disjuncts are True. 2. Exclusive disjuction denoted by P ⋁ Q is True when only one of the disjuncts is true and the other is false. Truth Table: 푃 푄 푃 푄 P ⋁ Q 1 1 1 0 1 0 1 1 0 1 1 1 0 0 0 0
  • 11. SYMBOLIC LOGIC Do Worksheet 2 & 3
  • 12. SYMBOLIC LOGIC Definition The proposition “P implies Q”, denoted by 푃⟹Q is called an implication. The operand P is called the hypothesis, premise or antecedent while the operand Q is called the conclusion or the consequence 푃 푄 푃⟹Q 0 0 1 0 1 1 1 0 0 1 1 1
  • 13. SYMBOLIC LOGIC Definition Given the implication 푃⟹Q , its converse is 푄⟹P , its inverse is¬푃⟹¬Q, and its contrapositive is ¬푄⟹¬P . The operand P is called the hypothesis, premise or antecedent and the operand Q is called the conclusion or the consequence 푃 푄 푃⟹Q ¬푃⟹¬Q 푄⟹P ¬푄⟹¬P 0 0 1 0 1 1 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 1 1
  • 14. SYMBOLIC LOGIC Definition A biconditional proposition is expressed linguistically by preceding either component by ‘if and only if ’. The truth table for a biconditional propositional form, symbolised by P ⟷ Q is shown below. 푃 푄 P ⟷ Q 0 0 1 0 1 0 1 0 0 1 1 1
  • 15. SYMBOLIC LOGIC Do Worksheet 4
  • 16. SYMBOLIC LOGIC Definition A propositional form is an assertion which contains at least one propositional variable and maybe generated by the following rules: 1. A propositional variable standing alone is a propositional form; 2. If P is a propositional form, then Q is also a propositional form; 3. If P and Q are propositional forms, then 푃 푄, 푃 푄, 푃 ⟺ 푄 are propositional forms; 4. A string of symbols containing propositional variables, connectives and parentheses is a propositional form if and only if it can be obtained by infinitely many applications of rules (1.); (2.) or (3.) above.
  • 17. Definition Let X be a set of propositions. A truth assignment (to X) is a function  : X  {true, false} that assigns to each propositional variable a truth value. (A truth assignment corresponds to one row of the truth table. If a truth value of a compound proposition under truth assignment  is true, we say that  satisfies P, otherwise we say that  falsifies P. A tautology is a propositional form where every truth assignment satisfies P, i.e. All entries of its truth table are true. A contradiction or absurdity is a propositional form where every truth assignment is false; A contingency is a propositional form that is neither tautology nor contradiction.
  • 18. Examples: P V P is a tautology. P  P is a contradiction. For each of the following compound propositions determine if it is a tautology, contradiction or contingency: 1. (p v q)  p  q 2. P v q v r v (p  q  r) 3. (p  q)  (p v q)
  • 19. SYMBOLIC LOGIC Do Worksheet 5
  • 20. SYMBOLIC LOGIC Definition A logically equivalent propositional form have identical values for each assignment of the truth values to their component propositional variables. We can denote the logical equivalent variables P and Q as: 푃 ⟺ 푄 or 푃 ≡ 푄 (푥 + 2)2 and 푥2 + 4푥 + 4 are regarded as equivalent algebraic expressions.
  • 21. Example Show that P ⟹ Q and ¬P ⋁ Q are logically equivalent propositional forms. 푃 푄 P ⟹ Q ¬P ¬P ⋁ Q 0 0 1 1 1 0 1 1 1 1 1 0 0 0 0 1 1 1 0 1 P ⟹ Q and ¬P ⋁ Q are logically equivalent propositional forms. SYMBOLIC LOGIC
  • 22. Example Given the propositional forms Q ⋁ ¬P, ¬Q ⟹ ¬P and ¬P ⋀ ¬Q, between which pairs of these forms does the relation logical equivalence exist? 푃 푄 ¬P ¬Q Q ⋁ ¬P ¬Q ⟹ ¬P ¬P ⋀ ¬Q, 0 0 1 1 1 1 0 0 1 1 0 1 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 1 ¬Q ⟹ ¬P and ¬P ⋀ ¬Q are logically equivalent SYMBOLIC LOGIC
  • 23. The following are logical identities or rules of replacement. SYMBOLIC LOGIC
  • 27. SYMBOLIC LOGIC Example Show that ¬(Q ⋀ P) ⟺ P ⟹¬Q. Solution ¬(Q ⋀ P) ⟺ ¬Q ⋁¬P (De Morgan’s) ⟺ ¬P ⋁¬Q (Commutativity) ⟺ P ⟹¬Q (MI)
  • 28. SYMBOLIC LOGIC Example Show that P ⋀ [(P ⋀ Q) ⋁ R] ⟺ P ⋀ (Q ⋁ R). Solution P ⋀ [(P ⋀ Q) ⋁ R] ⟺ [P ⋀ (P ⋀ Q)] ⋁ (P ⋀ R) (Dist) ⟺ [(P ⋀ P) ⋀ Q] ⋁ (P ⋀ R) (Assoc) ⟺ (P ⋀ Q) ⋁ (P ⋀ R) (Indempotence) ⟺ P ⋀ (Q ⋁ R) (Dist)
  • 29. SYMBOLIC LOGIC Do Worksheet 6
  • 30. SYMBOLIC LOGIC Definition An argument is a collection of propositions wherein it is claimed that one of the propositions, called the conclusion, follows from the other propositions, called the premise of the argument. the conclusion is usually preceded by such words as therefore, hence, then, consequently. Classification of Arguments: 1. Inductive argument is an argument where it is claimed that within a certain probability of error, the conclusion follows from a premise; and 2. Deductive argument is an argument where is it claimed that the conclusion absolutely follows from the premise.
  • 31. A deductive argument is said to be valid if whenever the premises are all true, then the conclusion is also true. In other words if 푃1, 푃2, … 푃푛 are premises and Q is the conclusion of the argument 푃1 푎푛푑 푃2, 푎푛푑 … 푃푛 therefore Q is valid if and only if the corresponding prepositional form SYMBOLIC LOGIC (푃1 푃2 … 푃푛) ⟹ 푄, is a tautology. Otherwise, the argument is invalid.
  • 32. To show that an argument is invalid, we have to show an instance where the conclusion is false and the premises are all true. Show that the following argument is invalid using Truth Table. SYMBOLIC LOGIC
  • 33. To show the validity of arguments, we may use the truth table. However, this method is impractical specially if the argument contains several propositional variables. A more convenient method is by deducing the conclusion from the premises by a sequence of shorter, more elementary arguments known to be valid. SYMBOLIC LOGIC
  • 34. SYMBOLIC LOGIC Rules of Inference These are known valid argument forms.
  • 38. Construct a formal proof of validity of the following arguments: a) Jack is in Paris only if Mary is in New York. Jack is in Paris and Fred is in Rome. Therefore, Mary is in New York. b) If Mark is correct then unemployment will rise and if Ann is correct then there will be a hard winter. Ann is correct. Therefore unemployment will rise or there will be a hard winter or both. SYMBOLIC LOGIC
  • 39. SYMBOLIC LOGIC Solution for (a): J: Jack is in Paris. M: Mary is in New York. F: Fred Is in Rome. The premises of the argument are J ⟹ M and J ⋀ F. The conclusion is M. 1. J ⟹ M (premise) 2. J ⋀ F (premise) 3. J (2. Simp) 4. M (1, 3. MP)
  • 40. SYMBOLIC LOGIC Solution for (b): M: Mark is correct. U: Unemployment will rise. A: Ann is correct. H: There will be a hard winter. The premises of the argument are: (M ⟹ U) ⋀ (A ⟹ H) and A. The conclusion is: U ⋁ H. 1. (M ⟹ U) ⋀ (A ⟹ H) (premise) 2. A (premise) 3. (A ⟹ H) ⋀ (M ⟹ U) (1. Comm) 4. A ⟹ H (3. Simp) 5. H (4, 2. MP) 6. H ⋁ U (5. Add) 7. U ⋁ H (6. Comm)
  • 41. SYMBOLIC LOGIC Alternative Solution for (b): M: Mark is correct. U: Unemployment will rise. A: Ann is correct. H: There will be a hard winter. The premises of the argument are: (M ⟹ U) ⋀ (A ⟹ H) and A. The conclusion is: U ⋁ H. 1. (M ⟹ U) ⋀ (A ⟹ H) (premise) 2. A (premise) 3. A ⋁ M (2. Add) 4. M ⋁ A (3. Comm) 5. U ⋁ H (1, 4. CD)
  • 42. SYMBOLIC LOGIC Do Worksheet 7
  • 43. Definition A conditional proof is a method of formal proof which is particularly useful in establishing the validity of an argument. The argument has a conclusion which can be expressed as a conditional proposition. Consider an argument form with premises p1, p2,…,pn and conclusion q  r. Note that this argument form is valid if and only if (p1 p2…pn ) (q  r). Now the exportation replacement rule states that p  (q  r)  (p  q)  r. So that the validity of the condition (p1 p2…pn ) (q  r) is a tautology can be replaced by (p1 p2…pn q) r is a tautology.
  • 44. SYMBOLIC LOGIC Example Prove the validity of the following arguments using the method of conditional proof. 1. If we have a party then we’ll invite Lana and Bob. If we invite Lana or Bob then we must invite Jake. Therefore if we have a party then we must invite Jake. Solution We symbolize the following simple propositions: P: We have a party B: We’ll invite Bob. L: We’ll invite Lana. J: We must invite Jake.
  • 45. SYMBOLIC LOGIC (Continued) The premises of the argument are: P ⟹ (L ⋀ B) and (L ⋁ B) ⟹ J The conclusion is the conditional P ⟹ J. Proof: 1. P ⟹ (L ⋀ B) (premise) 2. (L ⋁ B) ⟹ J (premise) 3. P (CP) 4. L ⋀ B (1, 3. MP) 5. L (4. Simp) 6. L ⋁ B (5. Add) 7. J (2, 6. MP) 8. P ⟹ J (3 – 7. CP)
  • 46. SYMBOLIC LOGIC Example 2. If we invite Lana then Jake will sulk, and if we invite Bob then Alice will leave. So if we invite Lana and Bob then Jake will sulk and Alice will leave. Solution We symbolize the following simple propositions: L: We invite Lana. B: We invite Bob. J: Jake will sulk. A: Alice will leave. The premise of the argument is: (L ⟹ J) ⋀ (B ⟹ A) and the conclusion is (L ⋀ B) ⟹ (J ⋀ A).
  • 47. SYMBOLIC LOGIC Solution Proof: 1. (L ⟹ J) ⋀ (B ⟹ A) (premise) 2. L ⋀ B (CP) 3. L ⟹ J (1. Simp) 4. (B ⟹ A) ⋀ (L ⟹ J) (1. Com) 5. B ⟹ A (4. Simp) 6. L (2. Simp) 7. J (3, 6. MP) 8. B ⋀ L (2. Com) 9. B (8. Simp) 10. A (5, 9. MP) 11. J ⋀ A (7, 10. Conj) 12. (L ⋀ B) ⟹ (J ⋀ A) (2 – 11. CP)
  • 48. SYMBOLIC LOGIC Do Worksheet 8

Editor's Notes

  1. If the conclusion is true regardless of the premise, the implication is always true.
  2. A biconditional propositional form is true only when both its components have the same truth value.
  3. Logically equivalent forms can therefore be regarded as alternative expressions of a propositional form.
  4. Logically equivalent forms can therefore be regarded as alternative expressions of a propositional form.