<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Tetration Forum - Mathematical and General Discussion]]></title>
		<link>https://tetrationforum.org/</link>
		<description><![CDATA[Tetration Forum - https://tetrationforum.org]]></description>
		<pubDate>Tue, 12 May 2026 11:43:12 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Recurrence relations and differential equations]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1819</link>
			<pubDate>Wed, 06 May 2026 06:58:49 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=323">Natsugou</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1819</guid>
			<description><![CDATA[I'd like to hear your thoughts on why recurrence relations are considered the discrete version of differential equations.<br />
I'm trying to generalize recurrence relations and autonomous differential equations.<br />
I think that \(\mathbb{R}_+\)-actions are the straightforward continuous version of \(\mathbb{N}\)-actions, so I checked whether an orbit of a \(\mathbb{R}_+\)-action is always a solution (an integral curve) of an autonomous differential equation, and the opposite.<br />
<br />
\(\gamma: \mathbb{R} \to \mathbb{R}^n\) is an orbit of a \(\mathbb{R}\)-action if and only if \(\gamma(s) = \gamma(t) \implies \gamma(s+u) = \gamma(t+u)\) for all \(u \in \mathbb{R}\).<br />
\(\gamma\) is an orbit of a \(\mathbb{R}_+\)-action if and only if \(\gamma(s) = \gamma(t) \implies \gamma(s+u) = \gamma(t+u)\) for all \(u &gt; 0\).<br />
\(\gamma\) is a solution of an autonomous differential equation \(\gamma'(t) = F(\gamma(t))\) if and only if \(\gamma(s) = \gamma(t) \implies \gamma'(s) = \gamma'(t)\). (Define \(F(x) := \gamma'(t)\) when \(x = \gamma(t)\). The \(F\) is well-defined on \(\gamma(\mathbb{R})\) because of the hypothesis.)<br />
<br />
From the Picard–Lindelöf theorem, if \(F: \mathbb{R}^n \to \mathbb{R}^n\) is Lipschitz continuous, a solution \(\gamma: \mathbb{R} \to \mathbb{R}^n\) of a differential equation \(\gamma'(t) = F(\gamma(t))\) is always an orbit of a \(\mathbb{R}\)-action. <br />
Trivially an orbit of a \(\mathbb{R}\)-action is an orbit of a \(\mathbb{R}_+\)-action. <br />
If an orbit of a \(\mathbb{R}_+\)-action is differentiable,  it's always a solution of an autonomous differential equation. (The proof is described below.)<br />
Therefore let \(\gamma: \mathbb{R} \to \mathbb{R}^n\) is differentiable, then<br />
\[<br />
  \begin{array}{ll}<br />
    &amp; \text{there exists a Lipschitz continuous \(F: \mathbb{R}^n \to \mathbb{R}^n\) such that \(\gamma'(t) = F(\gamma(t))\)} \\<br />
    \implies &amp; \text{\(\gamma\) is an orbit of a \(\mathbb{R}\)-action} \\<br />
    \implies &amp; \text{\(\gamma\) is an orbit of a \(\mathbb{R}_+\)-action} \\<br />
    \implies &amp; \text{there exists \(F: \mathbb{R}^n \to \mathbb{R}^n\) such that \(\gamma'(t) = F(\gamma(t))\)}.<br />
  \end{array}<br />
\]<br />
The opposites are not true.<br />
<br />
An orbit of a \(\mathbb{R}\)-action that is not a solution of an autonomous differential equation of a Lipschitz continuous function:<br />
Since<br />
\[<br />
  \gamma(t) =<br />
  \begin{cases}<br />
    -t^2 &amp; (t \leq 0) \\<br />
    t^2 &amp; (t \geq 0)<br />
  \end{cases}<br />
\]<br />
is injective, the \(\gamma: \mathbb{R} \to \mathbb{R}^1\) is an orbit of \(\mathbb{R}\)-action.<br />
Assume there exists a Lipschitz continuous \(F: \mathbb{R}^1 \to \mathbb{R}^1\) such that \(\gamma'(t) = F(\gamma(t))\).<br />
Then there exists \(L \in \mathbb{R}\) such that \(|\gamma'(t_1) - \gamma'(t_2)| = |F(\gamma(t_1)) - F(\gamma(t_2))| \leq L|\gamma(t_1) - \gamma(t_2)|\) for all \(t_1, t_2 \in \mathbb{R}\).<br />
Let \(t_1 \neq 0\) and \(t_2 = 0\).<br />
We see \(\gamma'(t) = 2|t|\), so \(2|t_1| \leq L|t_1^2|\). Therefore<br />
\[<br />
  \left|\frac{1}{t_1}\right| = \left|\frac{t_1}{t_1^2}\right| \leq \frac{L}{2}.<br />
\]<br />
\(\left|\frac{1}{t_1}\right| \longrightarrow \infty\) when \(t_1 \longrightarrow 0\), that is a contradiction.<br />
<br />
A differentiable orbit of a \(\mathbb{R}_+\)-action that is not an orbit of a \(\mathbb{R}\)-action:<br />
\[<br />
  \gamma: \mathbb{R} \to \mathbb{R}^1, \quad<br />
  \gamma(t) =<br />
  \begin{cases}<br />
    t^2 &amp; (t \leq 0) \\<br />
    0 &amp; (t \geq 0)<br />
  \end{cases}<br />
\]<br />
is an example of it.<br />
<br />
A solution of an autonomous differential equation that is not an orbit of a \(\mathbb{R}_+\)-action:<br />
\[<br />
  \gamma: \mathbb{R} \to \mathbb{R}^1, \quad<br />
  \gamma(t) =<br />
  \begin{cases}<br />
    0 &amp; (t \leq 0) \\<br />
    t^2 &amp; (t \geq 0)<br />
  \end{cases}<br />
\]<br />
is a solution of \(\gamma'(t) = F(\gamma(t))\) where<br />
\[<br />
  F: \mathbb{R}^1 \to \mathbb{R}^1, \quad<br />
  F(x) =<br />
  \begin{cases}<br />
    0 &amp; (x \leq 0) \\<br />
    2\sqrt{x} &amp; (x \geq 0),<br />
  \end{cases}<br />
\]<br />
while \(\gamma(-1) = \gamma(0)\) and \(\gamma(-1+1) = 0 \neq 1 = \gamma(0+1)\).<br />
<br />
Proof of that a differentiable orbit of a \(\mathbb{R}_+\)-action is a solution of an autonomous differential equation:<br />
We'll prove the contraposition.<br />
Let \(\gamma: \mathbb{R} \to \mathbb{R}^n\) is differentiable, \(\gamma(t) = (\gamma_1(t), \dots, \gamma_n(t))\). (\(\gamma'(t)\) denotes \((\gamma_1'(t), \dots, \gamma_n'(t))\).)<br />
Assume \(\gamma\) is not a a solution of an autonomous differential equation.<br />
Then there are \(t_1, t_2 \in \mathbb{R}\) such that \(\gamma(t_1) = \gamma(t_2)\) and \(\gamma'(t_1) \neq \gamma'(t_2)\).<br />
Therefore \(\gamma'_i(t_1) \neq \gamma'_i(t_2)\) for some \(i\).<br />
Define \(x = \gamma_i(t_1) = \gamma_i(t_2)\), \(\alpha = \gamma_i'(t_1)\), and \(\beta = \gamma_i'(t_2)\). We can assume \(\alpha &lt; \beta\) w.l.o.g.<br />
We know<br />
\[<br />
  \forall \varepsilon_1 &gt; 0, \exists \delta_1 &gt; 0, \forall h \in (-\delta_1, \delta_1), \left|\frac{\gamma_i(t_1+h)-x}{h} - \alpha\right| &lt; \varepsilon_1<br />
\]<br />
and<br />
\[<br />
  \forall \varepsilon_2 &gt; 0, \exists \delta_2 &gt; 0, \forall h \in (-\delta_2, \delta_2), \left|\frac{\gamma_i(t_2+h)-x}{h} - \beta\right| &lt; \varepsilon_2.<br />
\]<br />
Thus<br />
\[<br />
  x + \alpha h - \varepsilon_1|h| &lt; \gamma_i(t_1+h) &lt; x + \alpha h + \varepsilon_1|h|,<br />
\]<br />
\[<br />
  x + \beta h - \varepsilon_2|h| &lt; \gamma_i(t_2+h) &lt; x + \beta h + \varepsilon_2|h|.<br />
\]<br />
Since \(\beta - \alpha &gt; 0\) there are \(\varepsilon, \varepsilon' \in \mathbb{R}\) such that \(0 &lt; \varepsilon &lt; \varepsilon' &lt; \beta - \alpha\).<br />
Substitute \(\varepsilon_1 = \varepsilon\) and \(\varepsilon_2 = \beta - \alpha - \varepsilon'\), then for any \(0 &lt; h &lt; \min\{\delta_1, \delta_2\}\),<br />
\begin{align*}<br />
  \gamma_i(t_1+h) &amp;&lt; x + \alpha h + \varepsilon_1|h| \\<br />
  &amp;= x + \alpha h + \varepsilon h \\<br />
  &amp;&lt; x + \alpha h + \varepsilon'h \\<br />
  &amp;= x + \beta h - (\beta - \alpha - \varepsilon')h \\<br />
  &amp;= x + \beta h - \varepsilon_2|h| \\<br />
  &amp;&lt; \gamma_i(t_2+h).<br />
\end{align*}<br />
That is \(\gamma(t_1+h) \neq \gamma(t_2+h)\).<br />
Therefore \(\gamma\) is not an orbit of a \(\mathbb{R}_+\)-action.<br />
<br />
From these results, I lost sight of what is the relation between an autonomous differential equation and a \(\mathbb{R}_+\)-action (or a \(\mathbb{N}\)-action).<br />
I was hoping you could help me find that relation.]]></description>
			<content:encoded><![CDATA[I'd like to hear your thoughts on why recurrence relations are considered the discrete version of differential equations.<br />
I'm trying to generalize recurrence relations and autonomous differential equations.<br />
I think that \(\mathbb{R}_+\)-actions are the straightforward continuous version of \(\mathbb{N}\)-actions, so I checked whether an orbit of a \(\mathbb{R}_+\)-action is always a solution (an integral curve) of an autonomous differential equation, and the opposite.<br />
<br />
\(\gamma: \mathbb{R} \to \mathbb{R}^n\) is an orbit of a \(\mathbb{R}\)-action if and only if \(\gamma(s) = \gamma(t) \implies \gamma(s+u) = \gamma(t+u)\) for all \(u \in \mathbb{R}\).<br />
\(\gamma\) is an orbit of a \(\mathbb{R}_+\)-action if and only if \(\gamma(s) = \gamma(t) \implies \gamma(s+u) = \gamma(t+u)\) for all \(u &gt; 0\).<br />
\(\gamma\) is a solution of an autonomous differential equation \(\gamma'(t) = F(\gamma(t))\) if and only if \(\gamma(s) = \gamma(t) \implies \gamma'(s) = \gamma'(t)\). (Define \(F(x) := \gamma'(t)\) when \(x = \gamma(t)\). The \(F\) is well-defined on \(\gamma(\mathbb{R})\) because of the hypothesis.)<br />
<br />
From the Picard–Lindelöf theorem, if \(F: \mathbb{R}^n \to \mathbb{R}^n\) is Lipschitz continuous, a solution \(\gamma: \mathbb{R} \to \mathbb{R}^n\) of a differential equation \(\gamma'(t) = F(\gamma(t))\) is always an orbit of a \(\mathbb{R}\)-action. <br />
Trivially an orbit of a \(\mathbb{R}\)-action is an orbit of a \(\mathbb{R}_+\)-action. <br />
If an orbit of a \(\mathbb{R}_+\)-action is differentiable,  it's always a solution of an autonomous differential equation. (The proof is described below.)<br />
Therefore let \(\gamma: \mathbb{R} \to \mathbb{R}^n\) is differentiable, then<br />
\[<br />
  \begin{array}{ll}<br />
    &amp; \text{there exists a Lipschitz continuous \(F: \mathbb{R}^n \to \mathbb{R}^n\) such that \(\gamma'(t) = F(\gamma(t))\)} \\<br />
    \implies &amp; \text{\(\gamma\) is an orbit of a \(\mathbb{R}\)-action} \\<br />
    \implies &amp; \text{\(\gamma\) is an orbit of a \(\mathbb{R}_+\)-action} \\<br />
    \implies &amp; \text{there exists \(F: \mathbb{R}^n \to \mathbb{R}^n\) such that \(\gamma'(t) = F(\gamma(t))\)}.<br />
  \end{array}<br />
\]<br />
The opposites are not true.<br />
<br />
An orbit of a \(\mathbb{R}\)-action that is not a solution of an autonomous differential equation of a Lipschitz continuous function:<br />
Since<br />
\[<br />
  \gamma(t) =<br />
  \begin{cases}<br />
    -t^2 &amp; (t \leq 0) \\<br />
    t^2 &amp; (t \geq 0)<br />
  \end{cases}<br />
\]<br />
is injective, the \(\gamma: \mathbb{R} \to \mathbb{R}^1\) is an orbit of \(\mathbb{R}\)-action.<br />
Assume there exists a Lipschitz continuous \(F: \mathbb{R}^1 \to \mathbb{R}^1\) such that \(\gamma'(t) = F(\gamma(t))\).<br />
Then there exists \(L \in \mathbb{R}\) such that \(|\gamma'(t_1) - \gamma'(t_2)| = |F(\gamma(t_1)) - F(\gamma(t_2))| \leq L|\gamma(t_1) - \gamma(t_2)|\) for all \(t_1, t_2 \in \mathbb{R}\).<br />
Let \(t_1 \neq 0\) and \(t_2 = 0\).<br />
We see \(\gamma'(t) = 2|t|\), so \(2|t_1| \leq L|t_1^2|\). Therefore<br />
\[<br />
  \left|\frac{1}{t_1}\right| = \left|\frac{t_1}{t_1^2}\right| \leq \frac{L}{2}.<br />
\]<br />
\(\left|\frac{1}{t_1}\right| \longrightarrow \infty\) when \(t_1 \longrightarrow 0\), that is a contradiction.<br />
<br />
A differentiable orbit of a \(\mathbb{R}_+\)-action that is not an orbit of a \(\mathbb{R}\)-action:<br />
\[<br />
  \gamma: \mathbb{R} \to \mathbb{R}^1, \quad<br />
  \gamma(t) =<br />
  \begin{cases}<br />
    t^2 &amp; (t \leq 0) \\<br />
    0 &amp; (t \geq 0)<br />
  \end{cases}<br />
\]<br />
is an example of it.<br />
<br />
A solution of an autonomous differential equation that is not an orbit of a \(\mathbb{R}_+\)-action:<br />
\[<br />
  \gamma: \mathbb{R} \to \mathbb{R}^1, \quad<br />
  \gamma(t) =<br />
  \begin{cases}<br />
    0 &amp; (t \leq 0) \\<br />
    t^2 &amp; (t \geq 0)<br />
  \end{cases}<br />
\]<br />
is a solution of \(\gamma'(t) = F(\gamma(t))\) where<br />
\[<br />
  F: \mathbb{R}^1 \to \mathbb{R}^1, \quad<br />
  F(x) =<br />
  \begin{cases}<br />
    0 &amp; (x \leq 0) \\<br />
    2\sqrt{x} &amp; (x \geq 0),<br />
  \end{cases}<br />
\]<br />
while \(\gamma(-1) = \gamma(0)\) and \(\gamma(-1+1) = 0 \neq 1 = \gamma(0+1)\).<br />
<br />
Proof of that a differentiable orbit of a \(\mathbb{R}_+\)-action is a solution of an autonomous differential equation:<br />
We'll prove the contraposition.<br />
Let \(\gamma: \mathbb{R} \to \mathbb{R}^n\) is differentiable, \(\gamma(t) = (\gamma_1(t), \dots, \gamma_n(t))\). (\(\gamma'(t)\) denotes \((\gamma_1'(t), \dots, \gamma_n'(t))\).)<br />
Assume \(\gamma\) is not a a solution of an autonomous differential equation.<br />
Then there are \(t_1, t_2 \in \mathbb{R}\) such that \(\gamma(t_1) = \gamma(t_2)\) and \(\gamma'(t_1) \neq \gamma'(t_2)\).<br />
Therefore \(\gamma'_i(t_1) \neq \gamma'_i(t_2)\) for some \(i\).<br />
Define \(x = \gamma_i(t_1) = \gamma_i(t_2)\), \(\alpha = \gamma_i'(t_1)\), and \(\beta = \gamma_i'(t_2)\). We can assume \(\alpha &lt; \beta\) w.l.o.g.<br />
We know<br />
\[<br />
  \forall \varepsilon_1 &gt; 0, \exists \delta_1 &gt; 0, \forall h \in (-\delta_1, \delta_1), \left|\frac{\gamma_i(t_1+h)-x}{h} - \alpha\right| &lt; \varepsilon_1<br />
\]<br />
and<br />
\[<br />
  \forall \varepsilon_2 &gt; 0, \exists \delta_2 &gt; 0, \forall h \in (-\delta_2, \delta_2), \left|\frac{\gamma_i(t_2+h)-x}{h} - \beta\right| &lt; \varepsilon_2.<br />
\]<br />
Thus<br />
\[<br />
  x + \alpha h - \varepsilon_1|h| &lt; \gamma_i(t_1+h) &lt; x + \alpha h + \varepsilon_1|h|,<br />
\]<br />
\[<br />
  x + \beta h - \varepsilon_2|h| &lt; \gamma_i(t_2+h) &lt; x + \beta h + \varepsilon_2|h|.<br />
\]<br />
Since \(\beta - \alpha &gt; 0\) there are \(\varepsilon, \varepsilon' \in \mathbb{R}\) such that \(0 &lt; \varepsilon &lt; \varepsilon' &lt; \beta - \alpha\).<br />
Substitute \(\varepsilon_1 = \varepsilon\) and \(\varepsilon_2 = \beta - \alpha - \varepsilon'\), then for any \(0 &lt; h &lt; \min\{\delta_1, \delta_2\}\),<br />
\begin{align*}<br />
  \gamma_i(t_1+h) &amp;&lt; x + \alpha h + \varepsilon_1|h| \\<br />
  &amp;= x + \alpha h + \varepsilon h \\<br />
  &amp;&lt; x + \alpha h + \varepsilon'h \\<br />
  &amp;= x + \beta h - (\beta - \alpha - \varepsilon')h \\<br />
  &amp;= x + \beta h - \varepsilon_2|h| \\<br />
  &amp;&lt; \gamma_i(t_2+h).<br />
\end{align*}<br />
That is \(\gamma(t_1+h) \neq \gamma(t_2+h)\).<br />
Therefore \(\gamma\) is not an orbit of a \(\mathbb{R}_+\)-action.<br />
<br />
From these results, I lost sight of what is the relation between an autonomous differential equation and a \(\mathbb{R}_+\)-action (or a \(\mathbb{N}\)-action).<br />
I was hoping you could help me find that relation.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[the fraction iteration approximation of tetration]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1818</link>
			<pubDate>Tue, 14 Apr 2026 17:52:40 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=345">Alex Zuma 2025</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1818</guid>
			<description><![CDATA[we approximate the arbitrary base logarithm with a rational function, namely (ax+b)/(cx+d).<br />
we choose a to be 2, b to be -2, c to be ln(a1), d to also be ln(a1)<br />
a1 is the arbitrary base of the logarithm.<br />
when we're done, we use the iteration formula for (ax+b)/(cx+d).<br />
and we get this graph: <a href="https://www.desmos.com/calculator/x6malmxjzt" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/x6malmxjzt</a>]]></description>
			<content:encoded><![CDATA[we approximate the arbitrary base logarithm with a rational function, namely (ax+b)/(cx+d).<br />
we choose a to be 2, b to be -2, c to be ln(a1), d to also be ln(a1)<br />
a1 is the arbitrary base of the logarithm.<br />
when we're done, we use the iteration formula for (ax+b)/(cx+d).<br />
and we get this graph: <a href="https://www.desmos.com/calculator/x6malmxjzt" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/x6malmxjzt</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Reviewing recent developments?]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1817</link>
			<pubDate>Wed, 31 Dec 2025 06:09:33 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=286">Ember Edison</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1817</guid>
			<description><![CDATA[It’s been a long time since I participated in community discussions. Have there been any significant new developments regarding tetration lately? Also, has the community discussed the paper <span style="font-style: italic;" class="mycode_i">Holomorphic Extension of Tetration to Complex Bases and Heights via Schröder's Equation</span> (<a href="https://doi.org/10.13140/RG.2.2.10348.48008" target="_blank" rel="noopener" class="mycode_url">https://doi.org/10.13140/RG.2.2.10348.48008</a>)? What are its primary conclusions? <br />
How this method compares to the Kneser?]]></description>
			<content:encoded><![CDATA[It’s been a long time since I participated in community discussions. Have there been any significant new developments regarding tetration lately? Also, has the community discussed the paper <span style="font-style: italic;" class="mycode_i">Holomorphic Extension of Tetration to Complex Bases and Heights via Schröder's Equation</span> (<a href="https://doi.org/10.13140/RG.2.2.10348.48008" target="_blank" rel="noopener" class="mycode_url">https://doi.org/10.13140/RG.2.2.10348.48008</a>)? What are its primary conclusions? <br />
How this method compares to the Kneser?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[extending normal tetration to real numbers using product tetration]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1816</link>
			<pubDate>Fri, 12 Dec 2025 18:49:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=345">Alex Zuma 2025</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1816</guid>
			<description><![CDATA[we start by constructing the base e product tetration of x which is denoted as \(\text{prodtet}_{e}(x)\)<br />
the base e product tetration has these recursive properties:<br />
\(\text{prodtet}_{e}(x)=\text{prodtet}_{e}(x-1)*e^{\text{prodtet}_{e}(x-1)}\)<br />
\(\text{prodtet}_{e}(x)=\text{W}(\text{prodtet}_{e}(x+1))\)<br />
also, product tetration has this following graph: <a href="https://www.desmos.com/calculator/zkjiz8jwh0" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/zkjiz8jwh0</a><br />
if you're wondering how i extended product tetration to real numbers, i used lagrange interpolation on the very far negative side of product tetration and applied recursive formulas.<br />
some example values of product tetration:<br />
\(\text{prodtet}_{e}(-1)=\text{W}(1)=0.56714... \)<br />
\(\text{prodtet}_{e}(0)=1\)<br />
\(\text{prodtet}_{e}(1)=e\)<br />
\(\text{prodtet}_{e}(2)=e^{e+1}\)<br />
and one accepted non-integer value for product tetration:<br />
\(\text{prodtet}_{e}(1/2)=1.5134...\)<br />
and we can express product tetration to different bases by introducing the inverse function of product tetration which will be called the product super logarithm.<br />
the product super logarithm will be denoted as \(\text{prodslog}_{e}(x)\)<br />
the product super logarithm also has some noteworthy recursive properties of its own:<br />
\(\text{prodslog}_{e}(x)=\text{prodslog}_{e}(xe^{x})-1\)<br />
\(\text{prodslog}_{e}(x)=\text{prodslog}_{e}(\text{W}(x))+1\)<br />
the product super logarithm also has a noteworthy graph (sorry if it's slow): <a href="https://www.desmos.com/calculator/sxjnv2212j" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/sxjnv2212j</a><br />
now for the base change formula of both the product tetration and the product super logarithm:<br />
\( \text{prodtet}_{a}(x)=\frac{\text{prodtet}_{e}(\text{prodslog}_{e}(\text{ln}(a))+x)}{\text{ln}(a)}\)<br />
\(\text{prodslog}_{a}(x)=\text{prodslog}_{e}(x*\text{ln}(a))-\text{prodslog}_{e}(\text{ln}(a))\)<br />
here, i give an example of the base change formulas with base pi: <a href="https://www.desmos.com/calculator/kwsqnpe4ef" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/kwsqnpe4ef</a><br />
the proof of the base change formulas is left as an exercise to the reader.<br />
now, back to the main topic of this post.<br />
we can literally extend normal tetration to real numbers by using product tetration because product tetration grows faster than normal tetration.<br />
here's how the process goes:<br />
we extend both the product tetration and the product super logarithm to real numbers using any interpolation technique we consider good. (in this case, i considered the lagrange interpolation good.)<br />
we take the product super logarithm of normal tetration and interpolate the result we get by doing so. (the interpolation still has to be good.)<br />
we finally take the product tetration of the above interpolation to get normal tetration.<br />
here's an example of this process being applied to base 2 tetration: <a href="https://www.desmos.com/calculator/r26svg3olm" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/r26svg3olm</a><br />
the numerical accuracy on desmos is bad for product tetration and the product super logarithm.<br />
and desmos can only calculate numbers up to \(2^{1024}\).<br />
i hope there is a calculator that functions like desmos but with greater numerical accuracy and the ability to calculate greater numbers than \(2^{1024}\).]]></description>
			<content:encoded><![CDATA[we start by constructing the base e product tetration of x which is denoted as \(\text{prodtet}_{e}(x)\)<br />
the base e product tetration has these recursive properties:<br />
\(\text{prodtet}_{e}(x)=\text{prodtet}_{e}(x-1)*e^{\text{prodtet}_{e}(x-1)}\)<br />
\(\text{prodtet}_{e}(x)=\text{W}(\text{prodtet}_{e}(x+1))\)<br />
also, product tetration has this following graph: <a href="https://www.desmos.com/calculator/zkjiz8jwh0" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/zkjiz8jwh0</a><br />
if you're wondering how i extended product tetration to real numbers, i used lagrange interpolation on the very far negative side of product tetration and applied recursive formulas.<br />
some example values of product tetration:<br />
\(\text{prodtet}_{e}(-1)=\text{W}(1)=0.56714... \)<br />
\(\text{prodtet}_{e}(0)=1\)<br />
\(\text{prodtet}_{e}(1)=e\)<br />
\(\text{prodtet}_{e}(2)=e^{e+1}\)<br />
and one accepted non-integer value for product tetration:<br />
\(\text{prodtet}_{e}(1/2)=1.5134...\)<br />
and we can express product tetration to different bases by introducing the inverse function of product tetration which will be called the product super logarithm.<br />
the product super logarithm will be denoted as \(\text{prodslog}_{e}(x)\)<br />
the product super logarithm also has some noteworthy recursive properties of its own:<br />
\(\text{prodslog}_{e}(x)=\text{prodslog}_{e}(xe^{x})-1\)<br />
\(\text{prodslog}_{e}(x)=\text{prodslog}_{e}(\text{W}(x))+1\)<br />
the product super logarithm also has a noteworthy graph (sorry if it's slow): <a href="https://www.desmos.com/calculator/sxjnv2212j" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/sxjnv2212j</a><br />
now for the base change formula of both the product tetration and the product super logarithm:<br />
\( \text{prodtet}_{a}(x)=\frac{\text{prodtet}_{e}(\text{prodslog}_{e}(\text{ln}(a))+x)}{\text{ln}(a)}\)<br />
\(\text{prodslog}_{a}(x)=\text{prodslog}_{e}(x*\text{ln}(a))-\text{prodslog}_{e}(\text{ln}(a))\)<br />
here, i give an example of the base change formulas with base pi: <a href="https://www.desmos.com/calculator/kwsqnpe4ef" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/kwsqnpe4ef</a><br />
the proof of the base change formulas is left as an exercise to the reader.<br />
now, back to the main topic of this post.<br />
we can literally extend normal tetration to real numbers by using product tetration because product tetration grows faster than normal tetration.<br />
here's how the process goes:<br />
we extend both the product tetration and the product super logarithm to real numbers using any interpolation technique we consider good. (in this case, i considered the lagrange interpolation good.)<br />
we take the product super logarithm of normal tetration and interpolate the result we get by doing so. (the interpolation still has to be good.)<br />
we finally take the product tetration of the above interpolation to get normal tetration.<br />
here's an example of this process being applied to base 2 tetration: <a href="https://www.desmos.com/calculator/r26svg3olm" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/r26svg3olm</a><br />
the numerical accuracy on desmos is bad for product tetration and the product super logarithm.<br />
and desmos can only calculate numbers up to \(2^{1024}\).<br />
i hope there is a calculator that functions like desmos but with greater numerical accuracy and the ability to calculate greater numbers than \(2^{1024}\).]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Confirmed: the constancy of the congruence speed holds in each squarefree radix]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1815</link>
			<pubDate>Mon, 01 Dec 2025 19:28:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=214">marcokrt</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1815</guid>
			<description><![CDATA[It has been a long time since my last post here, so I hope you will forgive the sudden appearance after one year of silence.<br />
I would like to share a very compact one-page note that summarizes six fundamental equations describing the constant congruence speed of integer tetration bases (greater than 1 and not a multiple of the selected radix) in arbitrary numeral systems \(r &gt; 1\).<br />
These few equations condense the key results established in our referenced recent works, including the complete formulas for prime radices, the explicit radix-6 and radix-10 cases, and a couple of elegant identities valid for all squarefree \(r &gt; 2\).<br />
<br />
In particular, I am especially fond of identity (4). It highlights the structural role of the \(r\)-adic fixed point \(1_r\): it considers 5 different parameters on the left-hand side, including the height of the power tower, which only needs to be greater than 1, and for \(k = 0\) (by Mihăilescu's theorem) it returns only perfect powers of exact order \(c\) whose radix-\(r\) constant congruence speed is exactly \(t\). Furthermore, it includes hyper-1 as sum/difference, hyper-2 as product, hyper-3 as exponentiation, and finally the function \(V\) arises from tetration (i.e., hyper-4).<br />
<br />
I am attaching these formulas as a figure; the one-page note is also available on Zenodo: <a href="https://zenodo.org/records/17781316" target="_blank" rel="noopener" class="mycode_url">Six fundamental equations for the constant congruence speed in any numeral system</a>.<br />
<br />
Comments, questions, and suggestions are of course welcome... it may also be interesting to discuss possible extensions or implications for related r-adic fixed-point structures or iterated-exponentiation phenomena (I have also developed a very rough key-exchange idea based on solving fundamental equations of the form \(y^t = y\) for sufficiently large odd values of \(t := t\)(\(r\)) in the ring of \(r\)-adic integers \(\mathbb{Z}_r\)).<br />
<br />
<img src="https://tetrationforum.org/images/attachtypes/image.gif" title="JPEG Image" border="0" alt=".jpg" />
&nbsp;&nbsp;<a href="attachment.php?aid=2106" target="_blank" title="">Six fundamental equations (reduced).jpg</a> (Size: 228.37 KB / Downloads: 228)
]]></description>
			<content:encoded><![CDATA[It has been a long time since my last post here, so I hope you will forgive the sudden appearance after one year of silence.<br />
I would like to share a very compact one-page note that summarizes six fundamental equations describing the constant congruence speed of integer tetration bases (greater than 1 and not a multiple of the selected radix) in arbitrary numeral systems \(r &gt; 1\).<br />
These few equations condense the key results established in our referenced recent works, including the complete formulas for prime radices, the explicit radix-6 and radix-10 cases, and a couple of elegant identities valid for all squarefree \(r &gt; 2\).<br />
<br />
In particular, I am especially fond of identity (4). It highlights the structural role of the \(r\)-adic fixed point \(1_r\): it considers 5 different parameters on the left-hand side, including the height of the power tower, which only needs to be greater than 1, and for \(k = 0\) (by Mihăilescu's theorem) it returns only perfect powers of exact order \(c\) whose radix-\(r\) constant congruence speed is exactly \(t\). Furthermore, it includes hyper-1 as sum/difference, hyper-2 as product, hyper-3 as exponentiation, and finally the function \(V\) arises from tetration (i.e., hyper-4).<br />
<br />
I am attaching these formulas as a figure; the one-page note is also available on Zenodo: <a href="https://zenodo.org/records/17781316" target="_blank" rel="noopener" class="mycode_url">Six fundamental equations for the constant congruence speed in any numeral system</a>.<br />
<br />
Comments, questions, and suggestions are of course welcome... it may also be interesting to discuss possible extensions or implications for related r-adic fixed-point structures or iterated-exponentiation phenomena (I have also developed a very rough key-exchange idea based on solving fundamental equations of the form \(y^t = y\) for sufficiently large odd values of \(t := t\)(\(r\)) in the ring of \(r\)-adic integers \(\mathbb{Z}_r\)).<br />
<br />
<img src="https://tetrationforum.org/images/attachtypes/image.gif" title="JPEG Image" border="0" alt=".jpg" />
&nbsp;&nbsp;<a href="attachment.php?aid=2106" target="_blank" title="">Six fundamental equations (reduced).jpg</a> (Size: 228.37 KB / Downloads: 228)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[what we should call the hyperoperations in different languages]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1814</link>
			<pubDate>Sat, 15 Nov 2025 15:12:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=345">Alex Zuma 2025</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1814</guid>
			<description><![CDATA[we already have the english names for hyperoperations: tetration, pentation, hexation, etc. but here are a few suggestions for what we should call the hyperoperations in different languages.<br />
romanian: tetrație, pentație, hexație, etc.<br />
icelandic: 4 rekstur, 5 rekstur, 6 rekstur, etc.<br />
note: in icelandic, rekstur means operation.<br />
german, french: same as english.<br />
second note: we already have the russian, turkish, spanish, and italian names for hyperoperations.<br />
mongolian: 4 үйл, 5 үйл, 6 үйл, etc.<br />
third note: in mongolian, үйл means operation.<br />
hungarian: 4 művelet, 5 művelet, 6 művelet, etc.<br />
fourth note: in hungarian, művelet means operation.<br />
you can add to the list if you know a language other than the ones mentioned here.]]></description>
			<content:encoded><![CDATA[we already have the english names for hyperoperations: tetration, pentation, hexation, etc. but here are a few suggestions for what we should call the hyperoperations in different languages.<br />
romanian: tetrație, pentație, hexație, etc.<br />
icelandic: 4 rekstur, 5 rekstur, 6 rekstur, etc.<br />
note: in icelandic, rekstur means operation.<br />
german, french: same as english.<br />
second note: we already have the russian, turkish, spanish, and italian names for hyperoperations.<br />
mongolian: 4 үйл, 5 үйл, 6 үйл, etc.<br />
third note: in mongolian, үйл means operation.<br />
hungarian: 4 művelet, 5 művelet, 6 művelet, etc.<br />
fourth note: in hungarian, művelet means operation.<br />
you can add to the list if you know a language other than the ones mentioned here.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Tetration with complex bases]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1813</link>
			<pubDate>Thu, 13 Nov 2025 09:33:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=326">TetrationSheep</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1813</guid>
			<description><![CDATA[Seeing as how, for real bases, tetration is usually defined by computing the inverse Abel function (α^-1(x)), and mapping the region above the main line where Im(α^-1(x)) = 0 (also extended in the negative direction, where it would otherwise be complex) to the upper-half plane, I was wondering how this would be done for complex bases. Is complex-based tetration computed by just extrapolating from the coefficients of real tetration, or just by using the inverse Abel function, or a different method entirely?]]></description>
			<content:encoded><![CDATA[Seeing as how, for real bases, tetration is usually defined by computing the inverse Abel function (α^-1(x)), and mapping the region above the main line where Im(α^-1(x)) = 0 (also extended in the negative direction, where it would otherwise be complex) to the upper-half plane, I was wondering how this would be done for complex bases. Is complex-based tetration computed by just extrapolating from the coefficients of real tetration, or just by using the inverse Abel function, or a different method entirely?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Orbit-like maps on linearly ordered groups]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1812</link>
			<pubDate>Sat, 08 Nov 2025 07:47:16 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=323">Natsugou</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1812</guid>
			<description><![CDATA[I want to extend the indexes of \(a\) of a recurrence relation \(a_{n+1} = f(a_n)\) to arbitrary linearly ordered groups.<br />
For a map \(a: \mathbb{Z} \to X, n \mapsto a_n\), there exists \(f: X \to X\) such that \(a_{n+1} = f(a_n)\) if and only if \(a_m = a_n \implies a_{m+k} = a_{n+k}\) for any positive integer \(k\).<br />
When \(a: \mathbb{Z} \to X\) satisfies the above condition, the periods of \(a\), \(P(a) = \{m-n \mid a_m = a_n\}\) is a subgroup of \(\mathbb{Z}\).<br />
<br />
To generalize to arbitrary linearly ordered groups, I will introduce some definitions.<br />
For a map \(a\) defined on a linearly ordered group \(G\),<br />
\(a\) is <span style="font-style: italic;" class="mycode_i">peep</span> if \(a(g) = a(h) \implies a(fg) = a(fh)\) for all \(f &gt; 1\).<br />
\(a\) is <span style="font-style: italic;" class="mycode_i">bib</span> if \(a(g) = a(h) \implies a(gf) = a(hf)\) for all \(f &gt; 1\).<br />
\(a\) is <span style="font-style: italic;" class="mycode_i">peep bib</span> if \(a\) is <span style="font-style: italic;" class="mycode_i">peep</span> and <span style="font-style: italic;" class="mycode_i">bib</span>.<br />
I define periods of \(a\) as<br />
\begin{align}<br />
  P(a) &amp;= \{g^{-1}h \mid a(g) = a(h)\} \\<br />
  &amp;= \{p \in G \mid \exists g, h \in G, p = g^{-1}h\: \text{and}\: a(g) = a(h)\} \\<br />
  &amp;= \{p \in G \mid \exists g \in G, a(g) = a(gp)\}.<br />
\end{align}<br />
A subgroup \(H\) of \(G\) is said to be <span style="font-style: italic;" class="mycode_i">fee</span> if \(g^{-1}Hg \subset H\) for all \(g &gt; 1\).<br />
<br />
Let \(G\) be a bi-ordered group and \(a\) be a map defined on \(G\). (Edit: \(G\) need not to be bi-ordered, just need to be linearly ordered.) Then<br />
\begin{equation}<br />
  \begin{array}{ccccc}<br />
  &amp; &amp; a\: \text{is}\: \textit{peep bib} &amp; \implies &amp; a\: \text{is}\: \textit{peep} \\<br />
  &amp; &amp; \Downarrow &amp; &amp; \Downarrow \\<br />
  P(a)\: \text{is normal} &amp; \implies &amp; P(a)\: \text{is}\: \textit{fee} &amp; \implies &amp; P(a)\: \text{is a subgroup} \\<br />
  \end{array}<br />
\end{equation}<br />
and the converses of these are not true.<br />
<br />
For example, let \(F\) be the free group generated by \(a, b\) and bi-ordred in the way of Definition 3 of <a href="https://doi.org/10.4153/CJM-2003-034-2" target="_blank" rel="noopener" class="mycode_url">https://doi.org/10.4153/CJM-2003-034-2</a><br />
Then the subgroup \(\langle a \rangle\) is not <span style="font-style: italic;" class="mycode_i">fee</span>.<br />
The <span style="font-style: italic;" class="mycode_i">fee</span> subgroup \(\langle b^{F_+} \rangle\) is not normal (shown in the attached pdf 
<br />
<img src="https://tetrationforum.org/images/attachtypes/pdf.gif" title="" border="0" alt=".pdf" />
&nbsp;&nbsp;<a href="attachment.php?aid=2105" target="_blank" title="">momo (4).pdf</a> (Size: 223.12 KB / Downloads: 155)
).<br />
We define a map \(a\) on \(\mathbb{Z}\) as<br />
\begin{equation}<br />
  \dots, -7, -6, -5, 22, -3, 22, -1, 0, 1, 0, 1, 0, 1, 0, 1, \dots<br />
\end{equation}<br />
Then \(a\) is neither <span style="font-style: italic;" class="mycode_i">peep</span> nor <span style="font-style: italic;" class="mycode_i">bib</span>, and \(P(a) = 2\mathbb{Z}\).]]></description>
			<content:encoded><![CDATA[I want to extend the indexes of \(a\) of a recurrence relation \(a_{n+1} = f(a_n)\) to arbitrary linearly ordered groups.<br />
For a map \(a: \mathbb{Z} \to X, n \mapsto a_n\), there exists \(f: X \to X\) such that \(a_{n+1} = f(a_n)\) if and only if \(a_m = a_n \implies a_{m+k} = a_{n+k}\) for any positive integer \(k\).<br />
When \(a: \mathbb{Z} \to X\) satisfies the above condition, the periods of \(a\), \(P(a) = \{m-n \mid a_m = a_n\}\) is a subgroup of \(\mathbb{Z}\).<br />
<br />
To generalize to arbitrary linearly ordered groups, I will introduce some definitions.<br />
For a map \(a\) defined on a linearly ordered group \(G\),<br />
\(a\) is <span style="font-style: italic;" class="mycode_i">peep</span> if \(a(g) = a(h) \implies a(fg) = a(fh)\) for all \(f &gt; 1\).<br />
\(a\) is <span style="font-style: italic;" class="mycode_i">bib</span> if \(a(g) = a(h) \implies a(gf) = a(hf)\) for all \(f &gt; 1\).<br />
\(a\) is <span style="font-style: italic;" class="mycode_i">peep bib</span> if \(a\) is <span style="font-style: italic;" class="mycode_i">peep</span> and <span style="font-style: italic;" class="mycode_i">bib</span>.<br />
I define periods of \(a\) as<br />
\begin{align}<br />
  P(a) &amp;= \{g^{-1}h \mid a(g) = a(h)\} \\<br />
  &amp;= \{p \in G \mid \exists g, h \in G, p = g^{-1}h\: \text{and}\: a(g) = a(h)\} \\<br />
  &amp;= \{p \in G \mid \exists g \in G, a(g) = a(gp)\}.<br />
\end{align}<br />
A subgroup \(H\) of \(G\) is said to be <span style="font-style: italic;" class="mycode_i">fee</span> if \(g^{-1}Hg \subset H\) for all \(g &gt; 1\).<br />
<br />
Let \(G\) be a bi-ordered group and \(a\) be a map defined on \(G\). (Edit: \(G\) need not to be bi-ordered, just need to be linearly ordered.) Then<br />
\begin{equation}<br />
  \begin{array}{ccccc}<br />
  &amp; &amp; a\: \text{is}\: \textit{peep bib} &amp; \implies &amp; a\: \text{is}\: \textit{peep} \\<br />
  &amp; &amp; \Downarrow &amp; &amp; \Downarrow \\<br />
  P(a)\: \text{is normal} &amp; \implies &amp; P(a)\: \text{is}\: \textit{fee} &amp; \implies &amp; P(a)\: \text{is a subgroup} \\<br />
  \end{array}<br />
\end{equation}<br />
and the converses of these are not true.<br />
<br />
For example, let \(F\) be the free group generated by \(a, b\) and bi-ordred in the way of Definition 3 of <a href="https://doi.org/10.4153/CJM-2003-034-2" target="_blank" rel="noopener" class="mycode_url">https://doi.org/10.4153/CJM-2003-034-2</a><br />
Then the subgroup \(\langle a \rangle\) is not <span style="font-style: italic;" class="mycode_i">fee</span>.<br />
The <span style="font-style: italic;" class="mycode_i">fee</span> subgroup \(\langle b^{F_+} \rangle\) is not normal (shown in the attached pdf 
<br />
<img src="https://tetrationforum.org/images/attachtypes/pdf.gif" title="" border="0" alt=".pdf" />
&nbsp;&nbsp;<a href="attachment.php?aid=2105" target="_blank" title="">momo (4).pdf</a> (Size: 223.12 KB / Downloads: 155)
).<br />
We define a map \(a\) on \(\mathbb{Z}\) as<br />
\begin{equation}<br />
  \dots, -7, -6, -5, 22, -3, 22, -1, 0, 1, 0, 1, 0, 1, 0, 1, \dots<br />
\end{equation}<br />
Then \(a\) is neither <span style="font-style: italic;" class="mycode_i">peep</span> nor <span style="font-style: italic;" class="mycode_i">bib</span>, and \(P(a) = 2\mathbb{Z}\).]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[i have a seemingly reasonable definition for tetration]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1810</link>
			<pubDate>Sun, 19 Oct 2025 15:00:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=345">Alex Zuma 2025</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1810</guid>
			<description><![CDATA[my definition of tetration goes like this:<br />
1. i construct the xth super root of y by lagrange interpolation.<br />
2. i evaluate my constructed super root function at a non-integer x value.<br />
3. i finally construct my tetration function by using the y value i got for my super root function.<br />
more details are given in this desmos graph: <a href="https://www.desmos.com/calculator/ooxd3v6twb" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/ooxd3v6twb</a><br />
as can be seen in the desmos graph, i constructed the xth super root of 2 and i chose 3.5 as my x value.<br />
that's how i constructed the 3.5th super root of 2 tetrated to x.<br />
if you want to know the value for the 3.5th super root of 2 using my method and kneser's, here it is:<br />
my method: \( \sqrt[3.5]{2}_{s}=1.45849906738\)<br />
kneser's method:  \( \sqrt[3.5]{2}_{s}=1.4584946676580992\)<br />
my method and kneser's method give slightly different results. that might be because the lagrange interpolation from my method does not approximate the super root function as well as kneser's method. but maybe the approximation problem can be solved using limits.<br />
here's what i mean: we take the limit of the xth super root as x goes to infinity.<br />
we interpolate the function using the limit values and we apply recursive formulas to construct the xth super root.<br />
it doesn't seem like it's easy to find recursive formulas for the xth super root.<br />
like i said in the title of this thread, my tetration method SEEMS reasonable. but i don't yet know if it IS reasonable.<br />
maybe someone finds a quick algorithm in desmos to compute super roots. the algorithm i found required a lot of iterations of newton's method. too many iterations of newton's method would be bad for my computer.<br />
and another point i would like to make: it seems like i can continue on a similar path for pentation, hexation, etc.<br />
and by continuing on a similar path, i mean adapting my tetration method for higher hyperoperations.]]></description>
			<content:encoded><![CDATA[my definition of tetration goes like this:<br />
1. i construct the xth super root of y by lagrange interpolation.<br />
2. i evaluate my constructed super root function at a non-integer x value.<br />
3. i finally construct my tetration function by using the y value i got for my super root function.<br />
more details are given in this desmos graph: <a href="https://www.desmos.com/calculator/ooxd3v6twb" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/ooxd3v6twb</a><br />
as can be seen in the desmos graph, i constructed the xth super root of 2 and i chose 3.5 as my x value.<br />
that's how i constructed the 3.5th super root of 2 tetrated to x.<br />
if you want to know the value for the 3.5th super root of 2 using my method and kneser's, here it is:<br />
my method: \( \sqrt[3.5]{2}_{s}=1.45849906738\)<br />
kneser's method:  \( \sqrt[3.5]{2}_{s}=1.4584946676580992\)<br />
my method and kneser's method give slightly different results. that might be because the lagrange interpolation from my method does not approximate the super root function as well as kneser's method. but maybe the approximation problem can be solved using limits.<br />
here's what i mean: we take the limit of the xth super root as x goes to infinity.<br />
we interpolate the function using the limit values and we apply recursive formulas to construct the xth super root.<br />
it doesn't seem like it's easy to find recursive formulas for the xth super root.<br />
like i said in the title of this thread, my tetration method SEEMS reasonable. but i don't yet know if it IS reasonable.<br />
maybe someone finds a quick algorithm in desmos to compute super roots. the algorithm i found required a lot of iterations of newton's method. too many iterations of newton's method would be bad for my computer.<br />
and another point i would like to make: it seems like i can continue on a similar path for pentation, hexation, etc.<br />
and by continuing on a similar path, i mean adapting my tetration method for higher hyperoperations.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[my proposed extension of the fast growing hierarchy to real numbers]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1809</link>
			<pubDate>Sun, 28 Sep 2025 18:15:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=345">Alex Zuma 2025</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1809</guid>
			<description><![CDATA[i made this algorithm on desmos where i extended the fast growing hierarchy to real numbers: <a href="https://www.desmos.com/calculator/i9ue4cyvan" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/i9ue4cyvan</a><br />
i took the superfunction of \(f_{2}(x)\) on the integer points and used lagrange interpolation on the left side of the superfunction.<br />
and that's how i got \(f_{3}(x)\).<br />
and you can go through the same process to get \(f_{4}(x)\), \(f_{5}(x)\), \(f_{6}(x)\), and so on...<br />
but i don't even know how \(f_{\omega}(x)\) can be extended.<br />
we first have to define the fast growing hierarchy for non-integer subscripts.<br />
\(f_{n}(1)=2\) for all n. and we can choose to keep it true for non-integer values of n.<br />
the only catch is that we don't yet have a full understanding of the fast growing hierarchy with real numbers.<br />
we can't just start taking derivatives, plugging in values, or anything like that.<br />
we have to actually understand the fast growing hierarchy.<br />
if we understand the fast growing hierarchy well enough, we can even extend it to complex numbers.]]></description>
			<content:encoded><![CDATA[i made this algorithm on desmos where i extended the fast growing hierarchy to real numbers: <a href="https://www.desmos.com/calculator/i9ue4cyvan" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/i9ue4cyvan</a><br />
i took the superfunction of \(f_{2}(x)\) on the integer points and used lagrange interpolation on the left side of the superfunction.<br />
and that's how i got \(f_{3}(x)\).<br />
and you can go through the same process to get \(f_{4}(x)\), \(f_{5}(x)\), \(f_{6}(x)\), and so on...<br />
but i don't even know how \(f_{\omega}(x)\) can be extended.<br />
we first have to define the fast growing hierarchy for non-integer subscripts.<br />
\(f_{n}(1)=2\) for all n. and we can choose to keep it true for non-integer values of n.<br />
the only catch is that we don't yet have a full understanding of the fast growing hierarchy with real numbers.<br />
we can't just start taking derivatives, plugging in values, or anything like that.<br />
we have to actually understand the fast growing hierarchy.<br />
if we understand the fast growing hierarchy well enough, we can even extend it to complex numbers.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[product tetration]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1808</link>
			<pubDate>Wed, 24 Sep 2025 11:47:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=345">Alex Zuma 2025</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1808</guid>
			<description><![CDATA[product tetration is the superfunction of \(f(x)=xa^{x}\).<br />
it uses the lambert w function (also known as the product logarithm) to go in the negative direction.<br />
product tetration requires three variables and is denoted as: \(\text{prodtet}(a,b,c)\)<br />
product tetration can be interpolated through lagrange polynomials for extension to real numbers.<br />
and it has this recursive property:<br />
\(\text{prodtet}(a,b,c)= f(\text{prodtet}(a,b,c-1))\) <br />
and this base case:<br />
\(\text{prodtet}(a,b,0)= b\) <br />
more details are given on this desmos graph: <a href="https://www.desmos.com/calculator/cnvdx5ce1r" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/cnvdx5ce1r</a>]]></description>
			<content:encoded><![CDATA[product tetration is the superfunction of \(f(x)=xa^{x}\).<br />
it uses the lambert w function (also known as the product logarithm) to go in the negative direction.<br />
product tetration requires three variables and is denoted as: \(\text{prodtet}(a,b,c)\)<br />
product tetration can be interpolated through lagrange polynomials for extension to real numbers.<br />
and it has this recursive property:<br />
\(\text{prodtet}(a,b,c)= f(\text{prodtet}(a,b,c-1))\) <br />
and this base case:<br />
\(\text{prodtet}(a,b,0)= b\) <br />
more details are given on this desmos graph: <a href="https://www.desmos.com/calculator/cnvdx5ce1r" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/cnvdx5ce1r</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[self penta root and infinite hexation]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1807</link>
			<pubDate>Sat, 30 Aug 2025 21:07:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=345">Alex Zuma 2025</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1807</guid>
			<description><![CDATA[i saw a thread about the self tetra root and infinite pentation but not about the self penta root or infinite hexation.<br />
so i decided that i would make this graph of the self penta root and infinite hexation: <a href="https://www.desmos.com/calculator/j99fxd2uzw?lang=en" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/j99fxd2uzw?lang=en</a><br />
i used some of my graphs from my community thread and this holomorphic tetration calculator: <a href="https://www.desmos.com/calculator/mvdkr1rp8i?lang=ru" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/mvdkr1rp8i?lang=ru</a><br />
and i used lagrange interpolation on the points that i could calculate for the self penta root.<br />
the holomorphic tetration calculator took painfully long so i could only plot a few points. <img src="https://tetrationforum.org/images/smilies/sad.gif" alt="Sad" title="Sad" class="smilie smilie_8" /><br />
i hope someone finds a faster way to implement tetration, pentation, etc. in desmos.]]></description>
			<content:encoded><![CDATA[i saw a thread about the self tetra root and infinite pentation but not about the self penta root or infinite hexation.<br />
so i decided that i would make this graph of the self penta root and infinite hexation: <a href="https://www.desmos.com/calculator/j99fxd2uzw?lang=en" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/j99fxd2uzw?lang=en</a><br />
i used some of my graphs from my community thread and this holomorphic tetration calculator: <a href="https://www.desmos.com/calculator/mvdkr1rp8i?lang=ru" target="_blank" rel="noopener" class="mycode_url">https://www.desmos.com/calculator/mvdkr1rp8i?lang=ru</a><br />
and i used lagrange interpolation on the points that i could calculate for the self penta root.<br />
the holomorphic tetration calculator took painfully long so i could only plot a few points. <img src="https://tetrationforum.org/images/smilies/sad.gif" alt="Sad" title="Sad" class="smilie smilie_8" /><br />
i hope someone finds a faster way to implement tetration, pentation, etc. in desmos.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Question] Classifying dynamical system by connected components]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1802</link>
			<pubDate>Fri, 06 Jun 2025 00:39:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=233">MphLee</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1802</guid>
			<description><![CDATA[If we consider all the structures of the form \(X=(X,f)\) where \(f:X\to X\) is an endofunction of the set \(X\), so no topology, continuity, and so on, we have some interesting classification going on. I'm not going to prove anything, but it all follows from the fact that such systems \(X\) are objects of the category of discrete time actions \(\mathbb{N} {\rm Set}\), called autonomous time discrete dynamical systems.<br />
<br />
Using this framework, we can approach discrete dynamics in a more visual and geometric manner. We can classify systems in a way very reminiscent of how we can classify vector spaces or other geometric objects.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Connected dynamical systems</span>  <br />
We can ask if \(X\) is connected. This happens if given two states of the system \(x,y\) there exists a third state \(z\) that connects them in the dynamics, i.e., such that \(f^n(x)=z=f^m(y)\). Connected dynamical systems can be visualized as made by only a single piece. Some examples of connected systems are:<ul class="mycode_list"><li>\( \bar { \mathbb N}=(\mathbb N, S) \) the naturals with successor;<br />
</li>
<li>\( \bar { \mathbb Z}=(\mathbb Z, S) \) the integers with successor; <br />
</li>
<li>\( \bar { \mathbb Z}_m=(\mathbb Z_m, S) \) this is the \(m\) element set with successor modulo \(m\), i.e., \(S(n):=n+1 \,{\rm mod} \,m\);<br />
</li>
<li>\( \bar { \Omega}=(\mathbb N, P) \) this is the natural number with cut-off predecessor, i.e., \(P(n)={\rm max}(0,n-1)\);<br />
</li>
<li>for \((p,h)\in \mathbb N^+\times \mathbb N\) define \( \bar { \mathbb N}_{(p,h)}=(\mathbb N, S) \) as \(p+h\) element set \(\{0,1,...,h, h+1,...,h+p-1\}\) with dynamic \(S(n)=n+1\) and \(S(h+p-1)=h\);<br />
</li>
<li>\(K=(\mathbb N, 0\cdot)\) is the constant function with \(0\) as the only fixed point where every \(n\) is mapped to \(0\);<br />
</li>
<li>\((\mathbb N[x],\frac{\rm d}{{\rm d}x})\) where the formal polynomial with natural coefficients \((a_0,a_1,a_2,...,a_d)\) is mapped to its formal derivative \((a_1,2a_2,3a_3,...,na_n)\). This dynamical system has a single fixed point.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Non-connected dynamical systems</span>  <br />
A system that is non-connected is the union of a finite or an infinite number of connected dynamical systems. Denote with \(\pi_0 X\) the set of connected components of \(X\); it is a partition of \(X\) into equivalence classes by the relation of "connected states." If \(\|\pi_0X\|=1\), then we have a connected dynamical system. We can see the ordinal \(\beta_0(X)=\|\pi_0X\|\) as a kind of Betti number of the dynamical system. This means that for each dynamical system \(X=(X,f)\), we can find a unique decomposition  <br />
\[\boxed{X=\bigsqcup_{\lambda\in \pi_0X} X_\lambda}\] <br />
as a sum of connected dynamical systems \(X_\lambda\). We have the following decompositions of non-connected dynamical systems:<ul class="mycode_list"><li>Let \(\bar{\mathbb R}=(\mathbb R,S)\) be the real numbers and the successor function.<br />
</li>
<li>Let \( h_{1,b}=(\mathbb N, h_{1,b}) \) be the naturals with addition by \(b\), i.e., \(h_{1,b}(n)=b+n\);<br />
</li>
<li>Let \( h_{2,b}=(\mathbb N, h_{2,b}) \) be the naturals with multiplication by \(b\), i.e., \(h_{2,b}(n)=b\cdot n\);<br />
</li>
<li>Let \( {\rm Collatz}=(\mathbb N, f) \) be the naturals with the Collatz map.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Proposition:</span>  <br />
i) First of all, the Collatz dynamic is connected, \(\|\pi_0 ({\rm Collatz})\|=1\) iff the Collatz's conjecture is true.<br />
ii) For the real numbers \(\pi_0\bar{\mathbb R}\cong [0,1)\) and since each real number can be decomposed in integer and fractional part \(r,n\) because \(x=r+n\) for \(r\in[0,1)\) we decompose the dynamics as \[\bar{\mathbb R}\cong [0,1)\bar{\mathbb N}\]<br />
iii) Then \(\|\pi_0 (h_{1,b})\|=b\) if \(b\neq 0\) \[h_{1,b}\cong b \bar { \mathbb N}\] each state is decomposed uniquely as \((r,h)\) where \(n=r+bh\) with \(0\leq r &lt; b\) (this is just the <a href="https://en.wikipedia.org/wiki/Euclidean_division" target="_blank" rel="noopener" class="mycode_url">Euclidean division</a>).  <br />
iv) And \(\|\pi_0 (h_{1,b})\|=\aleph_0\) if \(b=0\) since we have the dynamic of the identity where each state is a fixed point and \(h_{1,0}\cong \aleph_0 \bar { \mathbb Z}_1\).  <br />
v) For rank 2, i.e., multiplication, we have \(h_{2,0}=K\) thus \( \|\pi_0 (h_{2,0})\|=1\); \(h_{2,1}=h_{1,0}\) is the identity and \(\|\pi_0 (h_{2,b})\|=\aleph_0\) has infinite connected components if \(b\geq 2\). In the infinite case, we have the decomposition \[h_{2,b}\cong 1 \sqcup \mathbb N[x] \bar { \mathbb N}\] this decomposes each number \(n\) as the pair \((r,h)\) where \(b\) does not divide \(r\) and such that \(n=r\cdot b^h\).<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Motivation</span><br />
Why this matters? Because if let \({\rm hom}(X,Y)\) be the set of dynamical system maps \( \phi : (X,f)\to(Y,g) \), or equivarian maps with \( \phi(f(x))=g(\phi(x)) \) then<ul class="mycode_list"><li>\({\rm hom}(X,\bar { \mathbb N})\) is the set of positive integer valued abel functions of \(X\);<br />
</li>
<li>\({\rm hom}(X,\bar { \mathbb R})\) is the set of real valued abel functions of \(X\);<br />
</li>
<li>\({\rm hom}(X,h_{2,b})\) is the set of positive integer valued schroeder functions of \(X\);<br />
</li>
<li>\({\rm hom}(\bar { \mathbb N},X) \) contains the orbits of \(X\);<br />
</li>
<li>\({\rm hom}(\bar { \mathbb Z}_1,X) \) contains the all fixed points of \(X\), also called equilibria;<br />
</li>
<li>\({\rm hom}(\bar { \mathbb Z}_n,X) \) contains the all n-periodic points of \(X\);<br />
</li>
<li>\({\rm hom}(\bar { \mathbb R},X) \) contains the all the possible real superfunctions of \(X\), continuous, analytic and disconitnuous;<br />
</li>
<li>\({\rm hom}(\bar { \mathbb R},h_{3,b}) \) contains the all the possible real superfunctions of exponentiation, also the tetration;<br />
</li>
</ul>
<br />
If we know the decomposition in connected components of \(X=\bigsqcup_{\lambda\in \pi_0X} X_{\lambda}\) we can derive a parametrization of the hom-sets since<br />
\[\boxed{ {\rm hom}(\bigsqcup_{\lambda\in \pi_0X} X_{\lambda},Y)\cong \prod_{\lambda\in \pi_0X}{\rm hom}(X_{\lambda},Y) }\]<br />
<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Question</span>  <br />
<span style="color: #ff851b;" class="mycode_color">What is known about \(\pi_0 f\) for \(f\) being the logarithm or the exponentiation over the real numbers? Over the complex numbers?</span></blockquote>
]]></description>
			<content:encoded><![CDATA[If we consider all the structures of the form \(X=(X,f)\) where \(f:X\to X\) is an endofunction of the set \(X\), so no topology, continuity, and so on, we have some interesting classification going on. I'm not going to prove anything, but it all follows from the fact that such systems \(X\) are objects of the category of discrete time actions \(\mathbb{N} {\rm Set}\), called autonomous time discrete dynamical systems.<br />
<br />
Using this framework, we can approach discrete dynamics in a more visual and geometric manner. We can classify systems in a way very reminiscent of how we can classify vector spaces or other geometric objects.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Connected dynamical systems</span>  <br />
We can ask if \(X\) is connected. This happens if given two states of the system \(x,y\) there exists a third state \(z\) that connects them in the dynamics, i.e., such that \(f^n(x)=z=f^m(y)\). Connected dynamical systems can be visualized as made by only a single piece. Some examples of connected systems are:<ul class="mycode_list"><li>\( \bar { \mathbb N}=(\mathbb N, S) \) the naturals with successor;<br />
</li>
<li>\( \bar { \mathbb Z}=(\mathbb Z, S) \) the integers with successor; <br />
</li>
<li>\( \bar { \mathbb Z}_m=(\mathbb Z_m, S) \) this is the \(m\) element set with successor modulo \(m\), i.e., \(S(n):=n+1 \,{\rm mod} \,m\);<br />
</li>
<li>\( \bar { \Omega}=(\mathbb N, P) \) this is the natural number with cut-off predecessor, i.e., \(P(n)={\rm max}(0,n-1)\);<br />
</li>
<li>for \((p,h)\in \mathbb N^+\times \mathbb N\) define \( \bar { \mathbb N}_{(p,h)}=(\mathbb N, S) \) as \(p+h\) element set \(\{0,1,...,h, h+1,...,h+p-1\}\) with dynamic \(S(n)=n+1\) and \(S(h+p-1)=h\);<br />
</li>
<li>\(K=(\mathbb N, 0\cdot)\) is the constant function with \(0\) as the only fixed point where every \(n\) is mapped to \(0\);<br />
</li>
<li>\((\mathbb N[x],\frac{\rm d}{{\rm d}x})\) where the formal polynomial with natural coefficients \((a_0,a_1,a_2,...,a_d)\) is mapped to its formal derivative \((a_1,2a_2,3a_3,...,na_n)\). This dynamical system has a single fixed point.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Non-connected dynamical systems</span>  <br />
A system that is non-connected is the union of a finite or an infinite number of connected dynamical systems. Denote with \(\pi_0 X\) the set of connected components of \(X\); it is a partition of \(X\) into equivalence classes by the relation of "connected states." If \(\|\pi_0X\|=1\), then we have a connected dynamical system. We can see the ordinal \(\beta_0(X)=\|\pi_0X\|\) as a kind of Betti number of the dynamical system. This means that for each dynamical system \(X=(X,f)\), we can find a unique decomposition  <br />
\[\boxed{X=\bigsqcup_{\lambda\in \pi_0X} X_\lambda}\] <br />
as a sum of connected dynamical systems \(X_\lambda\). We have the following decompositions of non-connected dynamical systems:<ul class="mycode_list"><li>Let \(\bar{\mathbb R}=(\mathbb R,S)\) be the real numbers and the successor function.<br />
</li>
<li>Let \( h_{1,b}=(\mathbb N, h_{1,b}) \) be the naturals with addition by \(b\), i.e., \(h_{1,b}(n)=b+n\);<br />
</li>
<li>Let \( h_{2,b}=(\mathbb N, h_{2,b}) \) be the naturals with multiplication by \(b\), i.e., \(h_{2,b}(n)=b\cdot n\);<br />
</li>
<li>Let \( {\rm Collatz}=(\mathbb N, f) \) be the naturals with the Collatz map.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Proposition:</span>  <br />
i) First of all, the Collatz dynamic is connected, \(\|\pi_0 ({\rm Collatz})\|=1\) iff the Collatz's conjecture is true.<br />
ii) For the real numbers \(\pi_0\bar{\mathbb R}\cong [0,1)\) and since each real number can be decomposed in integer and fractional part \(r,n\) because \(x=r+n\) for \(r\in[0,1)\) we decompose the dynamics as \[\bar{\mathbb R}\cong [0,1)\bar{\mathbb N}\]<br />
iii) Then \(\|\pi_0 (h_{1,b})\|=b\) if \(b\neq 0\) \[h_{1,b}\cong b \bar { \mathbb N}\] each state is decomposed uniquely as \((r,h)\) where \(n=r+bh\) with \(0\leq r &lt; b\) (this is just the <a href="https://en.wikipedia.org/wiki/Euclidean_division" target="_blank" rel="noopener" class="mycode_url">Euclidean division</a>).  <br />
iv) And \(\|\pi_0 (h_{1,b})\|=\aleph_0\) if \(b=0\) since we have the dynamic of the identity where each state is a fixed point and \(h_{1,0}\cong \aleph_0 \bar { \mathbb Z}_1\).  <br />
v) For rank 2, i.e., multiplication, we have \(h_{2,0}=K\) thus \( \|\pi_0 (h_{2,0})\|=1\); \(h_{2,1}=h_{1,0}\) is the identity and \(\|\pi_0 (h_{2,b})\|=\aleph_0\) has infinite connected components if \(b\geq 2\). In the infinite case, we have the decomposition \[h_{2,b}\cong 1 \sqcup \mathbb N[x] \bar { \mathbb N}\] this decomposes each number \(n\) as the pair \((r,h)\) where \(b\) does not divide \(r\) and such that \(n=r\cdot b^h\).<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Motivation</span><br />
Why this matters? Because if let \({\rm hom}(X,Y)\) be the set of dynamical system maps \( \phi : (X,f)\to(Y,g) \), or equivarian maps with \( \phi(f(x))=g(\phi(x)) \) then<ul class="mycode_list"><li>\({\rm hom}(X,\bar { \mathbb N})\) is the set of positive integer valued abel functions of \(X\);<br />
</li>
<li>\({\rm hom}(X,\bar { \mathbb R})\) is the set of real valued abel functions of \(X\);<br />
</li>
<li>\({\rm hom}(X,h_{2,b})\) is the set of positive integer valued schroeder functions of \(X\);<br />
</li>
<li>\({\rm hom}(\bar { \mathbb N},X) \) contains the orbits of \(X\);<br />
</li>
<li>\({\rm hom}(\bar { \mathbb Z}_1,X) \) contains the all fixed points of \(X\), also called equilibria;<br />
</li>
<li>\({\rm hom}(\bar { \mathbb Z}_n,X) \) contains the all n-periodic points of \(X\);<br />
</li>
<li>\({\rm hom}(\bar { \mathbb R},X) \) contains the all the possible real superfunctions of \(X\), continuous, analytic and disconitnuous;<br />
</li>
<li>\({\rm hom}(\bar { \mathbb R},h_{3,b}) \) contains the all the possible real superfunctions of exponentiation, also the tetration;<br />
</li>
</ul>
<br />
If we know the decomposition in connected components of \(X=\bigsqcup_{\lambda\in \pi_0X} X_{\lambda}\) we can derive a parametrization of the hom-sets since<br />
\[\boxed{ {\rm hom}(\bigsqcup_{\lambda\in \pi_0X} X_{\lambda},Y)\cong \prod_{\lambda\in \pi_0X}{\rm hom}(X_{\lambda},Y) }\]<br />
<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Question</span>  <br />
<span style="color: #ff851b;" class="mycode_color">What is known about \(\pi_0 f\) for \(f\) being the logarithm or the exponentiation over the real numbers? Over the complex numbers?</span></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Tetration using the integral]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1800</link>
			<pubDate>Tue, 27 May 2025 22:27:04 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=343">Pentalogue</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1800</guid>
			<description><![CDATA[I have found an interesting and reliable method for obtaining a tetration result with a non-integer tetration exponent, the method of William Paulsen and Samuel Cowgill, which is based on limits and iterative functions. But here for the time being I am trying to find out about other, not so rigorous, ways to compute tetration, but which might give results close to those tetration results that are consistent with Paulsen and Cowgill's method, or close to the iterative (the most accurate) representation.<br />
I wondered what definite integral could be used to describe the tetration so that the function passes through all points of the tetration results with integer tetration exponents. This question arose because it is currently known that the gamma function is a complete analytic extension (one of the variants) of the factorial, and that it was not previously known what the solutions were for the factorial, which would be taken from a non-integer number. Only then did we calculate the integral that realizes the factorial function as a full analytic continuation, where the curve clearly passes through all points of factorials of integers, starting from zero factorial. The factorial is an iterative function because it is based on recursion, so the gamma function is also an iterative function.<br />
<br />
<img src="https://tetrationforum.org/images/attachtypes/image.gif" title="JPEG Image" border="0" alt=".jpg" />
&nbsp;&nbsp;<a href="attachment.php?aid=2101" target="_blank" title="">Screenshot_2025_0510_212419.jpg</a> (Size: 58.61 KB / Downloads: 587)
]]></description>
			<content:encoded><![CDATA[I have found an interesting and reliable method for obtaining a tetration result with a non-integer tetration exponent, the method of William Paulsen and Samuel Cowgill, which is based on limits and iterative functions. But here for the time being I am trying to find out about other, not so rigorous, ways to compute tetration, but which might give results close to those tetration results that are consistent with Paulsen and Cowgill's method, or close to the iterative (the most accurate) representation.<br />
I wondered what definite integral could be used to describe the tetration so that the function passes through all points of the tetration results with integer tetration exponents. This question arose because it is currently known that the gamma function is a complete analytic extension (one of the variants) of the factorial, and that it was not previously known what the solutions were for the factorial, which would be taken from a non-integer number. Only then did we calculate the integral that realizes the factorial function as a full analytic continuation, where the curve clearly passes through all points of factorials of integers, starting from zero factorial. The factorial is an iterative function because it is based on recursion, so the gamma function is also an iterative function.<br />
<br />
<img src="https://tetrationforum.org/images/attachtypes/image.gif" title="JPEG Image" border="0" alt=".jpg" />
&nbsp;&nbsp;<a href="attachment.php?aid=2101" target="_blank" title="">Screenshot_2025_0510_212419.jpg</a> (Size: 58.61 KB / Downloads: 587)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Not about tetration but what do you think about this paper?]]></title>
			<link>https://tetrationforum.org/showthread.php?tid=1799</link>
			<pubDate>Fri, 11 Apr 2025 03:27:28 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://tetrationforum.org/member.php?action=profile&uid=34">Ansus</a>]]></dc:creator>
			<guid isPermaLink="false">https://tetrationforum.org/showthread.php?tid=1799</guid>
			<description><![CDATA[There are very few good math forums that would allow free discussion about preprints and that have competent people.<br />
<br />
so, here I invite to discuss this new paper of mine:<br />
<br />
<a href="https://arxiv.org/abs/2411.00296" target="_blank" rel="noopener" class="mycode_url">https://arxiv.org/abs/2411.00296</a>]]></description>
			<content:encoded><![CDATA[There are very few good math forums that would allow free discussion about preprints and that have competent people.<br />
<br />
so, here I invite to discuss this new paper of mine:<br />
<br />
<a href="https://arxiv.org/abs/2411.00296" target="_blank" rel="noopener" class="mycode_url">https://arxiv.org/abs/2411.00296</a>]]></content:encoded>
		</item>
	</channel>
</rss>