Math Symbols and Languages Flashcards

1
Q

(~) && (¬)

A

Negations (~x) = (not x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A

Equivalent (if and only if) =
p: this year has 366 days
q: this is a leap year
p ⇔ q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A

Implies (implication) =
p: a number is a multiple of 4
q: the number is even
p ⇒ q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A

Belong to/is an element of (Set membership) =
A = {1, 2, 3}
2 ∈ A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A

Not element of (Negation of set membership) =
A={1, 2, 3}
0 ∉ A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A

for all (Universal Quantifier) =
2n is even ∀ n ∈ N
where N is a set of Natural Numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A

there exists (Existential quantifier) =
b is divisible by a, then ∃ n ∈ N such that b = na

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A

there does not exist (Negation of existential quantifier) =
b is not divisible by a, then ∄ n ∈ N such that b = na

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A

because / since (Because shorthand) =
a = b, b = c
⇒ a = c (∵ a = b)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A

therefore (Therefore shorthand (Logical consequence)) =
x + 6 = 10
∴ x = 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

e

A

e constant / Euler’s number (e = 2.718281828…) =
e = lim (1+1/x)x , x→∞

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

(&), (^) && (·)

A

Ampersand, Caret & dot (and) =
(a & y), (a ^ y), and (a · y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

(|), (∨), (+)

A

Vertical Line, Reversed Caret, & plus (or) =
(a | y), (a∨y), and (a + y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A

circled plus / oplus (exclusive or – xor) = x ⊕ y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly