Commit 2023-02-21 09:05 3ce8f3f7
View on Github →feat: port RingTheory.Ideal.Basic (#2283)
This only needs the dependency below in one place (otherwise LinearAlgebra.Span
suffices as a replacement import). This file is done otherwise.
porting notes:
- to appease the
simpNF
linter, I increased the priority of a few simp lemmas - The lean 4 issue 2074 appeared in (only one!) place in this file. I worked around it for now and left a note.
- depends on: #2277