I got Proof of a proposition regarding recursive definitions (from Terence Tao's Analysis I) Here i understood that what tao done in the proof. But still i have some confusion.
Question: Why Terence Tao didn't use inductive hypothesis in the proof of proposition 2.1.16?
Also there are some other proofs too where inductive hypothesis is not used and still these are done by induction. How is this possible.
Proposition:2.1.16 (Recursive definition). Suppose for each natural number n, we have some function $f_n: \mathbb N → \mathbb N$ . Let c be a natural number. Then we can assign a unique natural number $a_n$ to each natural number n, s.t $a_0=c$ and $a_{S(n)}=f_n(a_n)$ for each natural number n.
Notice : I used $S(n)$ instead of $n++$.