Make prop2 proof more consistent

This commit is contained in:
2025-06-25 16:01:49 +02:00
parent 1c58c4bf89
commit 99e7b2fd7b
2 changed files with 4 additions and 4 deletions

View File

@@ -1464,8 +1464,8 @@ To find $\mathcal{Q}''_p(x)$ we rewrite \eqref{eq:check}:
\begin{align}
\rho_p(z) &=
\begin{cases}
z(1 - p) = z - zp, & \text{if } z > 0 \\
z(0 - p) = -zp, & \text{if } z \leq 0
z(1 - p) = z - zp, & \text{if } 0 < z \\
z(0 - p) = -zp, & \text{if } 0 \geq z
\end{cases} \\
\rho_p'(z) &=
\begin{cases}