mathlib icon indicating copy to clipboard operation
mathlib copied to clipboard

Lean 3's obsolete mathematical components library: please use mathlib4

Results 381 mathlib issues
Sort by recently updated
recently updated
newest added

Co-authored-by: Jujian Zhang --- Rewrite of a result from #15954. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-review

Add lemmas that two vectors are linearly dependent if and only if they are in the same ray or one is in the same ray as the negation of the...

awaiting-review
t-algebra

We have various lemmas giving conditions for an angle to equal 0 or π. Add some more such lemmas, plus negated versions of existing lemmas giving conditions for angles not...

awaiting-review
t-analysis

This refactors `pi_Lp` so that the `p` argument has type ℝ≥0∞ instead of ℝ. There are several reasons for doing this: 1. It matches the design of `lp`. 2. We...

delegated
t-analysis

If `A` is an algebra over `R`, so is the `uniform_space.completion` of `A`. --- - [x] depends on: #14846 [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

delegated
t-topology
t-algebra

One step closer to the Special Adjoint Functor Theorem. --- - [x] depends on: #15494 - [ ] depends on: #16050 [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-review
blocked-by-other-PR
t-category-theory

--- Split off from #15912 to reduce merge conflicts with a future PR. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

easy
awaiting-review
t-category-theory

+ Show `#(multiset α) = max (#α) ℵ₀` when `α` is nonempty. Show the same for `#(α →₀ ℕ)`, which is used in the mv_polynomial proof (see below). + Prove...

blocked-by-other-PR
delegated

+ Add `unique` instances when the codomain types are subsingletons and rename the original `unique` instances (which apply when the domain is empty) to `unique_of_is_empty`. These are in analogy to...

easy
awaiting-review

I don't have any specific application in mind, and just wanted to test how hard it is to connect the two. For a general submonoid, adjoining the inverses of elements...

awaiting-author
awaiting-CI