Most of the Theorems in mathematics are of the form: $A\implies B$. If i want to prove this statment often i assume A to be true, and then show B is also true. With the help of the truth table \begin{array}{cc|c@{}ccc@{}c} A&B&(&A&\rightarrow&B&)\\\hline 1&1&&1&\mathbf{1}&1&\\ 1&0&&1&\mathbf{0}&0&\\ 0&1&&0&\mathbf{1}&1&\\ 0&0&&0&\mathbf{1}&0& \end{array} one can reason then, that this is sufficent to show that the implication is always true. This is the case because if A is wrong, the implication is true in either case. In the other case if A is true, then i showed B is also true, or in other words i showed in my proof that if A is true, B cannot be false, so the implication is true. Is that right ? So if i want to proof a Theorem, the goal is to show that it is true. Is that right ?
The following question is in regard to understanding implication in mathematical theorems. Does the implication imply a causal relationship, something like if A then B, or is it simply a operator in propositinal logic ?