Natel said:
I guess my original question was are these assertions correct independently, even if i didn't prove them?
Is this true?
\lim_{a\rightarrow 0} \frac{b}{a} = \lim_{d\rightarrow \infty} bd
If you define 1/a = d, then yes, this is true. However, if you plug this into an expression which has a variable already labelled a or d, then you have to use a different letter to denote one of these variables, because they are not the same. This is a mistake you made in your proof: you set 1/y = n, but you already had an n in your expression, so you should have let 1/y = m. Your proof would have then had to work out different, because your manipulations depended on the confusion between the n from "1/y = n" and the n that was already present in your expression.
1 = \lim_{y\rightarrow 0}\lim_{m \rightarrow \infty} my
If m and y are independent, no. The right hand side is an indeterminate expression. If m depends on y somehow, then it could be true, but then you would only have one limit on the right hand side because m is a function of y. If m = 1/y, then you get
\lim_{y \rightarrow 0} m(y)y = y/y = 1,
but if m = ln(y), you get
\lim_{y \rightarrow 0} m(y)y = y\ln(y) = 0.