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
50
Logical Connectives
Ifeanyi Oraelosi
April 19, 2015
Tweet
Share
More Decks by Ifeanyi Oraelosi
See All by Ifeanyi Oraelosi
Propositional Logic
ioraelosi
0
310
Other Decks in Science
See All in Science
コンピュータビジョンによるロボットの視覚と判断:宇宙空間での適応と課題
hf149
1
320
Trend Classification of InSAR Displacement Time Series Using SAE–CNN
satai
4
620
05_山中真也_室蘭工業大学大学院工学研究科教授_だてプロの挑戦.pdf
sip3ristex
0
630
2025-06-11-ai_belgium
sofievl
1
150
LayerXにおける業務の完全自動運転化に向けたAI技術活用事例 / layerx-ai-jsai2025
shimacos
2
1.5k
機械学習 - K近傍法 & 機械学習のお作法
trycycle
PRO
0
1.2k
データベース12: 正規化(2/2) - データ従属性に基づく正規化
trycycle
PRO
0
960
MCMCのR-hatは分散分析である
moricup
0
440
06_浅井雄一郎_株式会社浅井農園代表取締役社長_紹介資料.pdf
sip3ristex
0
620
機械学習 - pandas入門
trycycle
PRO
0
310
AIに仕事を奪われる 最初の医師たちへ
ikora128
0
970
点群ライブラリPDALをGoogleColabにて実行する方法の紹介
kentaitakura
1
390
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
330
21k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
The Language of Interfaces
destraynor
161
25k
Facilitating Awesome Meetings
lara
55
6.5k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
A Modern Web Designer's Workflow
chriscoyier
696
190k
Designing for humans not robots
tammielis
253
25k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Practical Orchestrator
shlominoach
190
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