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.

26 lines
1.3 KiB

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