Macaulay2 » Documentation
Packages » Macaulay2Doc » rings » substitution and maps between rings » working with multiple rings » lift » liftable
next | previous | forward | backward | up | index | toc

liftable -- whether lifting to another ring is possible

Description

The ring R should be one of the base rings associated with the ring of f.
i1 : R = ZZ[x]

o1 = R

o1 : PolynomialRing
i2 : liftable ((x-1)*(x+1)-x^2, ZZ)

o2 = true
i3 : liftable(3/4,ZZ)

o3 = false
i4 : liftable((3/4)*4,ZZ)

o4 = true

See also

For the programmer

The object liftable is a method function.


The source of this document is in Macaulay2Doc/functions/liftable-doc.m2:35:0.