I have rewritten this question, in hopes of conveying its content more clearly (I have adopted a quotation convention that is important to carefully follow):
Ideas I believe are correct (in classical logic):
$A: = \text{'A' is a true statement}$
$\neg A: = \text{ 'A' is a false statement}$
$A \rightarrow B := \text{ 'A} \rightarrow \text{B' is a true statement}$
$\neg ( A \rightarrow B):= \text{ 'A} \rightarrow \text{B' is a false statement}$
$A \land B := \text{'A} \land \text{B' is a true statement}$
$A \lor B := \text{'A } \lor \text{B' is a true statement}$
For the purposes of this discussion, let the object in single quotes denote a statement that has no initial truth evaluation unless explicitly stated. For example, $\text{'A'}$ is neither false nor true. (For example, $x \gt 2$). However, if I say $\text{'A' is true}$, then $\text{'A'}$ is assigned a truth value of $\text{true}$.
When one is asked to prove $A \rightarrow B$, the standard method is (typically) to assume $A$ and arrive at $B$. An equivalent way of asking for this proof is "Under what conditions do we have $A \rightarrow B$ ?"
One can demonstrate that:
$ \text{'A} \rightarrow \text{B'} \quad$ and $\quad '\Big[\neg \text{A} \land \big ( \text{B} \lor \neg \text{B} \big ) \Big ] \lor \Big [ \text{A} \land \text{B} \Big]'$
have the same truth tables. This means that $A \rightarrow B$ and $\Big[\neg A \land \big ( B \lor \neg B \big ) \Big ] \lor \Big [ A \land B \Big ]$ occur together.
From the Law of the Excluded Middle (a classical logic principle), we know that $\text{'B} \lor \neg \text{B'}$ is a tautology. For the same reason, so is $\text{'A} \lor \neg \text{A'}$. If we assume $\neg A$, we immediately prove $\Big[\neg A \land \big ( B \lor \neg B \big ) \Big ] \lor \Big [ A \land B \Big ]$, by virtue of the $\text{'B} \lor \neg \text{B'}$ tautology. Conversely, when we assume $A$, we need to demonstrate (prove) that we can arrive at $B$ in order to assert $A \land B$, which will give us $\Big[\neg A \land \big ( B \lor \neg B \big ) \Big ] \lor \Big [ A \land B \Big ]$.
My first question is why do I have to go to the trouble of proving $A \land B \quad$ if $\quad \neg \text{A} \land \big ( \text{B} \lor \neg \text{B} \big )$ just as well gives me $A \rightarrow B$ ?
My only guess is that exercises that ask "Prove $A \rightarrow B$" are actually saying "If $A$, prove $A \rightarrow B$." Where "If $A$" is interpreted as "Begin your argument with $A$ as an assertion."
My second question is: the entire above understanding of an "implication" relied on truth tables and the Law of the Excluded Middle. Intuitively, I would think that the entire notion of a truth table depends on the Law of the Excluded Middle (otherwise, we could not even create our traditional bivalent depictions of a truth table). As such, how does one interpret "prove $A \rightarrow B$" in a intuitionistic/constructive logic setting, where the Law of the Excluded Middle is elided.