diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2025-07-08 21:20:20 +0200 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2025-07-08 21:20:20 +0200 |
| commit | 51fe28bdd9943e359de5835d2737c0fdc8618df7 (patch) | |
| tree | d21664e4d77d38c7ec4a941670b10f5c94071365 /library/set/regularity.tex | |
| parent | db353b6d19eb5cb4181b64fe37a1bd550395169c (diff) | |
Linting and optimization
Diffstat (limited to 'library/set/regularity.tex')
| -rw-r--r-- | library/set/regularity.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/library/set/regularity.tex b/library/set/regularity.tex index 794d34f..068d6a8 100644 --- a/library/set/regularity.tex +++ b/library/set/regularity.tex @@ -31,7 +31,7 @@ Then there exists a \in-minimal element of $A$. \end{proposition} \begin{proof} - Follows by \cref{regularity_aux,inhabited}. + Follows by \cref{regularity_aux}. \end{proof} @@ -44,10 +44,11 @@ \begin{proof} \begin{byCase} \caseOf{$A = \emptyset$.} - Straightforward. - \caseOf{$A$ is inhabited.} - Take $a$ such that $a$ is a \in-minimal element of $A$. + Follows by assumption. + \caseOf{$A \neq\emptyset$.} + Take $a$ such that $a$ is a \in-minimal element of $A$ by \cref{nonempty_inhabited,regularity}. Then for all $x\in a$ we have $x\notin A$. + Follows by assumption. \end{byCase} \end{proof}. |
