Math Symbols and Languages Flashcards
(~) && (¬)
Negations (~x) = (not x)
⇔
Equivalent (if and only if) =
p: this year has 366 days
q: this is a leap year
p ⇔ q
⇒
Implies (implication) =
p: a number is a multiple of 4
q: the number is even
p ⇒ q
∈
Belong to/is an element of (Set membership) =
A = {1, 2, 3}
2 ∈ A
∉
Not element of (Negation of set membership) =
A={1, 2, 3}
0 ∉ A
∀
for all (Universal Quantifier) =
2n is even ∀ n ∈ N
where N is a set of Natural Numbers
∃
there exists (Existential quantifier) =
b is divisible by a, then ∃ n ∈ N such that b = na
∄
there does not exist (Negation of existential quantifier) =
b is not divisible by a, then ∄ n ∈ N such that b = na
∵
because / since (Because shorthand) =
a = b, b = c
⇒ a = c (∵ a = b)
∴
therefore (Therefore shorthand (Logical consequence)) =
x + 6 = 10
∴ x = 4
e
e constant / Euler’s number (e = 2.718281828…) =
e = lim (1+1/x)x , x→∞
(&), (^) && (·)
Ampersand, Caret & dot (and) =
(a & y), (a ^ y), and (a · y)
(|), (∨), (+)
Vertical Line, Reversed Caret, & plus (or) =
(a | y), (a∨y), and (a + y)
⊕
circled plus / oplus (exclusive or – xor) = x ⊕ y