The logic of an implies :
$$\begin{cases}T \rightarrow T : T \\ T \rightarrow F : F \\ F \rightarrow T : T \\ F \rightarrow F : F \end{cases}$$
I am confused, when given an implies statement asking if its valid or not, technically, wouldn't F->F prove that the statement is valid?
Or is it only for T->T ?