#How can I achieve this alignment?
1 messages · Page 1 of 1 (latest)
vs404
my version of complement achieves the '
\begin{align*}
<^{-1} &= > &\text{because }& b > a &\Leftrightarrow& a < b \\
\complement{<} &= \geq &\text{because }& a \geq b &\Leftrightarrow& \neg\left(a < b \right)
\end{align*}```
Angetenar
In the screen shot each part is closer together, with more space around the equals
and the statement after the because is with the connective
\begin{align*}
<^{-1} = > &\;\text{because } b > a \Leftrightarrow a < b \\
\complement{<} = \geq &\;\text{because } a \geq b \Leftrightarrow \neg\left(a < b \right)
\end{align*}```
Angetenar