I know that in the definition of limit they say that if $\ \ \forall \varepsilon > 0\ \ \exists \ \delta > 0 \ \ $But why not $\ \ \forall \delta> 0\ \exists \ \varepsilon > 0$?
Thanks for the replies. But, my question is not just about inter changing greek letters. I am asking, why the delta on the x axis is dependent on the epsilon on the y axis? why not the other way around?
What matters is not the Greek letter that's used after the universal quantifier and the existential quantifiers. What matters is the rest of the definition, and matching the correct variable in the ensuing definition with the correct quantified variable.
$$\forall \varepsilon > 0\ \exists \ \delta > 0 : \forall x\ (0 < |x - c | < \delta \ \Rightarrow \ |f(x) - L| < \varepsilon)$$ could just as easily be written (albeit unconventionally) as
$$\forall \delta > 0\ \exists \ \varepsilon > 0 : \forall x\ (0 < |x - c | < \varepsilon \ \Rightarrow \ |f(x) - L| < \delta). $$