Discrete Math. (Logically equivalent)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
persian52
Messages
13
Reaction score
0
See attachment for the question.

----------------
∀x ∈ D, if P(x) then Q(x). this means ∀x P(x) -> Q(x).
all you have to do is find a value for x
∀x this means for ALL x right
so you can choose ANY element
but for the E its only things in the domain
so all you have to do is choose an x that's not in E's domain
and then you can say therefore its not logically equivalent.

I think am wrong.

----------------
Please help me out with this problem.
thank you in advance.
 

Attachments

  • hmassig.jpg
    hmassig.jpg
    10.5 KB · Views: 527
  • table2.png
    table2.png
    15.1 KB · Views: 623
Physics news on Phys.org
The question is a little unclear. First, you list four rules of inference for quantifiers in cut form. OK. Then, since you are talking about the all quantifier, I presume you want to refer to the first one. So, you start with
[itex]\forall[/itex] x [itex]\in[/itex] D (P(x)[itex]\Rightarrow[/itex] Q(x))
Then, instance with c, P(c)[itex]\Rightarrow[/itex] Q(c). No problem here.
But then you say that you can choose any c, including one not in the domain (of the quantifier, I presume you mean, in this case D), which contradicts your original statement which bounded your quantifier to D.
Then you start mentioning "E": I am not sure whether you are referring to the existential quantifier [itex]\exists[/itex] or the set membership relation [itex]\in[/itex].
Then you say that "it's" not logically equivalent. So far, no equivalence has been mentioned, so what is "it"? and what is it not equivalent to?
Please clarify your question, and then I would be glad to help.
 
^There were two pages to what he posted. The question asks about:

[itex]\exists x ( P(x) \rightarrow Q(x) )[/itex], and
[itex](\forall x) P(x) \rightarrow (\exists x) Q(x)[/itex]

Are they logically equivalent? No. There is more than one way to argue it. One obvious thing to take note of is that the in the first statement, the existential binds both instances of little x.
This statement can be translated as "there exists an object such that P(x) implies Q(x)" (same x)

There is more than one structural difference between the first statement and the second. Can you think of any?
 
Before one could even touch the question as to whether the two statements are equivalent, one would have to make sure that they both make sense. The first one, of course, does, but the second one does not even make sense. What is meant, I think, is
[itex]\forall[/itex]x P(x) [itex]\rightarrow[/itex][itex]\exists[/itex]y Q(y).

Once that has been cleaned up, one can proceed to show that they are not equivalent.
 
^Come to think of it, nomadreid is absolutely correct. I had parsed the notation to the only thing that made sense in my mind (what you wrote), assuming it was just a strange notation. But I haven't seen it elsewhere.
 
thank you guys for the help!