Skip to content

Commit dfa0dbf

Browse files
committed
fix(sqrt2-irrational): simplify proof hypothesis
1 parent 25cda36 commit dfa0dbf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/math/sqrt2-irrational.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ $\boxed{\text{Theorem A. } \sqrt{2} \notin \mathbb{Q}}$
44

55
$\text{Proof. }$
66

7-
$\vdash \neg (\sqrt{2} \notin \mathbb{Q}) \implies \sqrt{2} \in \mathbb{Q}$
7+
$\vdash \neg A$
8+
9+
$$\neg (\sqrt{2} \notin \mathbb{Q})$$
10+
11+
$$\sqrt{2} \in \mathbb{Q}$$
812

913
$\text{Definition B. } \mathbb{Q} := \{\frac{a}{b} \mid b \not= 0 \land \gcd(a, b) = 1\}$
1014

0 commit comments

Comments
 (0)