Additivity on Natural Numbers
A function \(f:\mathbb N\to\mathbb R\) satisfies \(f(m+n)=f(m)+f(n)\) and \(f(1)=7\). Find \(f(n)\).
Use induction on \(n\).
The statement is true for \(n=1\). If \(f(n)=7n\), then \(f(n+1)=f(n)+f(1)=7n+7=7(n+1)\). Hence \(f(n)=7n\) for all \(n\in\mathbb N\).