Homework problems: Nested quantifiers(1.9-1.10)
Determine the truth value of each expression below ifthe domain is the set of all real numbers.
∃x∀y (xy = 0) (If true, give an example.)
∀x∀y∃z (z = (x - y)/3) (If false, give acounterexample.)
∀x∀y (xy = yx) (If false, give acounterexample.)
∃x∃y∃z (x2 + y2 = z2) (If true, give anexample.)
Redo the above (problem 1), with the domain of positiveintegers.
 Â
Translate each of the following English statements intological expressions. The domain of discourse is the set of allintegers.
There are two numbers whose sum is equal to theirproduct.
The product of every two positive integers ispositive.
Every positive integer can be expressed as the sum ofthe squares of four integers.
There is a positive integer that is smaller than allother positive integers.
The domain of discourse is the members of a chess club.The predicate B(x, y) means that person x has beaten person y atsome point in time. Give a logical expression equivalent to thefollowing English statements.
No one has ever beat Nancy.
Everyone has been beaten before.
Everyone has won at least one game.
No one has beaten both Ingrid and Dominic.
There are two members who have never beenbeaten.
Translate each of the following English statements intological expressions. The domain of discourse is the set of all realnumbers.
The reciprocal of every positive number ispositive.
There is no smallest number.
There are two numbers whose ratio is less than1.
Write the negation of each of the following logicalexpressions so that all negations immediately precedepredicates.
∀x ∃y ∃z P(y, x, z)
∃x ∃y P(x, y) ∧ ∀x ∀y Q(x, y)
∃x ∀y ( P(x, y) ↔ P(y, x) )
∃x ∀y ( P(x, y) → Q(x, y) )
Homework problems: Logical reasoning(1.11-1.13)
Use a truth table to prove the conclusion from thehypotheses. The hypotheses are:
If I drive on the freeway, I will see thefire.
I will either drive on the freeway or take surfacestreets.
I am not going to take surface streets.
Conclude that I will see the fire.
Use the following variable names:
Use the laws of logic to prove the conclusion from thehypotheses. Give propositions and predicate variable names in yourproof. Use the set of all students as the domain of discourse. Thehypotheses are:
Conclude that Larry and Hubert can takeAlgorithms.
Use the laws of logic to prove the conclusion from thehypotheses. Give propositions and predicate variable names in yourproof. Use the set of all people as the domain of discourse. Thehypotheses are:
Conclude that someone in the orchestra is a goodmusician.
Which of the following arguments are valid? Explain yourreasoning.
I have a student in my class who is getting an A.Therefore, John, a student in my class is getting anA.
Every girl scout who sells at least 50 boxes of cookieswill get a prize. Suzy, a girl scout, got a prize. Therefore Suzysold 50 boxes of cookies.
Use the laws of logic to show that ∀x(P(x) ∧ Q(x))implies that ∀x Q(x) ∧ ∀x P(x).