A = {1, 2, 3, 5, 8, 13}Fill in the table below indicating the set that the expression evaluates to.
B = {1, 2, 3, 4, 5, 6, 7}
C = {5, 7, 9, 11, 13, 15}
Expression | Value |
---|---|
(A ∩ B) ∪ (A ∩ C) | |
C ∩ (A ∪ B) | |
C ∩ B | |
B ∪ C |
A = {x | x ∈ R ∧ x ≥ 1}Fill in the table below indicating "yes" or "no" whether the given function is onto and one-to-one for the given mapping.
B = {x | x ∈ R ∧ 0 ≤ x ≤ 1}
C = {x | x ∈ R ∧ -1 ≤ x ≤ 1}
Function | Mapping | Onto? | One-to-One? |
---|---|---|---|
f(x) = 1/x | A → B | ||
f(x) = x2 | B → C | ||
f(x) = x2 | B → B | ||
f(x) = x2 | C → B |
Rude(x) means that x is a rude person
Selfish(x) means that x is a selfish person
Criticize(x, y) means that x criticizes y
For the first three problems below, translate the given sentence into predicate logic using quantifiers when appropriate. No negation should appear in front of a quantifier or in front of a parenthesized expression.
(5 points) Everyone criticizes each of the selfish people.
(5 points) Some rude people are criticized by all of the selfish people.
(5 points) Only people who are either rude or selfish are criticized by other people.
(5 points) Translate the following predicate into English:
∃x (Criticize(x, x) ∧ ∀y (Criticize(y, y) → x = y))
(4 points) John is 21 or older
(4 points) Phillip cannot legally buy alcohol.
(4 points) Susan can legally buy alcohol.
(4 points) Martha is not 21 or older.
(4 points) John can vote.
2/5 + 2/52 + 2/53 ... + 2/5n = 1/2 - 1/(2 ⋅ 5n)Provide a formal definition for the overall proposition being proved (P(n)) using summation notation and indicate the domain for n. Then provide an inductive proof, clearly indicating where you are applying the inductive hypothesis.