lean4-htt/src/Init/Grind/Ring
Kim Morrison 3cde12567f
feat: add HPow Int field to Field (#9500)
This PR adds a `HPow \a Int \a` field to `Lean.Grind.Field`, and
sufficient axioms to connect it to the operations, so that in future we
can reason about exponents in `grind`. To avoid collisions, we also move
the `HPow \a Nat \a` field in `Semiring` from the extends clause to a
field. Finally, we add some failing tests about normalizing exponents.
2025-07-24 06:00:11 +00:00
..
Basic.lean feat: add HPow Int field to Field (#9500) 2025-07-24 06:00:11 +00:00
Envelope.lean feat: add HPow Int field to Field (#9500) 2025-07-24 06:00:11 +00:00
Field.lean feat: add HPow Int field to Field (#9500) 2025-07-24 06:00:11 +00:00
OfSemiring.lean fix: refactor grind's module/ring design to avoid a diamond (#9168) 2025-07-03 06:50:46 +00:00
Poly.lean fix: refactor grind's module/ring design to avoid a diamond (#9168) 2025-07-03 06:50:46 +00:00
ToInt.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00