M2 icon indicating copy to clipboard operation
M2 copied to clipboard

Pushforward fails for the cuspidal cubic immersion

Open mahrud opened this issue 1 year ago • 2 comments

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: https://github.com/Macaulay2/M2/blob/ec65028f1527076b663279b1311188caa9e22b67/M2/Macaulay2/m2/pushforward.m2#L147-L151 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?

mahrud avatar Mar 25 '24 22:03 mahrud

what happens when you remove the check?

pzinn avatar Apr 23 '24 04:04 pzinn

Gives an inhomogeneous answer.

mahrud avatar Apr 23 '24 07:04 mahrud