In forall x: Calgary, by P. D. Magnus, section 16.6 p. 153, appears this natural deduction proof using Fitch-style:
Shouldn't line 8 be Indirect Proof because he is not introducing a negation ?
In forall x: Calgary, by P. D. Magnus, section 16.6 p. 153, appears this natural deduction proof using Fitch-style:
Shouldn't line 8 be Indirect Proof because he is not introducing a negation ?
You are right, according to their definitions, it should be IP. In the development of the proof on the pages before, it actually does have $IP$ instead of $\neg I$ in the last line, so the $IP$ label in the finished proof is likely a typo.
That being said, one can define $IP$ in terms of $\neg I$, but with an additional step, double negation elimination ($DNE$):
m | | ¬A
| |---
| | ...
n | | ⊥
n+1 | ¬¬A (¬I, m-n)
n+2 | A (DNE, n+1)
where $DNE$ means going from $\neg \neg A$ to $A$.
But since $DNE$ is an additional (implicit) inference step that isn't valid in all logics that have $\neg I$ (namely in intuitionistic logic), one shouldn't conflate $IP$ with $\neg I$, and they don't do so in their rule definitions -- so this an inconsistency, and probably an error.