Lecture notes Flashcards
1
Q
Statement
A
a sentence which is either true or false, but not both
2
Q
not(P or Q) is equivalent to
A
not(P) and not(Q)
3
Q
not(P and Q) is equivalent to
A
not(P) or not(Q)
4
Q
converse of P =⇒ Q
A
Q =⇒ P
5
Q
contrapositive of P =⇒ Q
A
(not Q) =⇒ (not P)
6
Q
“not(P =⇒ Q)” is equivalent to
A
“P and not(Q)”
7
Q
Triangle inequality
A
For all x, y ∈ R, |x + y| ≤ |x| + |y|
8
Q
Symbolically, the set A ⊆ R is bounded above if and only if
A
∃M ∈ R s.t. ∀a ∈ A, a ≤ M
9
Q
A is bounded below if and only if
A
∃m ∈ R s.t. ∀a ∈ A, m ≤ a
10
Q
Let A ⊆ R. Then A is bounded if and only if
A
∃K > 0 s.t. ∀a ∈ A, |a| ≤ K
11
Q
A