I recently came across the following system of equations:
$$x + y + z = 1 \\
x^2 + y^2 + z^2 = 2 \\
x^3 + y ^3 + z^3 = 3$$
And I have two questions:
One, is there a way to prove or disprove whether there is a solution for this particular set of equations? Furthermore, is there a way to expand the proof for a more generalized set of equations, that is for this set :
$$x + y + z = 1 \\ x^2 + y^2 + z^2 = 2 \\ ...\\x^n + y^n + z^n = n$$
Two, is there a simpler approach for the prior solution set than substitution? As of now, I'm not getting anywhere with this method. I end up getting into a long-winded series of substitution and isolation that yields something like $z = z$ or $1 = 1$.
Sorry if it's a repeat question; I couldn't exactly find an accurate way to search for the equations.

As lab bhattacharjee has mentioned, you can view $x,y,z$ as roots of a degree 3 polynomial, and thereby obtain:
$$x+y+z=1$$ $$xy+yz+zx=-\frac{1}{2}$$ $$xyz=\frac{1}{6}$$
Vieta's Formulas relates the above expressions to the coefficients of polynomials, from which we can solve for $x,y,z$
In response to your other question:
Note that the first three relations: $$x+y+z=1$$ $$x^2+y^2+z^2=2$$ $$x^3+y^3+z^3=3$$ completely define $x,y,z$ (up to symmetry), as these relations define a degree $3$ polynomial, which clearly has $3$ (not necessarily distinct) roots, which must be $x,y,z$ respeectively.
Thus $x^4+y^4+z^4$, for instance, is already defined as $\frac{31}{6}$, and not $4$, so the general question has no solutions.
The general identities $x_1^k+x_2^k+\dots+x_m^k=n_k$ for some polynomial with degree $m$ and roots $x_1,\dots,x_m$ and their relation to the coefficients of the polynomial are actually well-known as Newton's Identities, so you can actually easily derive the relations that lab bhattacharjee mentioned in his posts.