The title says most of it. I've recently started learning logical implications, and in my homework I stumbled upon a task that states that,
Assume that $a\implies\text{false}$. What does that imply about $a$?
I tried looking up this problem online, but could not find an explanation about a way solve it, could someone help me?
The statement implies that $a$ is false.
The basic mathematical concept at play here is contradiction. If you assume something, and get a contradiction ("false" is a generic name for a contradiction), then that thing must have been false in the first place. So if $a \implies \text{false}$, then assuming $a$ was true we got a contradiction; therefore, $a$ must not have been true. So we conclude that $a$ is false.
Sometimes, the definition of "not $a$" is taken to be "$a \implies \text{false}$"; the above reasoning shows that this definition makes sense.