Skip to content

feat(AlgebraicGeometry/Birational): composition of rational maps#39445

Open
justus-springer wants to merge 1 commit into
leanprover-community:masterfrom
justus-springer:justus/rationalMap_composition
Open

feat(AlgebraicGeometry/Birational): composition of rational maps#39445
justus-springer wants to merge 1 commit into
leanprover-community:masterfrom
justus-springer:justus/rationalMap_composition

Conversation

@justus-springer
Copy link
Copy Markdown
Collaborator

@github-actions github-actions Bot added the t-algebraic-geometry Algebraic geometry label May 15, 2026
@github-actions
Copy link
Copy Markdown

PR summary 35ec727d8d

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) 2455
Mathlib.AlgebraicGeometry.Birational.Composition (new file) 2456

Declarations diff

+ IsDominant
+ PartialMap.id_comp
+ PartialMap.isDominant_hom_iff_isDominant_toRationalMap
+ PartialMap.isDominant_hom_of_isDominant_toRationalMap
+ PartialMap.isDominant_hom_of_toRationalMap_eq
+ PartialMap.isDominant_toRationalMap
+ PartialMap.toRationalMap_dominantRep_equiv
+ RationalMap.id
+ RationalMap.id_comp
+ RationalMap.id_compHom
+ Scheme.Hom.isoImage_hom_homOfLE
+ Scheme.Hom.isoImage_inv_homOfLE
+ Scheme.Opens.ι_isoImage_inv_ι
+ _root_.AlgebraicGeometry.Scheme.Hom.toPartialMap_compHom
+ compHom_id
+ comp_def
+ comp_equiv_of_equiv
+ comp_equiv_of_equiv_left
+ comp_equiv_of_equiv_right
+ comp_restrict_left
+ comp_restrict_right
+ comp_toPartialMap
+ dominantRep
+ equiv.refl
+ equiv.symm
+ equiv.trans
+ equiv_of_restrict_eq
+ exists_dominant_rep
+ id
+ id_compHom
+ instance (f : X ⟶ Y) [IsDominant f] : IsDominant f.toPartialMap.hom := by
+ instance (f : X ⤏ Y) [f.IsDominant] (g : Y ⤏ Z) [g.IsDominant] : (f.comp g).IsDominant := by
+ instance (f : X ⤏ Y) [f.IsDominant] : IsDominant f.dominantRep.hom
+ inv_preimage
+ isDominant_comp_hom
+ isDominant_hom_iff_isDominant_restrict_hom
+ isDominant_hom_iff_of_equiv
+ isDominant_hom_of_isDominant_restrict_hom
+ isDominant_restrict_hom
+ morphismRestrictRestrict_ι_isoImage_hom
+ morphismRestrict_eq_isoImage_hom_homOfLE
+ morphismRestrict_homOfLE
+ morphismRestrict_homOfLE_ι_isoImage_hom
+ morphismRestrict_ι_image_ι_isoImage_inv
+ nonempty_preimage_iff
+ toRationalMap_comp
+ toRationalMap_dominantRep
+ ι_isoImage_inv_morphismRestrict_homOfLE
++ comp
++ comp_assoc
++ comp_id

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.

@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 15, 2026
@mathlib-dependent-issues
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) t-algebraic-geometry Algebraic geometry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant