Problem with Propositional Logic

TheShoink
Messages
1
Reaction score
0
Hi,

I've been set an assignment, part of which is to come up with a formal proof for (p \wedge q) \Rightarrow p. I have to show that the formula is either a tautology or contradiction, or contingent. If it is contingent, I have to show the smallest possible equivalent expression that uses only conjunction, disjunction and negation.

I'm also only allowed to use the following tautologies:

(p \wedge p) \Leftrightarrow p
(p \vee p) \Leftrightarrow p
(p \vee \negp) \Leftrightarrow T
((p \vee q) \vee r) \Leftrightarrow (p \vee (q \vee r))
((p \wedge q) \wedge r) \Leftrightarrow (p \wedge (q \wedge r))
(p \vee r) \Leftrightarrow (r \vee p)
(p \wedge r) \Leftrightarrow (r \wedge p)
(p \vee T) \Leftrightarrow T
(p \Leftrightarrow p) \Leftrightarrow T
\neg\negp \Leftrightarrow p
\neg(p \wedge r) \Leftrightarrow (\negp \vee \negr)
\neg(p \vee r) \Leftrightarrow (\negp \wedge \negr)
(p \Rightarrow q) \Leftrightarrow (\negp \vee r)

My first thought was to use the last tautology in this way:
(p \wedge q) \Rightarrow p \Leftrightarrow \neg(p \wedge q) \vee p
Firstly, I'm not entirely sure I can even use it in that way, and even if I can, I'm not sure what to do next. I can see that \neg(p \wedge q) \vee p always evaluates to true, but I've spend a good few hours on this and still can't see how I can use the above tautologies to prove it.

Any help with this would be greatly appreciated :)

EDIT: Nevermind, finally got it :)
 
Last edited:
Physics news on Phys.org
For this kind of problem, you will need to consider setting up the truth assignments. Set up the truth table for each statement and see if both wffs are satisfied on both sides.

Remember that in order for the statement to be the tautology, both sides must have the same truth assignments, either T or F.

Also see: http://en.wikipedia.org/wiki/Propos...ves_of_rhetoric.2C_philosophy_and_mathematics

Hope this helps.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top