Sometimes, but not always, quantifiers distribute over logical operations. Determine which of the following pairs of statements are equivalent. In the case of nonequivalent pairs, give an example of propositional functions P(x) and Q(x) for which the paired statements are not equivalent problems and attempts coming in a bit...
a. (∀x) [P(x) ^ Q(x)] and (∃x)P(x) ^ (∃x)Q(x) I got. for the left hand side. All x's with p and q. For the right hand side Some x's with p or some x's with q. Is there a way to tell that they're not equivalent or are equivalent ? What if I switch P(x) and Q(x) in these problems? Or let P(x) and Q(x) be a function
b. (∃x)[P(x) ^ Q(x)] and (∃x)(P(x)) ^ (∃x)(Q(x)) left: some x's with p and q right: some x's with p and some x's with q
c.(∀x)[P(x) V Q(x)] and (∀x)P(x) V (∀x)Q(x) left There exists all values of x with p or q right There exists all values of P or there exists all values of Q.
d.(∃x)[(P(x) V Q(x)] and (∃x)P(x) V (∃x)Q(x) There exist some values of x in P or Q There exist some values of P or there exists some values of Q
( ∀x) [P(x) ---> Q(x) ] and ( ∀x)P(x) ---> ( ∀x)Q(x) Left: There exists all values of x in P as well as Q. Right: All x values in P will also have all x values in Q
f. ( ∀x)[P(x)<->Q(x)] and ( ∀x)P(x) <-> ( ∀x)Q(x) All x values are in p if and only if there's q All x values are in p if and only if there are all x values in q.
@wio @UnkleRhaukus @inkyvoyd
∀ - for all ∃ - for some ∃! - there is one unique solution
@thomaster
are you asking whether the two are equivalent?
yeah
first you have to write it out to get a better understanding... then you have to determine if they are equivalent...
I don't think the two are equivalent.
ok how can we prove that?
but moreover, is the sentence structure correct to begin with?
I dont think they are equivalent either, the easiest method to disprove , would be to find a single counter example
i was thinking if you can find an x the P(x) and Q(x) is not true, then the statement on the right side is true, but the one on the left side is false
like we could have P(x) be something. Q(x) be something as well.
this is a tough one....
and then apply to the...........problems... maybe :/
(∀x) [P(x) ^ Q(x)] and (∃x)P(x) ^ (∃x)Q(x) means For all of the x's P and Q. but the right one is For some x, there is P and for some x there is q
maybe we could let P(x) and Q(x) be a function... ?
we could. P(x) and Q(x) can represent anything
like let P(x) = 3x+ y = 8 hahah I'm making this up Q(x) = 4x+ 6 = 10 ???
what about y?
oh sdfjkaljfdl; so make Q(x) = 4x + 6y =10
The problem I was thinking is that does x have to be the same object in the statement (∃x)P(x) ^ (∃x)Q(x)
I know that it's for some x there is P and for some x there is Q
(∃x)P(x) ^ (∃ *anotherP x)Q(x)?
(∃x)P(x) ^ (∃ *another x)Q(x)?
typo :D
like a y?
@agent0smith torture time!
yea, that shows that x and y are not necessarily a same object
hmmmmm I don't get it :/ unless (∃x)P(x) ^ (∃ y)Q(x)?
so for some x there is a p and for some y there is a q
that doesn't say much unless you make P(x) and Q(x) a simple function or something . or sdfljkad;k
(∃x)P(x) ^ (∃ y)Q(y)
for some value of x there is p and for some value of y there is q
except that we have x and y coming into play
@Isaiah.Feynman
Not here yet. What maths is this?
let x be a member in [-2,2], let p(x) := sqrt(1-x^2) ≥ 0 , and Q(x) = x^2 ≥ 0 then, (∃x)P(x) ^ (∃x)Q(x) is true, but, (∀x) [P(x) ^ Q(x)] is false
alright so .. for some x there is p and for some x there is q. so we can apply a number into those functions.
yep, that is a good counter example :DD
like let x = 2 p(2) = sqrt ( 1-4) ≥ 0 Q(2) = 4 ≥ 0
:O that's a very big number . I don't see how sqrt(-3) can be greater than 0.
maybe -2 would work better.
P(-2) sqrt(1-(-2)^2) >0 Q(-2) = 4 ≥ 0
Not read the whole question but the only way p(x) := sqrt(1-x^2) ≥ 0 is true is if x =< 1
oh there is some value... some values of x may work to satisfy p and q. but not all of the values of x would work.
(∀x) [P(x) ^ Q(x)] is all values of x in P and Q but if let P and Q be simple equations and test out all the values of x, something is going to be false. either P(x) or Q(x) maybe both will give out false results.
how can 0 be greater than or equal to 0 ?eh that' s 0 = 0
0 is greater than or EQUAL to zero :P
let x = fractions :D
again, we're trying to disprove (∀x) [P(x) ^ Q(x)] and (∃x)P(x) ^ (∃x)Q(x) are equivalent by find a counter example
which i did
that wasn't me who did that 0 thing.. but you did mention that let x [-2,2]
"let x be a member in [-2,2], let p(x) := sqrt(1-x^2) ≥ 0 , and Q(x) = x^2 ≥ 0 then, (∃x)P(x) ^ (∃x)Q(x) is true, but, (∀x) [P(x) ^ Q(x)] is false"
so I pick any number between -2 and 2 that produces non equivalency or equivalency
p(x) := sqrt(1-x^2) ≥ 0 is true is if -1 =< x =< 1 and Q(x) = x^2 ≥ 0 true if x >= 0 so 0 =< x =< 1
0 is a BAD NUMBER D:
so for some values of x, the conditions of p and q are satisfied... but not values of x can do that.
and I want a pizza now... T_T
well, to show that (∃x)P(x) ^ (∃x)Q(x) is true, let x = 0 sqrt(1-0^2) ≥ 0 is true, and 0^2 ≥ i strue. however, P(x) and Q(x) are not true for all x in [-2,2]. let x = -2
typo 0^2 ≥0 is true
:S 0^2 is greater than or equal to 0... how D:
0 ≥ 0 is a true statement
remmeber, ≥ means greater OR equal
0 is equal to 0. Therefore it is greater than OR equal to zero.
oh rightttttttttt...
so do I come up with my own P(x) and my own Q(x) for each of these situations?
@satellite73 I know you're here ^^
yeah, you can come up with a different counter example. But the important thing is that do you now see that (∀x) [P(x) ^ Q(x)] and (∃x)P(x) ^ (∃x)Q(x) are not equivalent?
yes I could... if I come up with my own p(x) and q(x) to prove that they're not equivalent by letting x be a number... it's easier to see how these conditions can easily be broken.
so I create my own P(x) function and q(x) function for (∃x)[P(x) ^ Q(x)] and (∃x)(P(x)) ^ (∃x)(Q(x)) That states that for some x there is p and q and on the right there is some x for p and some x for q
so let P(x) = 5x + 2 = 7 lol maybe >:) Q(x) = 4x + 1 = 5 XD x = 1 that might work for for some x there is p and q
well, you need to state what your domain is
domain?
umm [-1,1] ?
that works
so for this we do have some value of x that works for p and q and some value of x that works for p and some value of x that works for q while x = -1. 0 doesn't work, x = 1 works :)
yes, 1 works. Everything else in [-1,1] doesn't
c.(∀x)[P(x) V Q(x)] and (∀x)P(x) V (∀x)Q(x) left There exists all values of x with p or q right There exists all values of P or there exists all values of Q. So P(x) and Q(x) must be a function that satisfies all values of x. ANd since this is an or statement, it shouldn't be that hard to test for equivalency
:S I found a typo in my A T___T gawd I feel horrible ... the left side is correct but the right is there exists all values of x for p or there exists all values of x for q. D*****!*!*!(&#(*!&@(*!&(*
(∀x) [P(x) ^ Q(x)] and (∀x)P(x) ^ (∀x)Q(x) changes everything!
d.(∃x)[(P(x) V Q(x)] and (∃x)P(x) V (∃x)Q(x) There exist some values of x in P or Q There exist some values of P or there exists some values of Q Let the domain be [-1.1]. Moreover let P(x) = x+ 2 = 3 and Q(x) = x-3 = -2 If x = 1 then it satisfies P(x) and Q(x).
oops it satisfies P(x) or Q(x) for d. oy
(∀x) [P(x) ^ Q(x)] and (∀x)P(x) ^ (∀x)Q(x) is A. UGH! That means .. for all values of x in P and Q AND for all values of x in P and for all values of x in Q. so all the x's out there need to satisfy or we can do a contradiction.
hmmm the domain needs to be a bit bigger for d. because this time we can satisfy p OR Q
unless we make P(x) x^2 >0 Q(x) x < 0 from [-1.1] yES! That satisfies one or the other.
d.(∃x)[(P(x) V Q(x)] and (∃x)P(x) V (∃x)Q(x) There exist some values of x in P or Q There exist some values of P or there exists some values of Q Let the domain be [-1.1]. Moreover, let P(x) = x^2 >0 and Q(x) = x <0 If we let x = -1, it doesn't satisfy P, but it satisfies Q If we let x = 1, it satisfies P, but it doesn't satisfy Q. SInce we have an or statement, we can choose to satisfy P or Q.
oh wait try... P = x > 0 and Q = x < 0 domain from -1,1
@sourwing
or statements might be easier to do... I just thought of letting P(x) = x^2 > 0 and Q(x) = x^3 > 0 :O I think I figured out my A problem. for all values of x so let the domain be [-2,2] and plug into these equations P(x) = x^2 > 0 and Q(x) = x^3 + 9 > 0 it works! because all of the results are greater than 0
(∀x) [P(x) ^ Q(x)] and (∀x)P(x) ^ (∀x)Q(x) for all values of x there is p and q and for all values of x there is p and for all values of x there is q. THat example alone satisfies this ^
@LastDayWork wassup ^^
Join our real-time social learning platform and learn together with your friends!