Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
33a3af9
Start
grunweg Aug 6, 2025
12c5e9e
Checkpoint for tonight
grunweg Aug 6, 2025
6efa7f3
chore: copy-paste code from 26221; could PR separately!
grunweg Aug 6, 2025
7b7a90d
wip: some scaffolding towards the local construction of metrics
grunweg Aug 6, 2025
b8e4c36
Docs
grunweg Aug 7, 2025
32ddb4e
Getting close
grunweg Aug 7, 2025
8066aa8
Progress: have a candidate local map; let's see if this works
grunweg Aug 7, 2025
062953d
Enough for today
grunweg Aug 7, 2025
b689ef0
Harder than I thought!
grunweg Aug 7, 2025
6090069
wip: better bundle for doing everything; some instances still fail
grunweg Aug 7, 2025
00999f4
Getting closer
grunweg Aug 7, 2025
61382f3
Closer, but some instances break again...
grunweg Aug 7, 2025
bcc6a01
Fix
grunweg Aug 7, 2025
ec95771
WIP second version: instances go better if we ask for the right model…
grunweg Aug 8, 2025
9f49cd4
Progress: last question, what's the bundle W I want?
grunweg Aug 8, 2025
ede551c
Now, have the right bundle!
grunweg Aug 8, 2025
4a037c0
Have a smooth section of W now
grunweg Aug 8, 2025
262fea9
And the right conditions on my section.
grunweg Aug 8, 2025
994112c
Convexity proofs done
grunweg Aug 8, 2025
a3f12ab
Thought about the bornology statement: will ask on zulip about the co…
grunweg Aug 8, 2025
9c3e441
Clean-up
grunweg Aug 8, 2025
e572cf4
wip: copying extension results
grunweg Aug 8, 2025
2a15ea8
Progress: boundedness result outlined
grunweg Aug 8, 2025
19702cd
wip: extnesion stuff; enough for today
grunweg Aug 8, 2025
1f5636e
Small golf
grunweg Aug 11, 2025
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 @@ -3791,6 +3791,7 @@ import Mathlib.Geometry.Manifold.ContMDiffMFDeriv
import Mathlib.Geometry.Manifold.ContMDiffMap
import Mathlib.Geometry.Manifold.DerivationBundle
import Mathlib.Geometry.Manifold.Diffeomorph
import Mathlib.Geometry.Manifold.ExistsRiemannianMetric
import Mathlib.Geometry.Manifold.GroupLieAlgebra
import Mathlib.Geometry.Manifold.Instances.Icc
import Mathlib.Geometry.Manifold.Instances.Real
Expand Down
Loading
Loading