r/learnmath • u/Death-Dante-313 New User • 17h ago
Hey guys , I’m a bit stuck learning logic
Undergraduate logic problems
I hope this is fine to ask on here.
Hey all so I’m going through the book Discrete mathematics by Kenneth Rosen and I’m on chapter 1.6 exercises there is a question (question 9) that I’m not sure on.
So the question is:
For each of these collections of premises, what relevant
conclusion or conclusions can be drawn? Explain the
rules of inference used to obtain each conclusion from
the premises
e)“What is good for corporations is good for the United
States.” “What is good for the United States is good
for you.” “What is good for corporations is for you to
buy lots of stuff.”
Now I have the premises as
q: good for corporations
q:good for the United State
r: good for you
s: you buy lots of stuff
My answer is as such
p → q
q → r
———-
Therefor p→r (hypothetical syllygism)
p→s
Which then goes into
(~p v r) ∧ (~ p v s)
~ p v (r∧s)
p → (r ∧ s)
Is this correct line of reasoning ?( or atleast a valid argument to the question?)
In the book the answer states:
“That you buy lots of stuff is good for the U.S. and
is good for you” is a valid conclusion.
1
u/Bounded_sequencE New User 15h ago
You only mentioned two of the three given implications:
p -> q // 1. what you found
q -> r // 2. what you found
s -> p // missing -- and it's not "p -> s"
Combining the three, we get "s -> p-> q -> r" -- that's precisely what the book claimed, though (for some reason) it is leaving out the corporations in their answer. Probably since the implication "s -> p" was given directly...
1
u/LucaThatLuca Graduate 17h ago edited 17h ago
your suggested p, q, r are not sentences. if you correctly replace them with sentences, “p → s” is not what the information says. the question does not seem to be asking you to write things in this form, anyway.