mathlib4
mathlib4 copied to clipboard
The math library of Lean 4
--- [](https://gitpod.io/from-referrer/)
These are useful in "mixed contexts" where we have categorical morphisms combined in "non-categorical" ways. --- [](https://gitpod.io/from-referrer/)
This makes it slightly more ergonomic to construct structures. While you're still working on the data you don't get bothered about the proofs (which hopefully will be done by `aesop_cat`...
test
:wq --- [](https://gitpod.io/from-referrer/)
Remove only usage of `Module.Submodule`. --- The existence of this namespace makes it awkward to do `open Submodule (...)` or `open Submodule renaming ...` while within the `Module` namespace, and...
Refactor `Algebra.Star.Order` to use the new non-unital *-ring homomorphisms / isomorphisms introduced in #12924 --- - [x] depends on: #12924 [](https://gitpod.io/from-referrer/)
- [ ] depends on: #12858 - [x] depends on: #12857
--- - [x] depends on: #9725 - [x] depends on: #9724 [](https://gitpod.io/from-referrer/)
Add lemma that the union of associated primes is the set of zero divisors. --- Note that we can't use sSup here because there's an implicit coercion of ideals to...
--- [](https://gitpod.io/from-referrer/)