Zulip Chat Archive
Stream: new members
Topic: how to def a transfrom from ℚ_[p]⟦X⟧ →ℚ_[p]⟦X⟧
Hanliu Jiang (Mar 28 2025 at 15:57):
I hope to get a function fun T →((1+X)^(p)-1) however i cant find a tech to do it ,
noncomputable def ϕ_PS :
ℚ_[p]⟦X⟧ →ℚ_[p]⟦X⟧
| f => (mk fun n=>PowerSeries.coeff ℚ_[p] n (((PowerSeries.coeff ℚ_[p] 0 f)•1:ℚ_[p]⟦X⟧)+∑(i:Finset.range n),
(PowerSeries.coeff ℚ_[p] i f)•((1+X)^(p)-1)^i.1))
i want to do this but can you got a better way to do it?
Notification Bot (Mar 28 2025 at 16:00):
This topic was moved here from #announce > how to def a transfrom from ℚ_[p]⟦X⟧ →ℚ_[p]⟦X⟧ by Mario Carneiro.
Aaron Liu (Mar 28 2025 at 16:01):
Please post a #mwe using #backticks
Last updated: May 02 2025 at 03:31 UTC