We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346e0c1 commit 00371f3Copy full SHA for 00371f3
src/literature/100-theorems.lagda.md
@@ -54,6 +54,19 @@ open import elementary-number-theory.binomial-theorem-natural-numbers using
54
55
> This is not yet formalized.
56
57
+### [60. Bezout's Lemma](https://www.cs.ru.nl/~freek/100/#60) {#60}
58
+
59
+Note that the 60th theorem in Freek's list is listed as "Bezout's Theorem",
60
+while the linked theorems are formalizations of Bezout's lemma, even though
61
+these are different statements.
62
63
+```agda
64
+open import elementary-number-theory.bezouts-lemma-integers using
65
+ ( bezouts-lemma-ℤ)
66
+open import elementary-number-theory.bezouts-lemma-natural-numbers using
67
+ ( bezouts-lemma-ℕ)
68
+```
69
70
### [63. Cantor's Theorem](https://www.cs.ru.nl/~freek/100/#63) {#63}
71
72
```agda
0 commit comments