diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2025-07-16 12:36:32 +0200 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2025-07-16 12:36:32 +0200 |
| commit | 9aac1a22c4ff4b4be16800b86e34a94d358b0deb (patch) | |
| tree | 4874bcad55c1a40d8776e367b1bba0ad6c80f46e /library/set | |
| parent | 92efa0fe16152c0f42cb9d05d6ef127955b03a18 (diff) | |
Add quantified calcs and relax tokenization
Use an `\iff`-calc to speed up `union_as_unions`. Also remove `in_implies_neq` which seems to interact badly with the choice axiom used by superposition-based proofs like Vampire in cut-down problems.
Diffstat (limited to 'library/set')
| -rw-r--r-- | library/set/regularity.tex | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/set/regularity.tex b/library/set/regularity.tex index 068d6a8..10f4a1f 100644 --- a/library/set/regularity.tex +++ b/library/set/regularity.tex @@ -59,10 +59,6 @@ Straightforward. \end{proof} -\begin{proposition}\label{in_implies_neq} - If $a\in A$, then $a\neq A$. -\end{proposition} - \begin{proposition}\label{in_asymmetric} For all sets $a, b$ such that $a\in b$ we have $b\notin a$. \end{proposition} |
