Let $\begin{align} \{ x_i \}_{i=1}^n \end{align}$ be a finite sequence such that $x_i\in\mathbb{N}$. Prove that if $x_i$ divides $\sum_{i=1}^n x_i$, $\forall{ 1\le i\le n}$ then there are $1\le j\neq h\le n$ such that $x_j$ divides $x_h$.
I know that I should avoid asking questions without trying to solve on my own, but I don't know where to start - I tried with induction but except the basis case of $n=2$. I couldn't reach anything.
Let $x_1,x_2\in\mathbb{N}$ such that $x_1|(x_1+x_2)$ and $x_2|(x_1+x_2)$ so $\exists k_1,k_2$ such that $$k_1\cdot x_1=x_1+x_2 \implies (k_1-1)\cdot x_1=x_2\implies x_1|x_2 \\k_2\cdot x_2=x_1+x_2\implies(k_2-1)\cdot x_2=x_1\implies x_2|x_1\\ \Longrightarrow x_1=x_2 $$
Probably induction won't help, but I also thought that maybe the pigeonhole principle might come in handy, but could not think about anything. Please help
Update:
This conjecture is false - note that it is equivalent to this conjecture, which was disproved by Nechemia Burshtein (See Example 2 after Question 6 here - Thanks to Lucid in the comments section of the other question for providing another reference that led to this.)
Note that to see the two conjectures are equivalent, we can observe that $x_j\mid \sum_{i=1}^n x_i$ for each $j$ if and only if $y_j:=\frac{\sum_{i=1}^n x_i}{x_j}$ is an integer, in which case we have $$\sum_{j=1}^n \frac{1}{y_j}=\sum_{j=1}^n \frac{x_j}{\sum_{i=1}^n x_i}=1,$$ and then $x_j\mid x_k$ if and only if $y_k\mid y_j$.
Original remark:
Here is an observation (too long for a comment, and actually leading to an answer for small $n$.)
Proof.
Suppose $\sum_{i=1}^nx_i=p^mx_k$, for some prime $p$ and some $m$. Let $p^l$ be the largest power of $p$ such that $p^l\mid x_k$. If the conjecture fails, then for each $j\neq k$ we have $x_j\nmid x_k$ but $x_j\mid p^mx_k$, so we must have $p^{l+1}\mid x_j$, as otherwise multiplication by a power of $p$ will not change divisibility of $x_k$ by $x_j$. Since $p^{l+1}\nmid x_k$, we then have $p^{l+1}\nmid \sum_{i=1}^n x_i$, contradicting $p^{l+1}\mid x_j\mid \sum_{i=1}^n x_i$ when $j\neq k$.
Proof.
Let $x_k$ be the largest value. With no loss of generality every other number is strictly smaller, so we have $$\frac{\sum_{i=1}^nx_i}{x_k}<\frac{nx_k}{x_k}=n\leq 6,$$ so $\frac{\sum_{i=1}^nx_i}{x_k}$ has only one distinct prime factor.