Is $P \to (Q \to P)$ a tautology?
I undertand this:
$P \to (Q \to P)$
$(V \to F = F)$
$(F \to V = V)$
$(F \to F = V)$
$(V \to V = V)$
Why this expression is a tautology, if, $V \to F$ is not true?
turth table:
P | $P \to (Q \to P)$ | R
V | $(V \to F = F)$ | F
V | $(F \to V = V)$ | V
V | $(F \to F = V)$ | V
V | $(V \to V = V)$ | V
Here is the relevant truth table: $$\boxed{\begin{array}{l:l|l|l} q & p & q\to p & p\to(q\to p)\\\hline \sf V & \sf V & \sf V & \sf V \\ \sf F & \sf V & \sf V & \sf V \\ \sf V & \sf F & \sf F & \sf V \\ \sf F & \sf F & \sf V & \sf V \end{array}}$$ so, although $\sf V\to F$ is false, it is true that $\sf F\to(V\to F)\\F\to F\\V$.