diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2026-08-02 20:52:21 +0200 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2026-08-02 20:52:21 +0200 |
| commit | 5f5cbd033dffda4e2877a6c574345d728d4bb76c (patch) | |
| tree | 05fd788c8fcfb04ec8a64f9ef29a95b06d7aff96 /data | |
| parent | 63451bdca1f078eef1069cba9bba1b278fc31cde (diff) | |
Publish checked powerset foundation fact
Diffstat (limited to 'data')
| -rw-r--r-- | data/felix-prelude.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/felix-prelude.tex b/data/felix-prelude.tex index cdf55d1..299e4d5 100644 --- a/data/felix-prelude.tex +++ b/data/felix-prelude.tex @@ -26,6 +26,10 @@ For all $a,b,x$ we have $x \in \upair{a}{b}$ iff $x = a$ or $x = b$. \end{proposition} +\begin{proposition}\label{pow_iff} + For all $A,B$ we have $B \in \pow{A}$ iff for all $x$ if $x \in B$, then $x \in A$. +\end{proposition} + \begin{proposition}\label{unions_iff} For all $A,x$ we have $x \in \unions{A}$ iff there exists $B \in A$ such that $x \in B$. \end{proposition} |
