$a,x_i \in \mathbb{R}^p, b \in \mathbb{R}$. Consider the following two systems of linear inequality:
\begin{equation}\label{eq:eq1}
\begin{cases}
\langle a, x_i \rangle + b > 0&\text{if }y_i = 1 \\
\langle a, x_i \rangle + b < 0&\text{if }y_i = -1
\end{cases}
\end{equation}
\begin{equation}\label{eq:eq2}
\begin{cases}
\langle a, x_i \rangle + b \ge 1&\text{if }y_i = 1\\
\langle a, x_i \rangle + b \le -1&\text{if }y_i = -1
\end{cases}
\end{equation}
The question is if two systems of linear inequality
are equivalent.
It is easy to see that any a and b satisfying the system in equation (2) will also satisfy the system in (1). However, how do I prove that a and b satisfying the system in (1) will also satisfy the system in (2).
Note: The statement is from here. It is Remark 1 on page 2. I just don't quite understand their explanation.

They are not equivalent. There is no assumption about $b$. So $⟨a,x_i⟩+b$ can be i.e. $0.5$ when $y_i = 1$ and not fulfill the second condition. I think you should give more details about $a$ and $b$ to have an exact answer.