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.

12 lines
506 B

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