I have a proposition $P(n,l)$ that I believe to be true for $n\geq3$ and $0\leq l < n-1$. How can I prove that?
I've read a comment somewhere about converting a double induction into a standard single variable induction, but I don't know how that works, I feel like the constraint on $l$ might be an obstacle there.
All tips are welcome.
The theorem I have was provable by first fixing $n$ and proving it for all allowed $l$, then using that to prove for $n$, but I think the way I did it is not very elegant, because a slight bit of convincing is still necessary. Maybe an honest double induction, if possible, would be more elegant.
You can of course do the following scheme of a double induction. But the exact way of doing it may depend on your concrete problem which you haven't really stated.
Together with the base case $P(3,0)$, this will prove your statement.
Basically, what we do here is use that the set of pairs $(n,p)$ that are admissible is countable. We can use any kind of enumeration of this set to map the usual induction scheme from $\mathbb{N}$ to this case. The path I suggested is:
$$ (3,0) \Rightarrow (3,1) \Rightarrow (3,2) \Rightarrow (3,3) \Rightarrow \\ (4, 0) \Rightarrow (4, 1) \Rightarrow \dots \Rightarrow (4,4) \Rightarrow \\ (5,0) \Rightarrow \dots \\ \dots $$ and so on. You may always also take another enumeration of this set, whatever suits your concrete problem.