I'm really stuck on how to prove ¬C → B , C → ¬B ⊢ ¬B ↔ C. I know I have $C \implies \sim B$ but in order to introduce the biconditional I have to prove $\sim B \implies C$ and I have no idea how. Any help is greatly appreciated. So far this is what I have:
$\quad \sim C \implies B :PR$
$\quad C \implies \sim B :PR$
$\quad \sim B :AS$
$\quad ?????$
$\quad \sim B \implies C :\implies I\;(???)$
$\quad \sim B \iff C : \iff I2,5$
Heres one potential way to do it,
$$\begin{align} \neg C \to B , C \to \neg B, C &\vdash C &&\text{($\in$)}\\ \neg C \to B , C \to \neg B, C &\vdash C \to \neg B &&\text{($\in$)}\\ \neg C \to B , C \to \neg B, C &\vdash \neg B &&\text{($\to -$), (1), (2)}\\ \neg C \to B , C \to \neg B, \neg B, \neg C &\vdash \neg B &&\text{($\in$)}\\ \neg C \to B , C \to \neg B, \neg B, \neg C &\vdash \neg C &&\text{($\in$)}\\ \neg C \to B , C \to \neg B, \neg B, \neg C &\vdash \neg C \to B &&\text{($\in$)}\\ \neg C \to B , C \to \neg B, \neg B, \neg C &\vdash B &&\text{($\to -$), (5), (6)}\\ \neg C \to B , C \to \neg B, \neg B &\vdash C &&\text{($\neg -$), (4), (7)}\\ \neg C \to B , C \to \neg B &\vdash \neg B \leftrightarrow C &&\text{($\leftrightarrow +$), (3), (8)} \end{align}$$