Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Logical Connectives
Search
Ifeanyi Oraelosi
April 19, 2015
Science
0
43
Logical Connectives
Ifeanyi Oraelosi
April 19, 2015
Tweet
Share
More Decks by Ifeanyi Oraelosi
See All by Ifeanyi Oraelosi
Propositional Logic
ioraelosi
0
180
Other Decks in Science
See All in Science
ICRA2024 速報
rpc
3
5.5k
科学で迫る勝敗の法則(名城大学公開講座.2024年10月) / The principle of victory discovered by science (Open lecture in Meijo Univ. 2024)
konakalab
0
230
Iniciativas independentes de divulgação científica: o caso do Movimento #CiteMulheresNegras
taisso
0
430
All-in-One Bioinformatics Platform Realized with Snowflake ~ From In Silico Drug Discovery, Disease Variant Analysis, to Single-Cell RNA-seq
ktatsuya
PRO
0
260
(2024) Livres, Femmes et Math
mansuy
0
110
(論文読み)贈り物の交換による地位の競争と社会構造の変化 - 文化人類学への統計物理学的アプローチ -
__ymgc__
1
130
FOGBoston2024
lcolladotor
0
120
butterfly_effect/butterfly_effect_in-house
florets1
1
110
Coqで選択公理を形式化してみた
soukouki
0
230
拡散モデルの原理紹介
brainpadpr
3
5.2k
Causal discovery based on non-Gaussianity and nonlinearity
sshimizu2006
0
200
【人工衛星開発】能見研究室紹介動画
02hattori11sat03
0
160
Featured
See All Featured
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
111
49k
Building Adaptive Systems
keathley
38
2.3k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Docker and Python
trallard
42
3.2k
Code Review Best Practice
trishagee
65
17k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
BBQ
matthewcrist
85
9.4k
GitHub's CSS Performance
jonrohan
1031
460k
A Modern Web Designer's Workflow
chriscoyier
693
190k
The World Runs on Bad Software
bkeepers
PRO
66
11k
Transcript
None
“Our life is frittered away by detail. Simplify, simplify.” Henry
David Thoreau
Logical Connectives Demystifying the symbols ¬, ∧, ∨ and ⊕
Ifeanyi Oraelosi - Trainer, Andela
Logical Negation ”NOT”
Logical Negation - Unary operator ¬ - Converts a proposition
p to another proposition ¬p such that ¬p is false when p is true and vice versa. - “not p”
Logical Negation Truth table Venn Diagram p ¬p F T
T F p ¬p
Logical Conjunction “AND”
Logical Conjunction - Binary operator ∧ - Combines two propositions
p and q to create a compound proposition p ∧ q such that p ∧ q is true only when p is true and q is true. - “p and q”
Logical Conjunction Truth table Venn Diagram p q p ∧
q F F F F T F T F F T T T p p p ∧ q q
Logical Inclusive Disjunction ”OR”
Logical Inclusive Disjunction - Binary operator ∨ - Combines two
propositions p and q to create a compound proposition p ∨ q such that p ∨ q is false only when p is false and q is false. - “p or q”
Logical Inclusive Disjunction Truth table Venn Diagram p q p
∨ q F F F F T T T F T T T T p p ∨ q
Logical Exclusive Disjunction ?
Logical Exclusive Disjunction - Binary operator ⊕ - Combines two
propositions p and q to create a compound proposition p ⊕ q such that p ⊕ q is false when both p and q are true or when both p and q are false.
Logical Exclusive Disjunction Truth table Venn Diagram p q p
⊕ q F F F F T T T F T T T F p p ⊕ q p ⊕ q
Exhale.
Activity. The Art of Translation Let p be the proposition
“This meetup will end by exactly 5pm” and q be the proposition “Propositional logic is too abstract”. Let’s express the following as natural English sentences: - ¬ p - ¬ q - p ∧ q - p ∨ q - ¬ p ∨ q - ¬ q ∨ ¬ p
“If you don't know where you are going any road
can take you there.” Lewis Carroll