(old question: the usual proof of Well-founded induction uses Dependent choice. Is it necessary? I've heard that Well-founded induction is equivalent to dependent choice - I highly doubt that, but I couldn't find any references.)
EDIT: Hagen's answer suggests, that I have a different definition of well-founded set and my question is - at the end of the day - about their equivalence. I should've been more precise in my original question, let me correct that.
We work with a set with a binary relation $(X, R)$, let's assume $R$ is irreflexive for it makes things technically smoother.
(Hagen's) $(X, R)$ is well-founded, when every nonempty subset $S\subseteq X$ has a minimal element, meaning an element $m$ such that there's no $s\in S$ satisfying $sRm$.
(Mine) $(X, R)$ is well-founded, when there's no infinite sequence $(a_i)_{i=0}^{\infty}$ such that $$\dots Ra_1Ra_0.$$
To get from the first to the second is obvious, the first take on the other direction uses dependent choice. This really should be the question:
How much choice do we need to make these definitions equivalent? Is the full dependent choice necessary?
Just for the completeness, the well-founded induction: Let $P$ be a property on elements of a well-founded set $(X,R)$, then $$\forall x.(\forall y.(yRx\implies P(y))\implies P(x)) \implies \forall x.P(x).$$ This is a very general version of induction principle, generalizing transfinite or structural induction.
The assumption that those two definitions of "well-founded" are equivalent implies the axiom of dependent choice. I will show the contrapositive; assuming the failure of dependent choice, there is a partially ordered set which is well-founded in one sense but not the other.
Let $X$ be a nonempty set and let $R$ be a binary relation on $X$ such that, for each $a\in X,$ there exists $b\in X$ such that $a\ R\ b;$ and suppose there is no infinite sequence $a_1\ R\ a_2\ R\ a_3\ R\cdots.$
Let $P$ the the set of all finite sequences $(a_1,a_2,\dots,a_m)$ such that $a_1\ R\ a_2\ R\cdots R\ a_m.$
For $(a_1,a_2,\dots,a_m),\ (b_1,b_2,\dots b_n)\in P,$ define $(b_1,b_2,\dots,b_n)\lt(a_1,a_2,\dots,a_m)$ to mean that $(b_1,b_2,\dots,b_n)$ is a proper end-extension of $(a_1,a_2,\dots,a_m),$ i.e., $m\lt n$ and $(a_1,a_2,\dots,a_m)=(b_1,b_2,\dots,b_m).$
Then $P$ is nonempty and has no minimal element, but it contains no strictly decreasing infinite sequence.