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
57
Logical Connectives
Ifeanyi Oraelosi
April 19, 2015
Tweet
Share
More Decks by Ifeanyi Oraelosi
See All by Ifeanyi Oraelosi
Propositional Logic
ioraelosi
0
370
Other Decks in Science
See All in Science
なぜ21は素因数分解されないのか? - Shorのアルゴリズムの現在と壁
daimurat
0
320
中央大学AI・データサイエンスセンター 2025年第6回イブニングセミナー 『知能とはなにか ヒトとAIのあいだ』
tagtag
PRO
0
130
タンパク質間相互作⽤を利⽤した⼈⼯知能による新しい薬剤遺伝⼦-疾患相互作⽤の同定
tagtag
PRO
0
170
【RSJ2025】PAMIQ Core: リアルタイム継続学習のための⾮同期推論・学習フレームワーク
gesonanko
0
690
LayerXにおける業務の完全自動運転化に向けたAI技術活用事例 / layerx-ai-jsai2025
shimacos
7
22k
データベース08: 実体関連モデルとは?
trycycle
PRO
0
1k
機械学習 - K近傍法 & 機械学習のお作法
trycycle
PRO
0
1.4k
AIに仕事を奪われる 最初の医師たちへ
ikora128
0
1k
Hakonwa-Quaternion
hiranabe
1
190
コミュニティサイエンスの実践@日本認知科学会2025
hayataka88
0
140
蔵本モデルが解き明かす同期と相転移の秘密 〜拍手のリズムはなぜ揃うのか?〜
syotasasaki593876
1
230
Kaggle: NeurIPS - Open Polymer Prediction 2025 コンペ 反省会
calpis10000
0
420
Featured
See All Featured
Typedesign – Prime Four
hannesfritz
42
3k
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.4k
Faster Mobile Websites
deanohume
310
31k
Testing 201, or: Great Expectations
jmmastey
46
8.1k
Crafting Experiences
bethany
1
81
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
480
Raft: Consensus for Rubyists
vanstee
141
7.4k
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
670
Abbi's Birthday
coloredviolet
2
5.3k
Producing Creativity
orderedlist
PRO
348
40k
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
130
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