I'm having some trouble proving that BW implies MCT. Here's what I've done so far
If a bounded sequence $(a_n)$ is monotone, then the sequence is convergent.
Case 1: $(a_n)$ is always increasing.
Proof. By BW, there exists a subsequence $(a_{n_k})$ that converges to some limit $L$. Observe that $$|a_n-L| = |a_n-a_{n_k}+a_{n_k}-L|\leq |a_n-a_{n_k}|+|a_{n_k}-L|$$ I think the next step is to argue that you can make the left term as small as possible but I'm not sure how to show that.
Note that $L>a_{n}$ for all n (why?). Since $a_{n_{k}}$ converges to $L$, $L-a_{n_{k}}$ is smaller than a given $\varepsilon$ if k is bigger than some Index $K$. But now since $a_{n}$ is increasing, $L-a_{n}$ must also be smaller than $\varepsilon$ for $n>n_{K}$.