Consider an optimization problem,
minimize f(Ax)+x^T x
the variable is n-vector x. The matrix A has size m by n and rank m. f is not necessarily differentiable or convex.
Show that the problem can be formulated as an equivalent problem with m variables, by making change of y = Ax.
Thanks.