Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit ac6962f

Browse files
committed
archive
1 parent 103e362 commit ac6962f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Lean4 formalization of Gröbner basis
22

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+
49

510
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).
611

0 commit comments

Comments
 (0)