What Are Functional Powers and How Can We Explore f^n(x)?

  • Thread starter Thread starter willsc8forwin
  • Start date Start date
  • Tags Tags
    Functional
willsc8forwin
Messages
1
Reaction score
0
I was reading on wikipedia about "functional powers", but I can't seem to find anything on it outside of this one section. I was wondering if there's any way to show anything for f^n(x). This is more of a general plea for more information on the topic than a specific question.

Oh and here's the wikipdia page I mentioned.http://en.wikipedia.org/wiki/Function_composition#Functional_powers"
 
Last edited by a moderator:
Physics news on Phys.org
willsc8forwin said:
I was reading on wikipedia about "functional powers", but I can't seem to find anything on it outside of this one section. I was wondering if there's any way to show anything for f^n(x). This is more of a general plea for more information on the topic than a specific question.

Oh and here's the wikipdia page I mentioned.http://en.wikipedia.org/wiki/Function_composition#Functional_powers"

Functional powers are used for example in Banach fixed point theorem http://en.wikipedia.org/wiki/Banach_fixed_point_theorem where one take a function f and investigates the limit of

x,f(x),f(f(x)),f(f(f(x))),...

Also check the theory of Markov chains, dynamics systems and fractals (i.e. iterated function systems). This used functional powers.
 
Last edited by a moderator:
Fixpoints are also very relevant in type theory and functional programming. The fixpoint function fix f = f(f(f(...))) allows for general recursion (which is useful for programmers), but opens the possibility of nonterminating programs (infinite loops) which correspond under the Curry-Howard isomorphism to proofs of false propositions.
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
I asked online questions about Proposition 2.1.1: The answer I got is the following: I have some questions about the answer I got. When the person answering says: ##1.## Is the map ##\mathfrak{q}\mapsto \mathfrak{q} A _\mathfrak{p}## from ##A\setminus \mathfrak{p}\to A_\mathfrak{p}##? But I don't understand what the author meant for the rest of the sentence in mathematical notation: ##2.## In the next statement where the author says: How is ##A\to...
Back
Top