Skip to content

Commit ef0fcb6

Browse files
committed
update zkEVM - equation fix
1 parent a2e1f84 commit ef0fcb6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/zkEVM/architecture/proving-system/exec-selector-columns.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ $$
6161
Thirdly, each operation is only checked if it was applied to the particular row. That is, only if a value $\texttt{Opx} = 1$ appears in the corresponding row. That is, with respect to each operation $\texttt{Opx}$, the following factor is tested:
6262

6363
$$
64-
\texttt{Op1} \cdot \big( 1 - \texttt{Op2} \big) = 1\quad \text{only if}\quad \texttt{Op1} = 1 \\
64+
\texttt{Op1} \cdot \big( 1 - \texttt{Op2} \big) = 1\quad \text{only if}\quad \texttt{Op1} = 1
65+
$$
66+
67+
$$
6568
\texttt{Op2} \cdot \big( 1 - \texttt{Op1} \big) = 1\quad \text{only if}\quad \texttt{Op2} = 1
6669
$$
6770

0 commit comments

Comments
 (0)