mathlib
mathlib copied to clipboard
Lean 3's obsolete mathematical components library: please use mathlib4
Co-authored-by: Jujian Zhang --- Rewrite of a result from #15954. [](https://gitpod.io/from-referrer/)
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...
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...
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...
If `A` is an algebra over `R`, so is the `uniform_space.completion` of `A`. --- - [x] depends on: #14846 [](https://gitpod.io/from-referrer/)
One step closer to the Special Adjoint Functor Theorem. --- - [x] depends on: #15494 - [ ] depends on: #16050 [](https://gitpod.io/from-referrer/)
--- Split off from #15912 to reduce merge conflicts with a future PR. [](https://gitpod.io/from-referrer/)
+ Show `#(multiset α) = max (#α) ℵ₀` when `α` is nonempty. Show the same for `#(α →₀ ℕ)`, which is used in the mv_polynomial proof (see below). + Prove...
+ 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...
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...