This commit is contained in:
mark 2025-07-29 19:16:45 +02:00
parent 5dc41a8f93
commit 1325deace0

2
00.md
View File

@ -114,7 +114,7 @@ Das geht mit nur Primitiver Rekursion (z.B. LOOP) **nicht**!
# Entscheidungsprobleme # Entscheidungsprobleme
$\exists A, \overline A \in U$ und $x \in U$ . $\exists A, \overline A \subseteq U$ und $x \in U$ .
Frage: $x \in A$ ? (Wenn nicht, dann $x \in \overline A$ ). Frage: $x \in A$ ? (Wenn nicht, dann $x \in \overline A$ ).
- Ist $n \in \mathbb N$ gerade? ( $\text{EVEN} \subseteq \mathbb N$ ) - Ist $n \in \mathbb N$ gerade? ( $\text{EVEN} \subseteq \mathbb N$ )