Semantic Tree of Negated Conditional Statement

  • Thread starter Thread starter Horse
  • Start date Start date
  • Tags Tags
    Conditional Tree
Horse
Messages
34
Reaction score
0

Homework Statement



Show the semantic tree of:

\neg ( ( p_0 \rightarrow p_1 ) \rightarrow \neg ( p_1 \rightarrow p_2 ) )

Homework Equations



\neg ( ( p_0 \rightarrow p_1 ) \rightarrow \neg ( p_1 \rightarrow p_2 ) )

The Attempt at a Solution



I cannot understand its purpose. Where should you start?
 
Physics news on Phys.org
The term "semantic tree" doesn't ring any bells with me in the context of logical statements. Do you have any worked examples in your notes or text?

What I would try (and I have no idea if this is the right thing to do), is to make a table with T and F values for p0, p1, and p2 -- eight rows will do the trick. In the same table, calculate the values of p0 ==> p1, p1 ==> p2, and so on with the negated expressions, and see what I get from that.
 
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