I would like to learn (more) rigorous approaches to problems I always solve intuitively (as intuition only takes you there some of the time).
Let $P=c_1,c_2,\dots,c_n$ be a permutation on $N$ distinct elements (lets say it is a permutation of integers from $1$ to $N$), and $E_n$ the event that all elements preceding $c_n$ are less than it.
$$E_n=\forall_{1\le i Intuitively, $P(E_n)=\frac{1}{n}$. But how could I derive this through conditional and joint probabilities? Because $E$ is really
$$E_n=\forall_{1\le i Would some be so kind to provide a probabilistic "decomposition", or analysis of this event? How to derive this probability the long way? And what approach would be best suited here, perhaps my definition of $E_n$ is not appropriate. I think there is a way to derive this through conditional probabilities. Because given that we do not care about the order of the last $N-n$ elements, what is the probability that that $c_n$ is the largest out of the first $n$ elements of the permutation. How could I express this mathematically, with events, and compute the needed probabilities? Again, I know how to solve this by thinking about the specifics of this problem. I would like a mathematical derivation, so I can learn more, "the long way".