Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 533f62f

Browse files
committed
chore(algebraic_geometry/open_immersion): split (#19149)
Split `algebraic_geometry/open_immersion` into a 1000-line file which doesn't mention schemes and a 1000-line file which does. This should open more porting targets (the first file should be available for porting immediately), but also helps towards a reorganization I have in mind for after-port: moving the [pre]sheafed-space and [locally-]ringed-space material from `algebraic_geometry` into a new folder in `topology` or `geometry`.
1 parent 1336155 commit 533f62f

File tree

6 files changed

+1089
-1062
lines changed

6 files changed

+1089
-1062
lines changed

src/algebraic_geometry/AffineScheme.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Andrew Yang
55
-/
66
import algebraic_geometry.Gamma_Spec_adjunction
7-
import algebraic_geometry.open_immersion
7+
import algebraic_geometry.open_immersion.Scheme
88
import category_theory.limits.opposites
99
import ring_theory.localization.inv_submonoid
1010

src/algebraic_geometry/gluing.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Andrew Yang
55
-/
66
import algebraic_geometry.presheafed_space.gluing
7+
import algebraic_geometry.open_immersion.Scheme
78

89
/-!
910
# Gluing Schemes

src/algebraic_geometry/locally_ringed_space/has_colimits.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Authors: Andrew Yang
55
-/
66
import algebraic_geometry.locally_ringed_space
77
import algebra.category.Ring.constructions
8-
import algebraic_geometry.open_immersion
8+
import algebraic_geometry.open_immersion.basic
99
import category_theory.limits.constructions.limits_of_products_and_equalizers
1010

1111
/-!

0 commit comments

Comments
 (0)