mathlib icon indicating copy to clipboard operation
mathlib copied to clipboard

feat(geometry/euclidean/lattice): define standard square lattice in the affine plane

Open hrmacbeth opened this issue 4 years ago • 2 comments

Given a Euclidean affine plane P modelled on , I define the type square_lattice P of lattices in P modelled on the integer lattice in , being careful to do this in such a way that square_lattice P has no distinguished basepoint.


Open in Gitpod

Marked as WIP while I think about a couple of things; maybe one needs also square lattices of arbitrary side length, and also the "diamond" lattice of every second point in a square lattice.

  • [x] depends on: #8814

hrmacbeth avatar Aug 23 '21 03:08 hrmacbeth

This PR/issue depends on:

  • ~~leanprover-community/mathlib#8814~~ By Dependent Issues (🤖). Happy coding!

github-actions[bot] avatar Dec 25 '21 12:12 github-actions[bot]

I suspect #18266 does things better by allowing an arbitrary basis.

YaelDillies avatar Apr 19 '23 19:04 YaelDillies