I just took a quick look. I didn't read the book leading up to the part you referenced. It's quite possible that I'm misinterpreting terms and that's important because the question is all about the terms the author is defining. That said, I think I agree with you that there is a problem of interpretation in the quantitative statement you referenced. But I'm not sure I agree with your conclusion about it.
Just to be clear about my interpretation, I believe the author is stating that there exist four logical states to consider for a full adder that divide down into three important effects on the carry input, from the point of view of the carry output. The resulting three conditions are:
- \$A_j=B_j=0\$. In this case, the carry input (if any) will be ignored and is, in effect, stopped. Since this accounts for one of the four cases it is assigned a probability of \$0.25\$.
- \$A_j\ne B_j\$. In this case, the carry input will be propagated. Since this accounts for two of the four cases it is assigned a probability of \$0.50\$.
- \$A_j=B_j=1\$. In this case, the carry input (if any) is ignored and a new carry generated. Since this accounts for one of the four cases it is assigned a probability of \$0.25\$.
But take notice of the way I've inserted some commentary about each of these. I'll get back to this, shortly.
Now, given those definitions, the author goes on to make the statement: "The probability that a carry generated at position \$i\$ will propagate up to and including position \$j-1\$ and stop at position \$j\$ ([ed:where] \$j > i\$) is \$2^{-\left(j-1-i\right)}\times\frac{1}{2}=2^{-\left(j-i\right)}\$."
How is that supposed to be interpreted, though? What does the phrase "stop at position \$j\$" mean? If you go back and look at the three conditions I lay out above, you will see that there are actually two cases where the carry input is stopped. It is stopped when \$A_j=B_j=0\$ and it is also stopped when \$A_j=B_j=1\$, because either way the carry input doesn't matter and is ignored.
So let's take a look at the simplest case where \$j=i+1\$. (Since the author allows all cases where \$j > i\$, I think this is a valid case.) In this case, the probability of a carry being generated in position \$i\$ is exactly 1, since it is assumed by the author's statement that a carry is, in fact, generated at position \$i\$ by definition. There will be no position \$j-1\$ in this case (or there are zero such positions), so the carry will by definition propagate through all of the zero such positions with a probability of 1, as well. Now we come to position \$j\$. And in this case, an input carry will be stopped at this stage in either (1) or (3) mentioned above, or with probability 0.5. The author's computation says that this should be \$2^{-\left(j-i\right)}=2^{-1}=\frac{1}{2}=0.5\$ and so this matches up ... if you are using one possible interpretation of the idea of stopping the input carry. On the other hand, if you are only focused on the meaning shown in (1) above, then you'd get a different result. But I think this isn't the author's intended meaning. I think the author is quite aware that an input carry will be stopped by either (1) or by (3) and has formulated the equation, accordingly.
So I'm betting, ignorant of further reading that I'm unwilling to do at this time, that you are merely mis-interpreting the author's intended meaning because the listed three cases lead you in that direction. You think only case (1) causes the input carry to be stopped when, in fact, it is both cases (1) and (3) that do so.
EDIT:
Thanks for asking me to formalize things:
- For the case under consideration, the probability of position \$i\$ emitting a carry out (of \$1\$) is exactly \$1\$ by definition, because the case presumes that position \$i\$ is carrying out. Probability here is \$P_i = 1=2^0\$
- The probability of each intervening positions, those which are neither position \$i\$ nor are position \$j\$ but are instead positions \$k\$ where \$i < k < j\$, propagating a carry happen only in (2) and with probability 0.5 for each such position. If \$i\$ represents the position emitting a carry and if \$j\$ represents the final position stopping that carry from propagating, then there are \$n=j-i-1\$ such intervening positions. So the total probability of propagation through all \$n\$ intervening positions will be \$P_{\left({i+1}\right)\,...\,\left({j-1}\right)} = 2^{-n}=2^{-\left(j-i-1\right)}\$.
- The probability of the final position \$j\$ stopping a carry is due to either (1) or (3). So the probability is \$P_j= 0.25 + 0.25 = 0.50 = 2^{-1}\$.
Now, combining all three:
\$P_{total} = \left[P_i\right] \cdot \left[P_{\left({i+1}\right)\,...\,\left({j-1}\right)}\right]\cdot \left[P_j\right] = 2^0 \cdot 2^{-\left(j-i-1\right)} \cdot 2^{-1} = 2^{0-\left(j-i-1\right)-1}=2^{-\left(j-i\right)}\$
So, here I get the same result as the author shows.