Working on P.D. Magnus. forallX: an Introduction to Formal Logic (pp. 154, exercise D. 7). It is the last exercise of Chapter 16. This is what I got so far.
Is my $IP$ strategy correct ?
$\def\fitch#1#2{\quad\begin{array}{|l}#1\\\hline#2\end{array}} \fitch{}{ \fitch{¬(((A \to B) \to B) \to B)}{ \fitch{¬((A \to B) \to B) }{ \fitch{¬(A \to B)}{ \fitch{B}{ \fitch{A}{ B } \\ A \to B \\ \bot } } } } }$
P.S: Here is a link to the open-source book: forallX