Skip to content

Commit b4c61c0

Browse files
committed
chore(Geometry/Manifold/IsManifold): split out material on extended charts (#21219)
Fixes a `longFile` linter warning. A few lemmas about topological manifolds also used extended charts, hence were moved to the new file also.
1 parent 1cca6b8 commit b4c61c0

File tree

6 files changed

+821
-796
lines changed

6 files changed

+821
-796
lines changed

Mathlib.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3249,6 +3249,7 @@ import Mathlib.Geometry.Manifold.IntegralCurve.ExistUnique
32493249
import Mathlib.Geometry.Manifold.IntegralCurve.Transform
32503250
import Mathlib.Geometry.Manifold.IntegralCurve.UniformTime
32513251
import Mathlib.Geometry.Manifold.IsManifold.Basic
3252+
import Mathlib.Geometry.Manifold.IsManifold.ExtChartAt
32523253
import Mathlib.Geometry.Manifold.IsManifold.InteriorBoundary
32533254
import Mathlib.Geometry.Manifold.LocalDiffeomorph
32543255
import Mathlib.Geometry.Manifold.LocalInvariantProperties

Mathlib/Geometry/Manifold/ContMDiff/Defs.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Copyright (c) 2020 Sébastien Gouëzel. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Sébastien Gouëzel, Floris van Doorn
55
-/
6-
import Mathlib.Geometry.Manifold.IsManifold.Basic
6+
import Mathlib.Geometry.Manifold.IsManifold.ExtChartAt
77
import Mathlib.Geometry.Manifold.LocalInvariantProperties
88

99
/-!

0 commit comments

Comments
 (0)