0

Is there a notion of a "continuous functions between continuous functions" over some interval $I\in \mathbb{R}$?

For instance, some $G_t$ that satisfies $G_0=f(x), G_1=g(x)$, which varies continuously between the $f(x)$ and $g(x)$ with $t\in[0,1]$.

For this to make sense, I can imagine we would require $J_a(t)=G_t(a)$ to be a continuous function over $t\in [0,1]$. This would then need to apply for all $a \in I$.

Kcronix
  • 353

3 Answers3

1

https://en.wikipedia.org/wiki/Homotopy#Formal_definition

You might have a look at the concept of "Homotopy".

Lilla
  • 2,099
1

I think that homotopy maybe answers your question. https://en.wikipedia.org/wiki/Homotopy

So the definition is: A homotopy between two continuous functions $f$ and $g$ from a topological space $X$ to a topological space $Y$ is defined to be a continuous function ${\displaystyle H:X\times [0,1]\to Y}$ from the product of the space $X$ with the unit interval $[0,1]$ to $Y$ such that ${\displaystyle H(x,0)=f(x)}$ and ${\displaystyle H(x,1)=g(x)}$ for all ${\displaystyle x\in X}$.

Greg
  • 59
1

A convex combination of two continuous functions is continuous as well. So that is one example.

$$G_t(x) = (1-t)G_0(x) + tG_1(x)$$

Annika
  • 6,873
  • 1
  • 9
  • 20