I found something that boggles me ( I'm really a beginner in symbolic logic, so maybe it's very trivial).
I was practicing with truth-tables, and I found that:
"p->p" is a tautology
"(p->p)->p" is not a tautology.
I decided to go further, and:
- "((p->p)->p)->p" is again a tautology, but
4."(((p->p)->p)->p)-> p" is not, and it keeps alternating.
I checked with an online logic calculator, and it seems correct.
Now, do you know why is that? Is there any particular reason for this pattern?
Cheers
1) For any formula $p$, $p \to p$ is a tautology.
2) For any tautology $T$, $T \to p$ is logically equivalent to $p$. (Check it out with a truth table.)
So an even amount of occurrences of $p$ will give you tautologies (by 1)); appending another $p$ will give you something that behaves like p (by 2)). And if you take that $p$-equivalent proposition and append another $p$, you will, by 1), get the tautology again, etc.
The core answer to your question lies in 2).