I have problems understanding the proof of why a Brownian motion $(B_t)_{t\geq 0}$ is not differentiable wrt $t$. The proof is as follows:
Let $(\Omega,\mathcal F, P)$ be a probability space, and $(B_t)_{t\geq 0}$ be a Brownian motion. The set $D\subseteq\Omega$ denotes the set of all $\omega$ for which the map $t\mapsto B_t(\omega)$ is differentiable. Furthermore, let $L\subseteq $ be the set of all $\omega$ for which the map $t\mapsto B_t(\omega)$ is Lipschitz-continuous. Since every differentiable function is Lipschitz, we have that $D\subseteq L$. Define $$M_{n,k} := \bigvee_{j=1}^3\vert B_{(k+j)2^{-n}} - B_{(k+j-1)2^{-n}}\vert,$$ and $$ E_{n,k} := \big\{\omega\in\Omega : M_{n,k}(\omega)\leq n2^{-n}\big\}$$ for each $n\in\mathbb N$ and $k\in[0,n2^n]\cap\mathbb Z$. Here $\bigvee$ denotes the maximum operator. (whats the point in defining these random variables? how does these random variable help me proving what I want to show?)
Since a Brownian motion has independent increments, it holds that $$P(E_{n,k}) = P\left(\big\{\omega\in\Omega : M_{n,k}(\omega)\leq n2^{-n}\big\}\right) = P\left(\bigcap_{j=1}^3\big\{\omega\in\Omega : \vert B_{(k+j)2^{-n}}(\omega) - B_{(k+j-1)2^{-n}}(\omega)\vert \leq n2^{-n}\big\}\right) \\ =\prod_{j=1}^3P\left(\big\{\omega\in\Omega : \vert B_{(k+j)2^{-n}}(\omega) - B_{(k+j-1)2^{-n}}(\omega)\vert \leq n2^{-n}\big\}\right) \\ = \prod_{j=1}^3P\left(\big\{\omega\in\Omega : \vert B_{2^{-n}}(\omega)\vert \leq n2^{-n}\big\}\right) \\ = P\left(\big\{\omega\in\Omega : \vert B_{2^{-n}}(\omega)\vert \leq n2^{-n}\big\}\right)^3.$$
(these bounds make no sense to me; why not chose $\exp(-n)$ instead of $2^{-n}$? And why $n$ and not $n^{-1}$ or something else?) Moreover, since the increments are normally distributed with mean zero and variance $2^{-n}$, it holds that $$P(E_{n,k}) = P\left(\big\{\omega\in\Omega : \vert B_{2^{-n}}(\omega)\vert \leq c_n\big\}\right)^3 \leq \left(2\sqrt{2^n}n2^{-n}\right)^3 = 8n^32^{-3/2n}.$$ Now we define $\tilde M_n = \bigwedge_{k\in[0,2^n-3]\cap\mathbb Z}M_{n,k}$, and $F_n := \big\{\omega\in\Omega : \tilde M_n(\omega)\leq n2^{-n}\big\}$ for each $n\in\mathbb N$ (again what is the purpose in defining these variables? I don't understand why we take the minimum here. And I also don't understand why $n2^n-3$ is chosen). Then $$F_n\subseteq\bigcup_{k=0}^{n2^n-3} E_{n,k}$$ (why?) and hence $$P\left(\big\{\omega\in\Omega : \tilde M_n(\omega)\leq n2^{-n}\big\}\right)\leq (n2^n)(8n^32^{-3/2n}) = 8n^4\sqrt{2^{-n}}.$$ This proves that $P(\liminf_{n\rightarrow\infty} F_n) = 0$ (why?). To show that $L\subseteq\liminf_{n\rightarrow\infty} F_n$ pick $\omega\in L$, i.e. there exists a $t_0\geq 0$ and $C>0$ and $\delta>0$ such that $$\vert B_{t_0+h}(\omega) - B_{t_0}(\omega)\vert\leq Ch$$ for all $s\in[0,\delta]$ (why? I assume because we are in the set of Lipschitz continuity. But this definition appears to be very different from what is usually taken as definition of Lipschitz continuity). For $N\in\mathbb N$ large enough, this implies that $$\vert B_{(k+j)2^{-n}}(\omega) - B_{(k+j-1)2^{-n}}(\omega)\vert\leq 8C2^{-N},$$ (why?) and therefore both $M_{N,k}\leq 8C2^{-N}$ and $\tilde M_{N}(\omega)\leq 8C2^{-N}$. Consequently, $\omega\in F_n$ for all $n\geq N$ (why?). Thus, $\omega\in\liminf_{n\rightarrow\infty} F_n$ (why?).
I have marked my questions with boldface at the corresponding spots. I am grateful for any help