[ There is an apparently similar question involving the concept of " linear operator". However, my question is asked at a much more basic level. I even do not know what is a "linear operator". Please, do not label my question as " duplicate"]
To calculate f', we use a certain formula, more precisely a ratio
f(x+h) - f(x) / (x+h) -x.
I'd like to decompose the process that leads from f to f ' .
If I wanted to define this ratio as a function that would take place " between" f and f ', what would be the domain of this intermediary function ? Would it be a function of 2 variables : x and h?
An attempt.
Let f be a function.
I define a function g.
In order to define the domain of g, I first define a set
H = {h | there exists x2 and x1 belonging to Dom(f) such that h= x2 - x1 }
I then define : Dom (g) = the cartesain product of Dom(f) and of H.
Formula for g : g( x,h) = f(x+h)-f(x)/ (x+h)- x
And finally : f ' (x) = lim ( as h tends to 0) of g(x,h)