mathlib
mathlib copied to clipboard
Lean 3's obsolete mathematical components library: please use mathlib4
We have a diamond of complete boolean algebras on sets: ```lean import data.set.lattice variables {α : Type*} -- Succeeds example : @set.boolean_algebra α = pi.boolean_algebra := rfl -- Fails example...
--- [](https://gitpod.io/from-referrer/)
There is a TODO in `algebra/order/floor.lean` which notes that many lemmas do not require the linearly ordered part of their hypothesis and these could be relaxed. This commit actions this...
--- - [x] depends on: #16747 [](https://gitpod.io/from-referrer/)
--- - [ ] depends on: #16782 - [ ] depends on: #16749 [](https://gitpod.io/from-referrer/)
This contains the basic definitions of modular forms and cusp forms together with some lemmas about mdifferentiability that are needed. --- - [x] depends on: #15009 [](https://gitpod.io/from-referrer/)
feat(topology/continuous_function/ideals): maximal ideals correspond to (complements of) singletons
This establishes the correspondence between maximal ideals of `C(X, 𝕜)` (where `X` is compact Hausdorff and `is_R_or_C 𝕜`) and the complements of singletons in `X`. This allows for the proof...
Note: This command will happily print internal declarations like `foo._proof_i`. You could make it a bit nicer by not printing these as separate declarations, but the current version is already...
--- - [x] depends on: #16786 [](https://gitpod.io/from-referrer/)
--- [](https://gitpod.io/from-referrer/)