Nope.
You have only proved it for
$n=1,2,3$.
In general,
you can only prove that kind of theorem
by induction.
If you seem to avoid induction,
you will have to use theorems
that themselves are proved
by induction.
For example,
consider this proof that,
if
$s(n)
=\sum_{k=1}^n k
$
then
$s(n)
=\frac12 n(n+1)
$.
Changing the order of summation,
$s(n)
=\sum_{k=1}^n (n+1-k)
$.
Therefore
$\begin{array}\\
2s(n)
&=\sum_{k=1}^n k+\sum_{k=1}^n (n+1-k)\\
&=\sum_{k=1}^n (k+n+1-k)\\
&=\sum_{k=1}^n (n+1)\\
&=n(n+1)
\end{array}
$
Look - no induction!
However,
the definition of
$\sum_{k=1}^n$
and the manipulation
of the summation indices
both depend on induction
to prove that
they can be used as stated.
Another way to see this is
to note that the
Peano axioms
which define the integers
only have one way
to do the definition:
induction.