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
49
Logical Connectives
Ifeanyi Oraelosi
April 19, 2015
Tweet
Share
More Decks by Ifeanyi Oraelosi
See All by Ifeanyi Oraelosi
Propositional Logic
ioraelosi
0
280
Other Decks in Science
See All in Science
トラブルがあったコンペに学ぶデータ分析
tereka114
2
1.6k
Explanatory material
yuki1986
0
310
証明支援系LEANに入門しよう
unaoya
0
1.1k
白金鉱業Meetup Vol.16_【初学者向け発表】 数理最適化のはじめの一歩 〜身近な問題で学ぶ最適化の面白さ〜
brainpadpr
11
2.2k
データベース09: 実体関連モデル上の一貫性制約
trycycle
PRO
0
680
深層学習を用いた根菜類の個数カウントによる収量推定法の開発
kentaitakura
0
160
Transport information Geometry: Current and Future II
lwc2017
0
150
科学で迫る勝敗の法則(名城大学公開講座.2024年10月) / The principle of victory discovered by science (Open lecture in Meijo Univ. 2024)
konakalab
0
350
3次元点群を利用した植物の葉の自動セグメンテーションについて
kentaitakura
2
1.2k
Introd_Img_Process_2_Frequ
hachama
0
560
Valuable Lessons Learned on Kaggle’s ARC AGI LLM Challenge (PyDataGlobal 2024)
ianozsvald
0
390
データベース02: データベースの概念
trycycle
PRO
2
750
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
The Invisible Side of Design
smashingmag
299
51k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.3k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.4k
KATA
mclloyd
29
14k
Writing Fast Ruby
sferik
628
61k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
GraphQLの誤解/rethinking-graphql
sonatard
71
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