Skip to content

Commit

Permalink
feat: port Algebra.Order.Floor (#1304)
Browse files Browse the repository at this point in the history
This PR provided some of the first serious testing of `linarith` and `abel`, resulting in bugfixes #1358 and #1394.

- [x] depends on: #1392
- [x] depends on: #1394

Co-authored-by: Heather Macbeth <25316162+hrmacbeth@users.noreply.github.com>
Co-authored-by: Ruben Van de Velde <65514131+Ruben-VandeVelde@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 10, 2023
1 parent 7896ab4 commit 3edd639
Show file tree
Hide file tree
Showing 4 changed files with 1,701 additions and 2 deletions.
1 change: 1 addition & 0 deletions Mathlib.lean
Expand Up @@ -76,6 +76,7 @@ import Mathlib.Algebra.Order.Field.Canonical.Defs
import Mathlib.Algebra.Order.Field.Defs
import Mathlib.Algebra.Order.Field.InjSurj
import Mathlib.Algebra.Order.Field.Power
import Mathlib.Algebra.Order.Floor
import Mathlib.Algebra.Order.Group.Abs
import Mathlib.Algebra.Order.Group.Bounds
import Mathlib.Algebra.Order.Group.Defs
Expand Down

0 comments on commit 3edd639

Please sign in to comment.