Skip to content

feat: manifolds with smooth boundary#22059

Closed
grunweg wants to merge 54 commits intomasterfrom
MR-hassmoothboundary
Closed

feat: manifolds with smooth boundary#22059
grunweg wants to merge 54 commits intomasterfrom
MR-hassmoothboundary

Conversation

@grunweg
Copy link
Copy Markdown
Contributor

@grunweg grunweg commented Feb 18, 2025

@grunweg grunweg added WIP Work in progress t-differential-geometry Manifolds etc labels Feb 18, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 18, 2025

PR summary a6e6e20ceb

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Geometry.Manifold.HasSmoothBoundary (new file) 1932

Declarations diff

+ BoundaryManifoldData
+ BoundaryManifoldData.Icc
+ BoundaryManifoldData.euclideanHalfSpace_self
+ BoundaryManifoldData.prod_Icc
+ BoundaryManifoldData.prod_of_boundaryless_right_model
+ BoundaryManifoldData.sum
+ BoundaryManifoldData.{u}
+ HasNiceBoundary
+ Homeomorph.finTwo
+ Homeomorph.foo
+ Homeomorph.sumEquivBoolProd
+ IsEmbedding.sum_elim_of_foo
+ contMDiff_congr
+ instance (bd : BoundaryManifoldData M I) [h : HasNiceBoundary bd] [BoundarylessManifold J N] :
+ instance (bd : BoundaryManifoldData N J) [HasNiceBoundary bd] [BoundarylessManifold I M] :
+ instance (d : BoundaryManifoldData M I k I₀) : ChartedSpace H₀ d.M₀ := d.chartedSpace
+ instance (d : BoundaryManifoldData M I k I₀) : IsManifold I₀ k d.M₀ := d.isManifold
+ instance (d : BoundaryManifoldData M I k I₀) : TopologicalSpace d.M₀ := d.topologicalSpace
+ instance (d : BoundaryManifoldData M I) : ChartedSpace d.H' (I.boundary M) := d.charts
+ instance (d : BoundaryManifoldData M I) : IsManifold d.model ⊤ (I.boundary M)
+ instance (d : BoundaryManifoldData M I) : NormedAddCommGroup d.E' := d.normedAddCommGroup
+ instance (d : BoundaryManifoldData M I) : NormedSpace ℝ d.E' := d.normedSpace
+ instance (d : BoundaryManifoldData M I) : TopologicalSpace d.H' := d.topologicalSpace
+ instance [BoundarylessManifold I M] :
+ manifolds
+ mfderiv_prod_map
+ mfderiv_sumMap_at_inl
+ mfderiv_sumMap_at_inr
+ missing
++ BoundaryManifoldData.of_Euclidean_halfSpace
++ BoundaryManifoldData.of_boundaryless
++ BoundaryManifoldData.prod_of_boundaryless_left
++ BoundaryManifoldData.prod_of_boundaryless_right

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

grunweg added a commit that referenced this pull request Feb 19, 2025
The necessary pieces are all in mathlib (for the open and/or the closed case),
this is just a matter of putting them together. This comes up when constructing
the smooth boundary of a disjoint union.

Extracted from #22059; from my bordism theory project.
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Feb 19, 2025
mathlib-bors bot pushed a commit that referenced this pull request Feb 19, 2025
Extracted from #22059; from my bordism theory project.



Co-authored-by: grunweg <[email protected]>
and move the empty charted space and the space over itself there.

Also add a section around ModelProd and ModelPi.
…eton

Step 3 of #5462, except that we need to prescribe non-emptiness, right?
We need to either require H to be Unique instead, or M to be empty iff H is.
@github-actions github-actions bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Feb 20, 2025
@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Feb 24, 2025
@github-actions github-actions bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Feb 26, 2025
@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Apr 11, 2025
@leanprover-community-bot-assistant
Copy link
Copy Markdown
Collaborator

This pull request has conflicts, please merge master and resolve them.

mathlib-bors bot pushed a commit that referenced this pull request Oct 28, 2025
Part of my bordism theory project: these will be needed for #22059.

Updated version of #22642.
mathlib-bors bot pushed a commit that referenced this pull request Oct 28, 2025
Part of my bordism theory project: these will be needed for #22059.

Updated version of #22642.
mathlib-bors bot pushed a commit that referenced this pull request Oct 29, 2025
Part of my bordism theory project: these will be needed for #22059.

Updated version of #22642.
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Oct 29, 2025
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Nov 5, 2025
@grunweg
Copy link
Copy Markdown
Contributor Author

grunweg commented Nov 7, 2025

This PR has been migrated to a fork: #31351

BeibeiX0 pushed a commit to BeibeiX0/mathlib4 that referenced this pull request Nov 7, 2025
Part of my bordism theory project: these will be needed for leanprover-community#22059.

Updated version of leanprover-community#22642.
@grunweg grunweg closed this Nov 8, 2025
@grunweg grunweg deleted the MR-hassmoothboundary branch November 8, 2025 09:33
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) merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) t-differential-geometry Manifolds etc WIP Work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants