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
52
Logical Connectives
Ifeanyi Oraelosi
April 19, 2015
Tweet
Share
More Decks by Ifeanyi Oraelosi
See All by Ifeanyi Oraelosi
Propositional Logic
ioraelosi
0
320
Other Decks in Science
See All in Science
Accelerated Computing for Climate forecast
inureyes
0
120
システム数理と応用分野の未来を切り拓くロードマップ・エンターテインメント(スポーツ)への応用 / Applied mathematics for sports entertainment
konakalab
1
410
Hakonwa-Quaternion
hiranabe
1
140
SciPyDataJapan 2025
schwalbe10
0
270
生成検索エンジン最適化に関する研究の紹介
ynakano
2
1.4k
アナログ計算機『計算尺』を愛でる Midosuji Tech #4/Analog Computing Device Slide Rule now and then
quiver
1
290
学術講演会中央大学学員会府中支部
tagtag
0
310
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
0
140
Transport information Geometry: Current and Future II
lwc2017
0
210
05_山中真也_室蘭工業大学大学院工学研究科教授_だてプロの挑戦.pdf
sip3ristex
0
660
論文紹介 音源分離:SCNET SPARSE COMPRESSION NETWORK FOR MUSIC SOURCE SEPARATION
kenmatsu4
0
330
知能とはなにかーヒトとAIのあいだー
tagtag
0
100
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
27
2k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Documentation Writing (for coders)
carmenintech
75
5k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
860
The Language of Interfaces
destraynor
162
25k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
51k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
A better future with KSS
kneath
239
18k
Fireside Chat
paigeccino
40
3.7k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
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