You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
585 B

2 months ago
  1. \begin{align*}
  2. \hat{\varphi}_{EUF} \quad := \quad f_x=y \land x = g_x \lor x \neq f_x \land g_x = f_{g_x} \lor y \neq g_x \land x = f_y \land g_y = f_{g_x}
  3. \end{align*}
  4. \begin{align*}
  5. \varphi_{FC} \quad := \quad & (x=y \rightarrow g_x = g_y)~\land \\
  6. & (x=y \rightarrow f_x = f_y)~\land \\
  7. & (x=g_x \rightarrow f_x = f_{g_x})~\land \\
  8. & (y=g_x \rightarrow f_y = f_{g_x})
  9. \end{align*}
  10. \begin{align*}
  11. \varphi_{E} \quad := \hat{\varphi}_{EUF} \wedge \varphi_{FC}
  12. \end{align*}