At the Wikipedia, one of the initial descriptions of Chaos Theory regarding dynamical systems goes as follows:
Chaos theory is a branch of mathematics and it is focused on the behavior of dynamical systems that are highly sensitive to initial conditions. 'Chaos' is an interdisciplinary theory stating that within the apparent randomness of chaotic complex systems, there are underlying patterns, constant feedback loops, repetition, self-similarity, fractals, self-organization, and reliance on programming at the initial point known as sensitive dependence on initial conditions.
Regarding “sensitive dependence on initial conditions”, I have a doubt with one specific example: I have a two dimensional dynamical system that generates by iteration two $(X_n,Y_n)$ variables and is defined with three control parameters $D,f,t$ such that $X_n=f(X_{n-1},Y_{n-1},D,f,t)$ and $Y_n=g(X_{n-1},Y_{n-1},D,f,t)$ and the initial seed is $(x_0=0,y_0=0)$.
To what part does initial conditions refer here? To the initial seed $(x_0,y_0)$, or to the initial parameters $D,f,t$? or to both?
Context: I am not sure if I have a dynamical system that is chaotic or not because (more details in this former question):
When the seed is modified but the control parameters are not modified, the system reaches an attractor and is always the same one.
When the control parameters are slightly modified the system reaches an attractor but then it is different each time the control parameter is modified.
So only the changes in the control parameters make the attractor change with slight changes, but the changes in the seed obtain the same attractor when the control parameters do not change.
My questions are:
The “initial conditions” will refer to what part? To the initial seed $(x_0,y_0)$, or to the initial parameters $D,f,t$? or to both?
Then, is it correct to say that the dynamical system of my example is chaotic according to the definition because the attractor changes with slight variations of the control parameters (but not the seed)?
My thoughts: I think that both is the correct answer, but not really sure. All the classic examples as far as I recall seem to rely on the slight changes of the control parameters (e.g. bifurcation diagram of the logistics map) and not on the use of different seeds. Thanks in advance.