I am trying to find a reasoning for the truth table of $A \rightarrow B$ .Here is what I came to so far.
$1.$ We have to first assume that if something can't be proven wrong , then it is true.
$2.$ $A \rightarrow B$ means that "If $A$ is true , then $B$ will be true as well".
$3.$ If $A$ is true and $B$ is true, then clearly $A \rightarrow B$ is true as well.
$4.$ If $A$ is true and $B$ is false then clearly $A \rightarrow B$ is false because it directly contradicts "If $A$ is true , then $B$ will be true as well".
$5.$ If $A$ is false and $B$ is false/true , then it can't directly contradict "If $A$ is true , then $B$ will be true as well" because we first assumed $A$ to be false , not true . So from "If $A$ is false and $B$ is false/true" , we dont know anything about what will happen if $A$ is true . Then we will use the principal "if something can't be proven wrong , then it is true." to conclude that $A \rightarrow B$ is true.
Is this reasoning valid?