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.

21 lines
957 B

2 months ago
  1. We choose:
  2. \begin{itemize}
  3. \item Triangle 1: a-b-c
  4. \item Triangle 2: a-c-d
  5. \end{itemize}
  6. \begin{align*}
  7. \varphi_{TC} \coloneqq &
  8. (e_{a = b} \land e_{b = c} \rightarrow e_{a = c}) \land \\
  9. & (e_{a = b} \land e_{a = c} \rightarrow e_{b = c}) \land \\
  10. & (e_{b = c} \land e_{a = c} \rightarrow e_{a = b}) \land \\
  11. &\\
  12. & (e_{a = c} \land e_{c = d} \rightarrow e_{a = d}) \land \\
  13. & (e_{a = c} \land e_{a = d} \rightarrow e_{c = d}) \land \\
  14. & (e_{c = d} \land e_{a = d} \rightarrow e_{a = c})
  15. \end{align*}
  16. \begin{align*}
  17. \hat\varphi_{E} \coloneqq
  18. (e_{a=b} \; \lor \; e_{a=d} \imp (e_{b=c} \; \land \; \neg e_{c = d})
  19. \end{align*}
  20. \begin{align*}
  21. \varphi_{prop} \coloneqq \varphi_{TC} \land \hat\varphi_{E}
  22. \end{align*}