feat(Algebra/Module/ZLattice): align ZSpan.floor to Int.floor API#33746
feat(Algebra/Module/ZLattice): align ZSpan.floor to Int.floor API#33746ster-oc wants to merge 12 commits intoleanprover-community:masterfrom
ZSpan.floor to Int.floor API#33746Conversation
PR summary f7ee1844c2Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match our commit style conventions. |
floor b (m + x) = m + floor b x and similarfloor b (m + x) = m + floor b x and similar
a5d9ba1 to
224da71
Compare
|
@joelriou thanks for the review! I called them This branch grew a bit locally. I ended up adding some other lemmas, relaxed the hypotheses to -awaiting-author |
Ok, then, my understanding is that |
|
This pull request has conflicts, please merge |
floor b (m + x) = m + floor b x and similarZSpan.floor to Int.floor API
|
Sparse thoughts:
-awaiting-author |
This PR adds some of the existent lemmas about
Int.floor,Int.ceilandInt.fractto theZSpannamespace.