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
trafficstars

Quoting the docstring: `fast_instance% inst` takes an expression for a typeclass instance `inst`, and unfolds it into constructor applications that leverage existing instances. For instance, when used as ```lean instance...

awaiting-review
merge-conflict
t-meta
awaiting-CI

Now that I am defining `NNRat.cast`, I want a definitive answer to this naming issue. Plenty of lemmas in mathlib already use `natCast`/`intCast`/`ratCast` over `nat_cast`/`int_cast`/`rat_cast`, and this matches with the...

awaiting-review
t-algebra

This is less exhaustive than its sibling #11486 because edge cases are harder to classify. No fundamental difficulty, just me being a bit fast and lazy. Reduce the diff of...

blocked-by-other-PR
awaiting-review
t-algebra

This PR extends the Hales-Jewett theorem from combinatorial lines to higher-dimensional combinatorial subspaces. It's an example of a theorem proving its own generalisation. Co-authored-by: David Wärn --- The plan is...

awaiting-review
t-combinatorics

This changes the argument order for `cfc` and `cfcₙ` from `cfc (a : A) (f : R → R)` to `cfc (f : R → R) (a : A)`. This...

awaiting-review
merge-conflict
t-analysis

Construct a basis of a `PiTensorProduct` of modules given bases of the modules, and relationship between the dual of a `PiTensorProduct` and the `PiTensorProduct` of the duals. Main results: *...

blocked-by-other-PR
awaiting-review
merge-conflict
t-algebra

This does three things: * `MultilinearMap.fromDirectSumEquiv` (in `LinearAlgebra/MultilinearMap/DirectSum.lean`) calculates `MultilinearMap`s on a family of `DirectSum`s. More precisely, if 'ι` is a `Fintype`, if `κ i` is a family of types...

awaiting-review
merge-conflict
t-algebra

--- - [x] depends on: #10661 - [ ] depends on: #10796 [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

WIP
blocked-by-other-PR
merge-conflict

--- Testing if Lean 4 can deal with this kind of instances. I'm going to wait for CI, then bench this PR. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

merge-conflict

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

documentation
awaiting-author
merge-conflict
t-analysis