-
Notifications
You must be signed in to change notification settings - Fork 0
PAT test #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
PAT test #1
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
1b045b9
feat(Topology/Sets): separation properties of `(Nonempty)Compacts` (#…
gasparattila 043e9e0
chore(NumberTheory/Dioph): reduce defeq abuse of `Set α = α → Prop` (…
SnirBroshi 8675f0a
feat(CategoryTheory): `ObjectProperty.ind P` is stable under products…
chrisflav 210dc9f
feat(AlgebraicTopology/Quasicategory): inner fibrations and inner ano…
mckoen 14d1d1e
chore(RingTheory/Localization/Finiteness): change some `CommRing` to …
mbkybky 1ad783f
feat(FieldTheory/Galois/IsGaloisGroup): the top subgroup of a Galois …
tb65536 26c4381
feat(Translate): locally modify name guessing dictionaries (#37808)
JovanGerb 81cccd5
fix(FunProp): be less strict about the shape of morphism theorems (#3…
lecopivo 175f378
chore: split `SetTheory.Cardinal.Cofinality` (#38363)
vihdzp bac93a8
feat(Tactic/Translate/ToAdditive.lean): add conGen/AddConGen to the t…
AntoineChambert-Loir 8431d92
feat(Order): OrderType cardinality lemmas (#38846)
YanYablonovskiy 9304940
feat(Order/ConditionallyCompleteLattice/Indexed): `ciSup_mono'` for `…
SnirBroshi 7d6fdac
feat(Order/ConditionallyCompleteLattice/Indexed): conditional version…
SnirBroshi c495aa5
feat(Order/ConditionallyCompleteLattice/Basic): `ConditionallyComplet…
SnirBroshi d8cbbf9
feat(Order/SuccPred/LinearLocallyFinite): `StrictMono toZ` (#39014)
vihdzp 0b5b3a7
chore(*): golf while reducing defeq abuse `Set α = α → Prop` (#39020)
urkud fbe99d1
feat(Algebra/Order/SuccPred): generalize `CanonicallyOrderedAdd` to `…
vihdzp 10647b5
feat(Data/List/TakeDrop): `take`/`drop` + `tail`/`dropLast` almost co…
SnirBroshi 1bfec08
chore(Data/Int/Init): generalize `le_induction` from `Prop` to `Sort*…
SnirBroshi bcfd981
feat(Data/List): add lemma `List.notMem_subset` (#37561)
IvanRenison 9e7d86b
feat(Data/Finset/Preimage): add lemmas about `Equiv.symm` (#37676)
IvanRenison 7c80450
feat(Data/Finset/Powerset): add `filter_powersetCard_subset` (#38370)
FordUniver 84fbb36
chore(RingTheory): move `IsLocalizedModule.Away` to the `Basic` file …
chrisflav 47e40c5
feat: arbitrary-order induction on `Nat` (#38442)
Parcly-Taxel 76ee00a
feat(Data/Finsupp/Weight): add `Finsupp.degree_mapDomain` (#38656)
NoahW314 15ac533
fix: rename `Pi.prod` to `Function.prod` (#38963)
linesthatinterlace 6927ac9
chore(Order/SuccPred/LinearLocallyFinite): no expose (#39015)
vihdzp d9694e3
chore(Tactic/Translate): remove extra `}` in debug message (#39131)
hanwenzhu fdcab2e
chore(SetTheory): turn `#Ordinal = univ` around (#38365)
vihdzp b941391
chore: remove set_option in Analysis.Analytic.Composition (#38929)
sgouezel c31ea4a
chore(RepresentationTheory/Character): allow field and group to have …
tb65536 34d82a7
chore: fix accidental namespace (#39135)
vihdzp ec65f5a
doc: fix misleading docstrings (#39121)
HerrLaal 835f8a3
feat(RingTheory): refactor `smulShortComplex` (#37355)
Thmoas-Guan e0b7a96
feat: supremum of `≤ c` ordinals of cardinal `≤ c` has cardinal `≤ c`…
vihdzp 03fe349
feat(RingTheory/LocalRing/ResidueField/Fiber): `Ideal.Fiber` is a quo…
tb65536 dc38604
feat(CategoryTheory/Monoidal): Yoneda embedding of ring objects (#36913)
joelriou c05f2e2
chore(Algebra): remove simps projections for structures of bundled ob…
robin-carlier 6cf2883
feat(CategoryTheory/Monoidal): tensorμ_braid_swap and tensor-product …
pedroscortes ed395cb
feat: `IsEquiv` is equivalent to `Equivalence` (#38827)
eric-wieser 6152136
feat(Algebra/Order/Ring/Unbundled/Basic): add a generalization of `tw…
mortarsanjaya f764ddf
feat(AlgebraicTopology/DoldKan): the homotopy equivalence given by a …
joelriou c180dc7
feat(CategoryTheory): horizontal composition of Guitart exact squares…
joelriou 73da2ca
feat(RingTheory): local isomorphisms (#38176)
chrisflav 99178e1
feat(AlgebraicTopology/SimplicialSet): faces of the boundary (#38662)
joelriou fcf5297
chore(GroupTheory/SpecificGroups/Alternating): deprecate old proof of…
tb65536 6f105f7
feat(GroupTheory/Torsion): add `torsion_eq_top_iff` (#38718)
tb65536 154aaf0
feat: `DirSupClosedOn` is preserved under union (#38807)
vihdzp 9086a86
feat(AlgebraicTopology/ModelCategory): precylinders in full subcatego…
joelriou ea680d1
feat(Algebra/Colimit/DirectLimit): nonunital algebra instances (#39017)
eric-wieser 4514e7b
perf(AlgebraicGeometry/EllipticCurve/Affine/Point): help elaborator (…
kbuzzard 1142854
feat(CategoryTheory/Triangulated): localizing subcategories (#38651)
joelriou be95839
feat(AlgebraicTopology/SimplicialSet): characterization of Kan comple…
joelriou 1b6244b
feat(AlgebraicGeometry): rank of finite flat morphism (#38090)
chrisflav 879015f
feat(Analysis): the trivial inner product space (#39065)
YaelDillies 08fe4f2
feat: the cardinal of a finset is an ite sum over a bigger finset (#3…
EtienneC30 7d8b819
chore(Algebra/Module): remove some `backward.privateInPublic` (#38604)
wwylele f71cc9d
chore(NumberTheory/Divisors): golf `Int.mem_divisorsAntidiag` (#38889)
emlis42 06e0d3d
feat(AlgebraicTopology/SimplicialObject): iterations of δ 0 and σ 0 (…
joelriou 9799e69
feat(Algebra/Homology): the homotopy fiber and the path object (#38997)
joelriou 3b9726b
feat(Topology): ENat.toENNReal is a closed embedding (#39132)
wwylele 7a3d878
feat(CategoryTheory/Localization): LocalizerMorphism.IsInduced (#39025)
joelriou cb63a06
feat: (anti-)periodicity of complex sinh,cosh,tanh (#38392)
ldct 196aaf9
feat(NumberTheory/ModularForms): Δ = (E₄³ - E₆²) / 1728 (#38806)
CBirkbeck feeff90
Merge upstream/master@196aaf95cb (2026-05-10)
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing
@[to_additive]onnormalClosure_eq_bot_iffLow Severity
The new
normalClosure_eq_bot_ifflemma is missing the@[to_additive]attribute. Every neighboring lemma in this section (normalClosure_subset_iff,normalClosure_mono,normalClosure_eq_iInf) carries@[to_additive], so the additive counterpart (AddSubgroup.normalClosureequal to⊥iffs ⊆ {0}) won't be auto-generated, breaking the pattern established by the surrounding API.Reviewed by Cursor Bugbot for commit feeff90. Configure here.