Skip to content

reduce in quotient rings is broken #37370

Open
@yyyyx4

Description

Sage 10.3.beta8:

sage: R.<x,y> = GF(11)[]
sage: I = [x^2+1, x+y]
sage: J = [x]
sage: 1 in R.ideal(I + J)
True
sage: 1 in R.quotient(I).ideal(J)
False

See also #33217.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions