If $p\implies q$ is the same as $\lnot p \lor q$, then what is $p\implies \lnot q$?
I'm not sure if this is $\lnot p \lor \lnot q$, or $\lnot p \lor q$.
I'm trying to figure this out, because i have a problem:
~(q v p) --> ~r). I use demorgans law on this to make it ~p ^ ~q --> ~r. Then I need to make it simpler, my understanding would be that it MIGHT be ~(~p ^ ~q) v ~r) which might be (p ^ q) v r. However, I'm almost 100% sure i'm wrong.
I can't wrap my head around logic, It's so difficult for me to comprehend all of these rules; could someone please explain the answer to my original question, and provide the correct answer for the ~(q v p) --> ~r) question; and where I went wrong? I would be very grateful.
p.s. if you know of any easy to comprehend resources for logic that would be great.
Thanks.
~(q v p) --> ~r). Does this mean~((q v p) --> ~ror did you just mean~(q v p) --> ~r? – Thomas Andrews May 17 '13 at 12:25It is not true that if either [Bridget wins a silver medal] or [Carlos wins a gold medal] then [Janos does not win bronze medal]. I assign these as q, p, and ~r, in that order. So I understood this to mean~(q v p) --> ~r... Is this wrong? – Anteara May 17 '13 at 12:37It is not true that (if either ([Bridget wins a silver medal] or [Carlos wins a gold medal]) then [Janos does not win bronze medal]), right? – Anteara May 17 '13 at 12:53