diff options
| author | Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> | 2024-06-12 13:47:38 +0200 |
|---|---|---|
| committer | Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> | 2024-06-12 13:47:38 +0200 |
| commit | ab4ddd9d49349ddb781514b6b0e9060db5b66a22 (patch) | |
| tree | 74e638ee18e7ccb08e9496f74e8c60e2e306c16e | |
| parent | cfc0b3c9081c242d7bdefe61fc841f31e7a7a257 (diff) | |
Prove Bug "Ex falso quodlibet"
The generated ATP Tasks are done in few secounds, if they are send manually to Vampire. But if its done in Naproche all together it won't work.
| -rw-r--r-- | library/topology/topological-space.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/library/topology/topological-space.tex b/library/topology/topological-space.tex index 2590287..dd236bb 100644 --- a/library/topology/topological-space.tex +++ b/library/topology/topological-space.tex @@ -233,7 +233,11 @@ \end{proposition} \begin{proof} \begin{byCase} - \caseOf{$F$ is empty.} Trivial. + \caseOf{$F$ is empty.} + For all $X$ we have $X \notin F$. + If $X \in F$ and $A \in X$ then $A \in F$. + %There exist $X \in F$. + Contradiction by assumption. \caseOf{$F$ is inhabited.} There exist $X \in F$ such that $X \subseteq \unions{F}$. $A \subseteq X \subseteq \unions{F}$. |
