mathlib4 icon indicating copy to clipboard operation
mathlib4 copied to clipboard

The math library of Lean 4

Results 568 mathlib4 issues
Sort by recently updated
recently updated
newest added

For an `AddCommGroup` `A` and a natural number `n`, - Define `AddSubgroup.torsionBy A n` using `Submodule.torsionBy`. - Define a scoped notation `A[n]` - Equip `AddSubgroup.torsionBy A n` with a `ZMod...

awaiting-review
t-algebra

Implemented complete homogeneous symmetric functions. Request for comments. See also #10983. Co-authored-by: Nirvana Coppola [[email protected]](mailto:[email protected]) --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-review
t-combinatorics
t-algebra
new-contributor

Co-authored-by: Heather Macbeth [[email protected]](mailto:[email protected]) --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

delegated

This is a new branch for handling the eigenvectorUnitary declaration and subsequent changes. --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

WIP
merge-conflict
new-contributor

Characterise when `trailingDegree p = 0` and `natTrailingDegree p = 0`. Also fix a few names. --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-review
t-algebra

Define spectral spaces and prove that a quasi-compact open of a spectral space is spectral. --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-author
new-contributor

--- _Work in Progress_ [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

WIP
t-algebra

Move `Finset.biUnion` and `Finset.disjiUnion` to a new file so that `Data.Finset.Basic` doesn't depend on that much order theory. --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-review

This is the same as my DiscrTree PR in Std, but I've decided to move it over to Mathlib now. Additionally, I have added the `rw??` tactic which uses this...

Lean can figure these out and if inferred instance of `Mul` (or `Add`) contains non-reducible terms, it will block unification. --- - [ ] depends on: #11521 [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

blocked-by-other-PR
awaiting-review
merge-conflict
awaiting-CI