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

wittFrobenius(WittRingElement) -- The (Witt) Frobenius map on an element

Description

Given a Witt vector w, this gives the image w under the Frobenius map (which in coordinates is just the entry-wise Frobenius)

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

o1 = R

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

o2 = {x, y, z}

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

       5   5   5
o3 = {x , y , z }

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:510:0.