You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# Lean4 formalization of Gröbner basis
2
2
3
-
(sorry for my bad English and bad math)
3
+
This project has been archived, since
4
+
5
+
- there has been [an independent formalization](https://github.com/leanprover-community/mathlib4/pull/16584) of [monomial order (term order)](https://leanprover-community.github.io/mathlib4_docs/find/#doc/MonomialOrder) and [division](https://leanprover-community.github.io/mathlib4_docs/find/#doc/MonomialOrder.div) merged into Mathlib4, and they're also more general than the version of this project;
6
+
- this project cannot build on the latest Lean4 and Mathlib4;
7
+
- I and [@tsuki8](https://github.com/tsuki8) are working on Gröbner basis (<https://github.com/WuProver/groebner_proj>), based on the latest Mathlib
8
+
4
9
5
10
I am learning computational algebraic geometry, and have formalized Gröbner basis (and other things it needs) of multivariate polynomial in [Lean 4](https://leanprover.github.io).
0 commit comments