36.4 Scheme obtained by glueing two other schemes

Module: sage.schemes.generic.glue

Scheme obtained by glueing two other schemes

Class: GluedScheme

class GluedScheme
Input:
f
- open immersion from a scheme U to a scheme X
g
- open immersion from U to a scheme Y

Output: The scheme obtained by gluing X and Y along the open set U.

Note: Checking that $ f$ and $ g$ are open immersions is not implemented.

GluedScheme( self, f, g, [check=True])

Functions: gluing_maps

Special Functions: __init__,$ \,$ _repr_

See About this document... for information on suggesting changes.