Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing subschemes functionality for projective "is_morphism" #17326

Closed
sagetrac-jdefaria mannequin opened this issue Nov 12, 2014 · 17 comments
Closed

Implementing subschemes functionality for projective "is_morphism" #17326

sagetrac-jdefaria mannequin opened this issue Nov 12, 2014 · 17 comments

Comments

@sagetrac-jdefaria
Copy link
Mannequin

sagetrac-jdefaria mannequin commented Nov 12, 2014

Changing the projective "is_morphism" to work over subschemes

Component: algebraic geometry

Author: Joao Alberto de Faria

Branch: f9ce9da

Reviewer: Ben Hutz

Issue created by migration from https://trac.sagemath.org/ticket/17326

@sagetrac-jdefaria sagetrac-jdefaria mannequin added this to the sage-6.4 milestone Nov 12, 2014
@sagetrac-jdefaria
Copy link
Mannequin Author

sagetrac-jdefaria mannequin commented Nov 12, 2014

Author: jdefaria

@sagetrac-jdefaria
Copy link
Mannequin Author

sagetrac-jdefaria mannequin commented Nov 12, 2014

Branch: u/jdefaria/ticket/17326

@sagetrac-jdefaria
Copy link
Mannequin Author

sagetrac-jdefaria mannequin commented Nov 12, 2014

Commit: 964c524

@sagetrac-jdefaria
Copy link
Mannequin Author

sagetrac-jdefaria mannequin commented Nov 12, 2014

New commits:

964c524Added functionality and example for subschemes

@bhutz
Copy link

bhutz commented Nov 24, 2014

comment:4

You don't need this check since if it is a projective morphism it must be some kind of projective scheme.

if is_ProjectiveSpace(self.domain().ambient_space()) is False or is_ProjectiveSpace(self.codomain().ambient_space()) is False:

@bhutz
Copy link

bhutz commented Nov 24, 2014

Reviewer: Ben Hutz

@sagetrac-jdefaria
Copy link
Mannequin Author

sagetrac-jdefaria mannequin commented Dec 1, 2014

Changed author from jdefaria to Joao Alberto de Faria

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 3, 2015

Changed commit from 964c524 to 58fa66d

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 3, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

58fa66dRewrote main functionality, should work now

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 3, 2015

Changed commit from 58fa66d to 4adf3c9

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 3, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

4adf3c9-17326- cleaned up cod, and fixed minor coerce issue

@bhutz
Copy link

bhutz commented Feb 3, 2015

comment:9

Sorry to be picky, but I'd like a subscheme example that fails to be a morphism on projective space, but which is a morphism for a subscheme, ie., the indeterminancy locus does not intersect the subscheme. The example you give is already a morphism on projective space.

Otherwise, this looks fine.

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 6, 2015

Changed commit from 4adf3c9 to f9ce9da

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 6, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

f9ce9da-17326- Added example

@bhutz
Copy link

bhutz commented Feb 6, 2015

comment:12

ok, this looks good now.

@sagetrac-jdefaria sagetrac-jdefaria mannequin added t: enhancement and removed t: bug labels Feb 10, 2015
@vbraun
Copy link
Member

vbraun commented Feb 17, 2015

Changed branch from u/jdefaria/ticket/17326 to f9ce9da

@sagetrac-jdefaria
Copy link
Mannequin Author

sagetrac-jdefaria mannequin commented Feb 20, 2015

Changed commit from f9ce9da to none

@sagetrac-jdefaria sagetrac-jdefaria mannequin modified the milestones: sage-6.4, sage-6.6 Feb 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants