init repo

This commit is contained in:
Jan-Niclas Loosen
2025-05-07 10:48:37 +02:00
parent 17875d57cb
commit 719f5816e9
11 changed files with 130 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ from dedekint import REAL
from gmpy2 import mpq
# Theorem 3.1 (4)
# Die Menge {q ∈ Q | q < x} ist eine entscheidbare Menge rationaler Zahlen (Dedekindscher Schnitt)
def sqrt_two(q):
if q <= 0 or q * q < 2: return True