BIM_XY's blog

By BIM_XY, history, 7 months ago, In English

We know $$$f(x)\equiv \exp(\ln f(x))\equiv \pmod Q$$$ so $$$f^k(x) \equiv \exp(k\ln f(x))\equiv \exp(k\bmod Q\ln f(x))\equiv f^{k\bmod Q} (x) \pmod Q$$$ (Here, it is assumed that $$$\exp$$$ and $$$\ln$$$ are polynomials), but when $$$f(x)=(x+1),Q=2,k=2$$$, $$$f^k(x)\equiv 1\pmod Q$$$, but $$$f^{k\bmod Q}(x)\equiv x^2+1\pmod Q$$$, WHY??

  • Vote: I like it
  • +10
  • Vote: I do not like it

»
7 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Because i'm weak in maths. ;)

»
7 months ago, hide # |
 
Vote: I like it +9 Vote: I do not like it

$$$\exp$$$ and $$$\ln$$$ aren't well defined as polynomials in $$$\mathbb Z/Q\mathbb Z$$$ because their taylor series contain coefficients $$$\frac1{Q!}$$$ and $$$\frac1Q$$$ respectively, which mean division by 0 when working mod Q.

Also even without the mod Q, $$$\ln x$$$ does not have a power series representation centered at 0, the radius of convergence is 0.