Skip to content

[Merged by Bors] - feat(AlgebraicGeometry/Birational): dominant rational maps#39317

Closed
justus-springer wants to merge 11 commits into
leanprover-community:masterfrom
justus-springer:justus/rationalMap_dominant
Closed

[Merged by Bors] - feat(AlgebraicGeometry/Birational): dominant rational maps#39317
justus-springer wants to merge 11 commits into
leanprover-community:masterfrom
justus-springer:justus/rationalMap_dominant

Conversation

@justus-springer

@justus-springer justus-springer commented May 13, 2026

Copy link
Copy Markdown
Collaborator

Add a predicate RationalMap.IsDominant and add basic API. This is in preparation for defining composition of rational maps (see #39445). See also stacks#01RR.


Open in Gitpod

@github-actions github-actions Bot added the t-algebraic-geometry Algebraic geometry label May 13, 2026
@github-actions

github-actions Bot commented May 13, 2026

Copy link
Copy Markdown

PR summary 2fee0c09c7

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.AlgebraicGeometry.Birational.Dominant (new file) 2456

Declarations diff

+ PartialMap.isDominant_toRationalMap_iff
+ RationalMap.IsDominant
+ instance (f : X ⤏ Y) [f.IsDominant] :
+ instance (f : X.PartialMap Y) [IsDominant f.hom] :
+ isDominant_hom_iff_isDominant_restrict_hom
+ isDominant_hom_iff_of_equiv
+ isDominant_hom_of_isDominant_restrict_hom
+ isDominant_restrict_hom

You can run this locally as follows
## from your `mathlib4` directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci

## summary with just the declaration names:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh <optional_commit>

## more verbose report:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh long <optional_commit>

The doc-module for scripts/pr_summary/declarations_diff.sh in the mathlib-ci repository contains some details about this script.


No changes to strong technical debt.
No changes to weak technical debt.

@github-actions github-actions Bot added the file-removed A Lean module was (re)moved without a `deprecated_module` annotation label May 13, 2026
@mathlib-dependent-issues mathlib-dependent-issues Bot added blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) and removed blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) labels May 13, 2026
@github-actions github-actions Bot removed the file-removed A Lean module was (re)moved without a `deprecated_module` annotation label May 13, 2026
Comment thread Mathlib/AlgebraicGeometry/Birational/Dominant.lean Outdated
Comment thread Mathlib/AlgebraicGeometry/Birational/Dominant.lean Outdated
Comment thread Mathlib/AlgebraicGeometry/Birational/Dominant.lean Outdated
@chrisflav chrisflav added the awaiting-author A reviewer has asked the author a question or requested changes. label May 21, 2026
@chrisflav chrisflav self-assigned this May 21, 2026
@mathlib-dependent-issues mathlib-dependent-issues Bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label May 21, 2026
@justus-springer justus-springer removed the awaiting-author A reviewer has asked the author a question or requested changes. label May 21, 2026
mathlib-bors Bot pushed a commit that referenced this pull request May 23, 2026
@mathlib-dependent-issues mathlib-dependent-issues Bot removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label May 23, 2026
@mathlib-dependent-issues

Copy link
Copy Markdown

@chrisflav chrisflav left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
maintainer delegate

Comment thread Mathlib/AlgebraicGeometry/Birational/Dominant.lean Outdated
Comment thread Mathlib/AlgebraicGeometry/Birational/Dominant.lean Outdated
@github-actions

Copy link
Copy Markdown

🚀 Pull request has been placed on the maintainer queue by chrisflav.

@mathlib-triage mathlib-triage Bot added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label May 23, 2026
justus-springer and others added 2 commits May 23, 2026 15:56
Co-authored-by: Christian Merten <christian@merten.dev>
Co-authored-by: Christian Merten <christian@merten.dev>
RaggedR pushed a commit to RaggedR/mathlib4 that referenced this pull request May 24, 2026
@riccardobrasca

Copy link
Copy Markdown
Member

Thanks!

bors merge

@mathlib-triage mathlib-triage Bot added ready-to-merge This PR has been sent to bors. and removed maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. labels May 27, 2026
mathlib-bors Bot pushed a commit that referenced this pull request May 27, 2026
Add a predicate `RationalMap.IsDominant` and add basic API. This is in preparation for defining composition of rational maps (see #39445). See also [stacks#01RR](https://stacks.math.columbia.edu/tag/01RR).

- [x] depends on: #39316
- [x] depends on: #39656
@mathlib-bors

mathlib-bors Bot commented May 27, 2026

Copy link
Copy Markdown
Contributor

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors Bot changed the title feat(AlgebraicGeometry/Birational): dominant rational maps [Merged by Bors] - feat(AlgebraicGeometry/Birational): dominant rational maps May 27, 2026
@mathlib-bors mathlib-bors Bot closed this May 27, 2026
grunweg pushed a commit to grunweg/mathlib4 that referenced this pull request May 30, 2026
…r-community#39317)

Add a predicate `RationalMap.IsDominant` and add basic API. This is in preparation for defining composition of rational maps (see leanprover-community#39445). See also [stacks#01RR](https://stacks.math.columbia.edu/tag/01RR).

- [x] depends on: leanprover-community#39316
- [x] depends on: leanprover-community#39656
b-mehta pushed a commit to b-mehta/mathlib4 that referenced this pull request Jun 2, 2026
b-mehta pushed a commit to b-mehta/mathlib4 that referenced this pull request Jun 2, 2026
…r-community#39317)

Add a predicate `RationalMap.IsDominant` and add basic API. This is in preparation for defining composition of rational maps (see leanprover-community#39445). See also [stacks#01RR](https://stacks.math.columbia.edu/tag/01RR).

- [x] depends on: leanprover-community#39316
- [x] depends on: leanprover-community#39656
Bergschaf pushed a commit to Bergschaf/mathlib4 that referenced this pull request Jun 3, 2026
Bergschaf pushed a commit to Bergschaf/mathlib4 that referenced this pull request Jun 3, 2026
…r-community#39317)

Add a predicate `RationalMap.IsDominant` and add basic API. This is in preparation for defining composition of rational maps (see leanprover-community#39445). See also [stacks#01RR](https://stacks.math.columbia.edu/tag/01RR).

- [x] depends on: leanprover-community#39316
- [x] depends on: leanprover-community#39656
mathlib-bors Bot pushed a commit that referenced this pull request Jul 10, 2026
)

Define composition of partial and rational maps.

- [x] depends on: #39442
- [x] depends on: #39443
- [x] depends on: #39317
- [x] depends on: #40189
michaellee94 pushed a commit to michaellee94/mathlib4 that referenced this pull request Jul 11, 2026
mpacholski pushed a commit to mpacholski/mathlib4 that referenced this pull request Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge This PR has been sent to bors. t-algebraic-geometry Algebraic geometry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants