Skip to content

Sync upstream mathlib4 (2026-05-11, +5 commits)#4

Merged
winstonyin-ax merged 6 commits into
masterfrom
sync/upstream
May 11, 2026
Merged

Sync upstream mathlib4 (2026-05-11, +5 commits)#4
winstonyin-ax merged 6 commits into
masterfrom
sync/upstream

Conversation

@winstonyin-ax
Copy link
Copy Markdown
Collaborator

@winstonyin-ax winstonyin-ax commented May 11, 2026

Automated daily sync from leanprover-community/mathlib4@master.

Auto-merges to master once CI (self-hosted) passes. Regenerated
daily until merged or until a conflict appears.


Note

Medium Risk
Medium risk: adds new Grassmannian base-change functoriality built on tensor/base-change isomorphisms, and changes core import/attribute behavior (Mathlib.Init, Mathlib/Logic/Basic) which can have broad downstream effects.

Overview
Adds a base-change map and functorial API for Grassmannians: defines Module.Grassmannian.map induced by an algebra morphism via a baseChangeMkQ quotient map, proves map_id/map_comp, and exposes the resulting Module.Grassmannian.functor : CommAlgCat R ⥤ Type _.

Extends tensor/base-change infrastructure to support this: introduces LinearMap.baseChange_surjective, adds lemmas relating cancelBaseChange to TensorProduct.lid and kernel preservation under baseChange ∘ cancelBaseChange.

Broad but mostly mechanical cleanup: makes #adaptation_note globally available by importing Mathlib.Tactic.AdaptationNote from Mathlib.Init (and adjusts Mathlib/Tactic/AdaptationNote imports), switches Mathlib/Logic/Basic to public import Mathlib.Tactic.Attr.Register, removes several local set_option backward.isDefEq.respectTransparency false wrappers, and tweaks [mono]/[gcongr] tagging on various monotonicity and order lemmas (including adding [gcongr] to IsFractionRing.coeSubmodule_le_coeSubmodule).

Reviewed by Cursor Bugbot for commit 9caaa49. Bugbot is set up for automated code reviews on this repo. Configure here.

mathlib-nolints Bot and others added 6 commits May 11, 2026 01:23
I removed 24 unnecessary `set_option` line(s) across 10 file(s).
…uchy sequences in topological groups (#38599)

Topological groups had several lemmas about uniform convergence, but were missing a lemma about a sequence being a uniform cauchy sequence. This PR fills that gap.

This is a simplifying lemma on the way to Michael's selection theorem.

Co-authored-by: Kevin H Wilson <khwilson@gmail.com>
This PR shows that the association `A → G(k, (A ⊗[R] M); A)` for an `R`-algebra `A` and `R`-module `M` forms a functor.

(AI disclosure: an early version of this PR was prepared with the help of Claude)
@winstonyin-ax winstonyin-ax merged commit 098f0a1 into master May 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants