In the book, the author uses ($\to$) to denote material conditional, which he uses when formalizing English sentences, and uses ($\Rightarrow$) to denote implication in various contexts.
The following are three examples of how we uses the notation:
Example 1: On page 73 we can see how he employs the notation when formalizing mathematical statements:
In calculus, we learn the meaning of “the function $f$ converges to $L$ as $x$ approaches $a$”: $$ \forall \varepsilon(\varepsilon>0 > \rightarrow \exists \delta(\delta>0 \wedge \forall x(|x-a|<\delta > \rightarrow|f x-L|<\varepsilon))) $$ This is, apart from notational matters, a formula of the sort we are interested in, using a predicate symbol for ordering, function symbols for $f$, subtraction, and absolute values, and constant symbols for $0$, $a$, and $L$.
Example 2: On page 178 we have an example of how he writes mathematical English, by mixing English and logical symbols.
PROOF OF EQUIVALENCE WITH THE ORDINARY DEFINITION. First suppose that $F$ converges at $a$ to $b$ in the ordinary sense. That is, for any $ε > 0$ there is a $δ > 0$ such that $$0 \neq |x − a| < δ ⇒ |b − F(x)| < ε \quad \textrm{for any} \; x.$$
Example 3: On page 131 the author uses ($\Rightarrow$) to connect two meta-statements about first order languages
In this section we establish two major theorems: the soundness of our deductive calculus $(\Gamma \vdash \varphi \Rightarrow \Gamma \vDash \varphi)$ ...
So regarding symbol (⇒), on page 1 he writes:
A sentence “If . . . , then . . .” will sometimes be abbreviated “. . . ⇒ . . . .” We also have “⇐” for the converse implication (for the peculiar way the word “implication” is used in mathematics). For “if and only if” we use the shorter “iff” (this has become part of the mathematical language) and the symbol “⇔”.
Question: What does the author mean by:
for the peculiar way the word “implication” is used in mathematics
Additionally, are Examples 2 and 3 instances of the notation suggested in this answer? Where example 2 is mathematical implication, and example 3 is some meta implication, i.e., assertions that the conditional is True?
⇒
here as an informal meta-metalogical symbol (Amen to Mauro's second comment and Peter's linked answer, which I upvoted years ago and which complements the answer that you linked). – ryang Jul 05 '23 at 06:49