Let $$p_1(x_1,x_2,\dots,x_n),p_2(x_1,x_2,\dots,x_n),\dots,p_n(x_1,x_2,\dots,x_n)$$ be polynomials with $n$ variables. I would like to to find out if $$p_1(x_1,x_2,\dots,x_n)=0\\ p_2(x_1,x_2,\dots,x_n)=0\\ \vdots\\ p_n(x_1,x_2,\dots,x_n)=0 $$
have finite number of solutions?
Is there something like Bézout's theorem for this problem? I know that if $n=2$, it means that I have only $2$ polynomials of $2$ variables $p_1(x_1,x_2)$ and $p_2(x_1,x_2)$ which are coprime and homogeneous, where $deg(p_1)=m$ and $deg(p_2)=n$ then number of solutions of $$p_1(x_1,x_2)=0\\ p_2(x_1,x_2)=0\\ $$ is at least $m\cdot n$.
Are there something general which can be use for my problem? It is enough to say that if polynomials $$p_1(x_1,x_2,\dots,x_n),p_2(x_1,x_2,\dots,x_n),\dots,p_n(x_1,x_2,\dots,x_n)$$ are coprime and homogeneous, that number of solutions of equations $$p_1(x_1,x_2,\dots,x_n)=0\\ p_2(x_1,x_2,\dots,x_n)=0\\ \vdots\\ p_n(x_1,x_2,\dots,x_n)=0 $$ is finite.
Any help will be appreciated. Thank you very much.