Let $A$ be a finite set, and let $\mathcal{P}$ be the set of all strict linear orders on $A$ (by strict linear order I mean a binary relation on $A$ that is asymmetric, total, transitive (and hence irreflexive)). What is the cardinality of $\mathcal{P}$
I was trying to approach the question as follows: Suppose $A$ has cardinality $n$. There are $n\cdot n= n^2$ possible ordered pairs. However, we need to get rid of any pairs of the form $(a,a)$, so we subtract $n$. Hence there are $n^2-n$ order pairs. But once we know $(a,b)$, we know $(b,a)$ is not in the relation from asymmetry, so we must divide by 2. Hence, there are $\frac{n^2-n}{2}$ pairs that need to be determined.
I thought I could then just answer the question "how many $\frac{n^2-n}{2}$ digit numbers are there where each digit is either $0$ or $1$ (zero and one correspond to either related or not related).
However, I realized that this does not account for transitivity, and I do not know how to take transitivity into account.
(One way in which transitivity is troubling me is that, if $(a,b)$ is in the relation, then whether I need to consider if $a$ and $c$ are related depends on whether $b$ and $c$ are related)
Each permutation represents the sort of linear order you are seeking.