mathlib4 icon indicating copy to clipboard operation
mathlib4 copied to clipboard

The math library of Lean 4

Results 568 mathlib4 issues
Sort by recently updated
recently updated
newest added

Co-authored-by: Bhavik Mehta, Linus Sommer --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-author
merge-conflict
t-combinatorics

- rename [Homeomorph.ofEmbedding](https://leanprover-community.github.io/mathlib4_docs/Mathlib/Topology/Homeomorph.html#Homeomorph.ofEmbedding) to `Embedding.toHomeomorph` - move [Embedding.toHomeomeomorph_of_surjective](https://leanprover-community.github.io/mathlib4_docs/Mathlib/Topology/IsLocalHomeomorph.html#Embedding.toHomeomeomorph_of_surjective) earlier (and remove the extra "meo") - rename [Homeomorph.homeomorphOfContinuousOpen](https://leanprover-community.github.io/mathlib4_docs/Mathlib/Topology/Homeomorph.html#Homeomorph.homeomorphOfContinuousOpen) to `Homeomorph.ofContinuousOpenEquiv`. --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

delegated
t-topology

Completes the proof of the group law in Jacobian coordinates, analogously to #8485 --- - [x] depends on: #9432 - [ ] depends on: #9433 - [ ] depends on:...

blocked-by-other-PR
awaiting-review
t-number-theory
t-algebraic-geometry

Define a addition-preserving bijection `toAffine_addEquiv` with the affine case to prove `Point` is an abelian group. This is the fourth in a series of four PRs leading to #9405 and...

blocked-by-other-PR
awaiting-review
t-number-theory
t-algebraic-geometry

Add a lemma showing that composing the comparison maps with a continuous function to a T3 space satisfying some conditions yield the same function. Co-authored with : María Inés de...

awaiting-review
t-topology

Define the analogous secant-and-tangent negation `neg` and addition `add` on `PointRep` over `F`, and lift them to `PointClass`. Define `Point` as a `PointClass` that is nonsingular. Prove in `neg_equiv` and...

blocked-by-other-PR
awaiting-review
t-number-theory
t-algebraic-geometry

Define auxiliary polynomials for the secant-and-tangent negation `neg` and addition `add` on `Fin 3 -> F`. Note that the group operations are defined from scratch instead of pulling back the...

blocked-by-other-PR
awaiting-review
t-number-theory
t-algebraic-geometry

--- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-review
t-number-theory
t-algebraic-geometry

--- - [x] depends on: #13017 [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-review
t-topology

A linter that makes sure that, when multiple goals are present, they are enclosed in `·`s. Adaptations (the order is chronological, there should be no dependency among them): * #12338,...

awaiting-review
t-linter