Let:
$\phantom{2}N = \{ 1 .. n \}$
$\phantom{2}J \subset N$, where $\vert J \vert = j$
$\phantom{2}K \subset N$, where $\vert K \vert = k$ and $k \le j$
$\phantom{2}L$ any $\subset\ K$, where $\vert L \vert = l$
For example: $n = 45$, $j = 7$, $k = 6$, $l = 5$
What is the probability that any $L \subset J$?
N.B. the 'any' is important, implying that J K are specific instances, but L is all instances (I'm not sure how to notate this, advice welcome).
So the case $k = j$ is well known:
$\phantom{2}$ $P = \binom{j}{l}.\binom{n-j}{j-l}/\binom{n}{j}$
But I've had no luck finding any results or discussion on the more general case where $k \le j$.
For context this is basically a lottery problem. j is the number of numbers picked by an entrant, $l=k$ is the case of winning the main prize, and $l<k$ are the cases for other lesser prizes. Many lotteries limit the number of picks to the number drawn, but there are those which will allow a greater number of picks.