English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Please help me out on this!

2007-09-11 02:23:47 · 4 answers · asked by Digital d 2 in Science & Mathematics Mathematics

4 answers

p -> q = q \/ ~p

q -> p = p \/ ~q

p <->q = (p -> q) /\ (q ->p) = (q \/ ~p) /\ (p \/ ~q) =
= (q \/ ~p) /\ p \/ (q \/ ~p) /\ q =
= (q /\ p) \/ (~p /\ p) \/ (q /\ p) \/ (~q /\ q) =
= (q /\ p) \/ (~q /\ p)

2007-09-11 02:52:51 · answer #1 · answered by Amit Y 5 · 1 0

You can also do this using truth tables. The table for p<-->q will be the same, line for line, as that for the other expression.

p<-->q is true exactly when p and q have the same truth value, so it is true precisely when p and q are T and when p and q are F.
p ^ q is true exactly when p and q are T
~p ^ ~q is T exactly when p and q are F
(p ^ q) v (~p ^ ` q) is true exactly when one side is true or the other is true (or both - but that doesn;'t happen here), ie when p and q are both T or p and q are both F.

2007-09-14 23:41:34 · answer #2 · answered by hemidemisemiquaver 2 · 0 0

((p / q) / (~p / ~q) v is such as addition / is similiar to multiplication ~isn't or negation p-q-~p-~q-p/q-~p / ~q-((p / q) / (~p / ~q)) one million-one million-0-0-one million-0-one million one million-0-0-one million-0-0-0 0-one million-one million-0-0-0-0 0-0-one million-one million-0-one million-one million final colon is p <--> q for this reason p <--> q and ((p / q) / (~p / ~q)) are equivalent.

2016-12-31 19:32:13 · answer #3 · answered by ? 3 · 0 0

I do not understand your operands.

What does <--> and V mean?

2007-09-11 02:34:55 · answer #4 · answered by myolddogblue 1 · 0 1

fedest.com, questions and answers