Implication
Implication $A\rightarrow B$ is on occasion introduced as shorthand for $B \vee \neg A$. Their truth tables certainly match, and regardless of the valuations of $A$ and $B$, mappings to truth (a.k.a. interpretations in $ \{ T,F \}$) of both logical formula with coincide.Does this mean implication is superfluous shorthand?
I don't think so because $\rightarrow ,\vee$ are distinct logical connectives and types ($\neg A$ is shorthand for $A \rightarrow \bot$ in intuitionistic logic, but if I'm not mistaken, a seperate type in classical logic). In particular,as the type theory is concerned, separate constructor/eliminator rules will apply to $A\rightarrow B$ and $B \vee \neg A$.
I'm unconvinced and sense a contradiction (they look the same but are built differently). Can someone explain what I'm missing?
Deduction Theorem
I've gone through these questions: related question 1 ,related question 2 but don't seem to quite get it.
So long rules of weakening and modus ponens are part of the logic, it seems easy to prove $A \vdash B$ from $\vdash A \rightarrow B$. Is it therefore only in the other direction that the deduction theorems can fail (if $A \vdash B$ then $\vdash A \rightarrow B$)?
When the deduction theorem does fail, where exactly does it fail in the proof? The base step or the inductive step?
Add first question: Indeed, in classical logic it is enough to consider functionally complete sets of connectives like $\{\vee,\neg\},\{\to\neg\},\{\downarrow\}$. whereas intuitionistic logic is a different matter. Here you usually start with $\{\to,\vee,\wedge,0\}$ (which are mutualy nondefinable) and you consider negation as defined $\neg x:=x\to0$. Note that type theory is usually based on intutionistic logic, not classical!
Add second one: you are right that in the presence of weakening one side of the deduction theorem is trivial. If you have any propositional logic (with $\to$ in language) which is given by some hilbert style presentation with the only rule being modus ponens (if $A$ and $A\to B$, then $B$). Then it satisfies the deduction theorem if and only if it proves the two well known theorems.
It follows that $\to$-fragment of intuituionistic logic is the weakest among such logics.
Try to follow the basic proof of DT where you use the induction on the lenght of the proof and see the essentiality of these rules. The above mentioned proof is not difficult.