If I want to do a mathematical double induction on $n$ and $t$ where $n \in \mathbb{N}$ and $1 \leqslant t \leqslant n$ then obviously the base step is $P(n=1,t=1)$ but how do I implement the induction hypothesis. Im very confused as I can’t assume $P(n,t+1)$ to be true nor $P(n+1, t)$ to be true either as I don’t know whether $t+1>n$ or not.
What statements should I then assume and which statement should I prove in the inductive step?