Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions papers/CasperTFG/CasperTFG.tex
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ \section{Casper the Friendly Binary Consensus}
\begin{defn}[Latest message]
\begin{equation*}
\begin{split}
m \in L(v, M) \iff & \nexists m' \in D(M) : V(m') = v \text{ and } m' \succ m
m \in L(v, M) \iff & \nexists m' \in D(M) : V(m') = v \land m' \succ m
\end{split}
\end{equation*}
\end{defn}
Expand Down Expand Up @@ -230,7 +230,7 @@ \section{Casper the Friendly Binary Consensus}

\begin{defn}[Equivocation]
\begin{align}
Eq(m_1, m_2) \iff V(m_1) = V(m_2) \text{ and } m_1 \nsucc m_2 \text{ and } m_1 \nprec m_2
Eq(m_1, m_2) \iff V(m_1) = V(m_2) \land m_1 \nsucc m_2 \land m_1 \nprec m_2
\end{align}
\end{defn}

Expand Down