mathlib4
mathlib4 copied to clipboard
The math library of Lean 4
--- [](https://gitpod.io/from-referrer/)
--- [](https://gitpod.io/from-referrer/)
Reproves `reduceOption_length_eq_iff` and `reduceOption_length_le` with new auxiliary lemmas - primarily `length_eq_reduceOption_length_add_filter_none`. --- [](https://gitpod.io/from-referrer/)
WiP: Introduces the Lawson Topology to Mathlib --- [](https://gitpod.io/from-referrer/)
--- - [ ] depends on: #10412 [](https://gitpod.io/from-referrer/)
--- [](https://gitpod.io/from-referrer/)
Remove `structure BilinForm` from `LinearAlgebra/BilinearForm/Basic` and migrate all of `_root_.BilinForm` to `LinearMap.BilinForm` Closes: #10553 This isn't the end of the story, as there's still a lot of overlap between `LinearAlgebra/BilinearForm`...
Let `κ : kernel α (β × Ω)` be a finite kernel, where `Ω` is a standard Borel space. Then if `α` is countable or `β` has a countably generated...
Also, these `simp` calls are better compatible with a future refactor using `FunLike` for measures. --- [](https://gitpod.io/from-referrer/)
Define the canonical coercion from the nonnegative rationals to any division semiring. From LeanAPAP --- - [x] depends on: #11202 - [x] depends on: #11453 - [ ] depends on:...