Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c93d43b
Submersions
Marygold-Dusk Feb 11, 2026
5a3f3e5
Fix CI
grunweg Feb 11, 2026
5b29a7d
Extend documentation
grunweg Feb 11, 2026
143933d
Golf a proof
grunweg Feb 11, 2026
19aabd5
add docstrings to submersion definitions
Marygold-Dusk Feb 11, 2026
dd4d176
Merge branch 'submersion_basic' of https://github.com/Marygold-Dusk/m…
Marygold-Dusk Feb 11, 2026
529465e
remove #check
Marygold-Dusk Feb 11, 2026
0349e85
Merge branch 'master' into submersion_basic
Marygold-Dusk Feb 11, 2026
750c454
Remove immersions
Marygold-Dusk Mar 26, 2026
68f76fe
Merge branch 'submersion_basic' of https://github.com/Marygold-Dusk/m…
Marygold-Dusk Mar 26, 2026
a3357ea
Merge branch 'master' into submersion_basic
Marygold-Dusk Mar 26, 2026
fc4747d
Merge branch 'master' into submersion_basic
Marygold-Dusk Apr 16, 2026
798e0cb
tranparency
Marygold-Dusk Apr 16, 2026
db60057
chore: wording tweaks for immersion module doc-string
grunweg Apr 17, 2026
84f810d
chore: tweak module doc-string
grunweg Apr 17, 2026
0be990f
chore: fix one use of backward.isDefEq.respectTransparency option
grunweg Apr 17, 2026
9f85b77
some corrections
Marygold-Dusk Apr 30, 2026
84c649f
doc-strings and other minor tweaks
Marygold-Dusk May 4, 2026
8050623
Merge branch 'master' into submersion_basic
Marygold-Dusk May 4, 2026
50d9d45
comment
Marygold-Dusk May 4, 2026
2675e8f
Merge branch 'submersion_basic' of https://github.com/Marygold-Dusk/m…
Marygold-Dusk May 4, 2026
2a3d1c1
Merge branch 'master' into submersion_basic
Marygold-Dusk May 6, 2026
62bc8fc
Superfluous newline
grunweg May 6, 2026
6cb5820
chore: use no_expose instead
grunweg May 6, 2026
f7ce3f1
wip: no_expose'ing IsSubmersion creates issues with the instance below
grunweg May 6, 2026
5417e2d
chore: add schmeding reference
grunweg May 7, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Mathlib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4579,6 +4579,7 @@ public import Mathlib.Geometry.Manifold.Sheaf.Smooth
public import Mathlib.Geometry.Manifold.SmoothApprox
public import Mathlib.Geometry.Manifold.SmoothEmbedding
public import Mathlib.Geometry.Manifold.StructureGroupoid
public import Mathlib.Geometry.Manifold.Submersion
public import Mathlib.Geometry.Manifold.VectorBundle.Basic
public import Mathlib.Geometry.Manifold.VectorBundle.CovariantDerivative.Basic
public import Mathlib.Geometry.Manifold.VectorBundle.CovariantDerivative.Torsion
Expand Down
Loading
Loading