Write a statement that is equivalent to p → ~q ? Type "->" in place of "→"
Hints: p -> q is equivalent to ~q -> ~p --------------- Also ~(~p) or ~~p is the same as p
so then p _.~q is equivalent to ~q -> ~p?
close
p -> ~q is equivalent to ~~q -> ~p
since ~~q becomes just q, we can say ~~q -> ~p is equivalent to q -> ~p
So p -> ~q is equivalent to q -> ~p
and ~p → q is equivalent to ~ ~ p?
no ~p -> q is NOT equivalent to ~~p
then what is equivalent to ~p -> q?
~p -> q ~q -> ~~p ~q -> p Do you see how I'm getting this?
not really, im kinda new to this so its confuzing
If you have p -> q you can flip it to q -> p BUT, you have to attach ~ in front of each to get ~q -> ~p ------------------ So p -> q is the same as ~q -> ~p
Make sense so far?
yea
so if I have ~p -> q, I can flip it to q -> ~p Then stick on ~ in front of each to get ~q -> ~~p Finally, use the idea that ~~p is the same as p So ~q -> ~~p becomes ~q -> p -------------------------------------------- So ~p -> q is the same as ~q -> p
ohh ok...
thanks :)
yw
Join our real-time social learning platform and learn together with your friends!