I have a "basic" math question that seems easy but I couldn't figure out.
Assume I have $L$ = {0,1,2,3,4,5,6,7,8,9} and $M$ = set of all permutations on set $L$.
From the description above, I know that the $|L|$ = 10 and $|M|$ = 10!
Now let $J$ = $M$ \ {id} where id is an identity permutation i.e id($x$) = $x$ for all $x$ in $L$.
What is $|J$|? Would it make more sense if I set the value of $x$ first?
Also, X \ Y means set of X "subtract" with set of Y