Macaulay2 » Documentation
Packages » WittVectors :: verschiebung(WittRingElement)
next | previous | forward | backward | up | index | toc

verschiebung(WittRingElement) -- The Verschiebung map on an element

Description

Given a Witt vector w, this gives the image w under the Verschiebung map (which in coordinates simply prepends a zero)

i1 : R = ZZ/5[x,y]

o1 = R

o1 : PolynomialRing
i2 : w = witt{x,y}

o2 = {x, y}

o2 : WittRingElement
i3 : verschiebung(w) -- same as wittFrobenius(w)

o3 = {0, x, y}

o3 : WittRingElement

Ways to use this method:


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/WittVectors/Documentation.m2:532:0.