Many theorems in math have an if-then form. For example: "If a polynomial is of $n^{th}$ degree, then it has $n$ roots. In my other question, I learned that in order to analyze statements using truth tables, the statements must be completely independent. However, I'm not sure that anything in math is independent. Everything can be proven from the axioms as far as I know, so if $p \implies q$, the truth value of $p$ automatically determines the truth value of $q$. So if the statement "$f$ is polynomial is a degree $5$" automatically makes the statement $f$ has $5$ roots", the truth table seems nonsensical. Do mathematical if-then statements have anything to do with the classical if-then statements from logic?
$$p \implies q$$
$$\begin{array}{|c|c|c|} \hline p&q&p\implies q\\ \hline T&T&T\\ T&F&F\\ F&T&T\\ F&F&T\\\hline \end{array}$$
a*b+not(a)*c
– Abr001am Jun 04 '16 at 18:27