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

Pushforward fails for the cuspidal cubic immersion #3165

Open
mahrud opened this issue Mar 25, 2024 · 2 comments
Open

Pushforward fails for the cuspidal cubic immersion #3165

mahrud opened this issue Mar 25, 2024 · 2 comments

Comments

@mahrud
Copy link
Member

mahrud commented Mar 25, 2024

I don't understand what is going wrong here:

needsPackage "NormalToricVarieties"

P1 = toricProjectiveSpace 1
P2 = toricProjectiveSpace 2
f = inducedMap map(P2, P1, matrix{{-2},{1}})
S = ring P1

pushForward_f S^{2}

This gives the error:

stdio:6:12:(3): error: not implemented yet: unexpected degree map of ring map

Which comes from here:

-- let's at least check it splits f's degree map:
for i from 0 to deglen-1 do (
e := for j from 0 to deglen-1 list if i === j then 1 else 0;
if mapbackdeg f.cache.DegreeMap e =!= e
then error "not implemented yet: unexpected degree map of ring map");

What is this check for?

Note that the map is sending the variables of P^2 to {x_0*x_1^2, x_0^3, x_1^3}, all degree 3, and both source and target are standard graded.

@mikestillman @ggsmith any ideas?

@pzinn
Copy link
Contributor

pzinn commented Apr 23, 2024

what happens when you remove the check?

@mahrud
Copy link
Member Author

mahrud commented Apr 23, 2024

Gives an inhomogeneous answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants