In this proof I will use Mendelson's axiom system (the one in this book).
Question 1: Could someone check my work? I feel some parts are a bit hard to see/read, but I think the general idea works.
Theorem.
Every consistent set $\Gamma$ is contained in a maximally consistent set $\Delta$.
Proof
Let $\text{Form}=\{e_i:i\in \Bbb N\}$.
Let\begin{alignat*}{3} \Delta_0&=\Gamma\\ \Delta_{n+1}&= \begin{cases} \Delta_n\cup\{e_n\},&\text{If $\Delta_n\cup\{e_n\}$ is consistent.}\\ \Delta_n, & \text{Else.} \end{cases} \end{alignat*} Let $\Delta=\bigcup_i\Delta_i$.
It's obvious that $\Gamma\subseteq \Delta$. It's also obvious, by induction on $i$, that all the $\Delta_i$ are consistent.
Now, suppose $\Delta$ is not consistent. Then, there exists a $\gamma\in\text{Form}$ such that $\Delta\vdash \gamma$ and $\Delta\vdash\neg \gamma$. Let $\alpha_1,\alpha_2,...,\alpha_k=\gamma$, $\beta_1,\beta_2,...,\beta_s=\neg\gamma$ be proofs of $\gamma$ and $\neg \gamma$ from $\Delta$.
Now, in this proofs there are at most $k+s$ formulas of $\Delta$ appearing as hypothesis'. We define $S$ to be the set of all these formulas. We have that $|S|\le k+s$, so $S$ is finite.
Let $M:=\max\{i:e_i\in S\}$. By the construction of the $\Delta_i$, we see that $S\subset \Delta_M$ and the proofs above are also proofs from $\Delta_M$, so it is inconsistent, this is a contradiction.
Now, let $\varphi$ be a formula that's not in $\Delta$, we want to show that $\Delta\cup\{\varphi\}$ is inconsistent. Suppose it's consistent.
By the enumeration of the formulas, we have that $\varphi=e_n$ for some $n$. Also, as $\Delta=\bigcup_i \Delta_i$, we have that $e_n\not \in \Delta_i$ for all $i$. In particular, it was not added to $\Delta_{n+1}$, and this must've been because $\Delta_n\cup\{e_n\}$ was inconsistent, but as $\Delta_n\cup\{e_n\}\subseteq\Delta\cup\{e_n\}$, we have that this last one is inconsistent. This completes the proof.
Question 2: Let $\Gamma$ is a maximally consistent set. I want to show that if $$ f:\text{Var}\to\{0,1\}\\ f(p)=\begin{cases} 0, & \text{If $p\not\in\Gamma$.}\\ 1, & \text{Else.} \end{cases} $$ And $v$ is the unique valuation extending $f$, then $v$ satisfies $\Gamma$, but I couldn't prove it with this particular system, could someone help me with this?