I was asked the following question.
let $a_{1},a_{2},....,a_{k}$ be positive real numbers whose sum is strictly less than 1. Consider a function f:N->$R^{+}$ such that
$f(n)<=f(a_{1}n)+f(a_{2}n)+....+f(a_{k}n)$+cn
for positive c and all sufficiently large sn. Prove by constructive induction that $f(n) ∈ O(n)$.
The problem is I don't know how to start while not having a condition for f(0) for example. I thought about adding another variable d(n)>=f(n) but I still don't know how to begin my induction.