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

Based on Principles of mathematical analysis by Rudin TODO: finish proving they form a field, and are isomorphic to the reals. --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-author
merge-conflict
awaiting-CI
too-late

This PR replaces the previous typeclass for maximal left ideals `ideal.is_maximal : ideal R -> Prop` with `submodule.is_maximal : submodule R M -> Prop`, which is a typeclass for maximal...

delegated
awaiting-CI
too-late

--- Add formalization and proofs for time complexity of insertion_sort and merge_sort, as discussed [here](https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/BSc.20Final.20Project/near/220647062) and [here](https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/Formalization.20of.20Runtime.20Complexity.20of.20Sorting.20Algorithms/near/284184450). Reference (pt-br): https://github.com/tomaz1502/RunTimeFormalization/blob/main/Report.pdf [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-author
undergrad
too-late

Adds two definitions: - The supremum of a directed family of valuation rings, as a valuation ring. - The supremum of a family of valuation rings which are bounded below...

awaiting-author
too-late

This aims to generalize some of the `nnreal_binary` stuff in LTE. https://github.com/leanprover-community/lean-liquid/blob/b9b42a840d2416657d7ba173f5d20e24906e6137/src/for_mathlib/nnreal_int_binary.lean#L136-L140 --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

WIP
too-late

This generalization isn't motivated by any particular result or generalization in the literature; rather, it's motivated by allowing `exterior_algebra R M` to be redefined as `clifford_algebra 0`, as this prevents...

WIP
maybe-later
too-late

A `lintegral` version of a lemma from @sgouezel's #13690. --- - [x] depends on: #14293 - [x] depends on: #14294 - [x] depends on: #14296 [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-author
awaiting-CI
t-measure-probability
too-late

Provide a way to convert NFAs to regular expressions and vice versa, and prove that the conversions accept the same language. TODO: statement of some theorems, style, adding @[simp] annotations...

awaiting-author
too-late

Construction of a basis that triangulates a nilpotent linear map. --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/) I plan to use this result to triangularize more general matrices.

WIP
too-late

A few basic lemmas and definitions, with a few special cases for the projective line (as `P K (K \times K`). --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-author
too-late