summaryrefslogtreecommitdiff
path: root/library/set.tex
diff options
context:
space:
mode:
authorSimon-Kor <52245124+Simon-Kor@users.noreply.github.com>2024-06-25 00:02:44 +0200
committerSimon-Kor <52245124+Simon-Kor@users.noreply.github.com>2024-06-25 00:02:44 +0200
commit44d4c1c50ba6e0f12a2f4fdd204b315a15e434db (patch)
tree2cc3c6791f82cb4ba88a307505ef520d4c7bdb87 /library/set.tex
parentc9ed022c35cdc13bba4cc2b624295ea80b38d0a7 (diff)
Improvement for the ATP proof time
Diffstat (limited to 'library/set.tex')
-rw-r--r--library/set.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/set.tex b/library/set.tex
index 2fd18ea..69b9526 100644
--- a/library/set.tex
+++ b/library/set.tex
@@ -654,6 +654,9 @@ The $\operatorname{\textsf{cons}}$ operation is determined by the following axio
Suppose $(A\inter B)\union C = A\inter (B\union C)$.
Then $C\subseteq A$.
\end{proposition}
+\begin{proof}
+ Follows by \cref{union_upper_right,union_upper_left,subseteq_union_iff,subseteq_antisymmetric,subseteq_inter_iff}.
+\end{proof}
% From Isabelle/ZF equalities theory
\begin{proposition}\label{union_inter_crazy}