Labling people, object, etc. -> 1, 2, ... n
: 10 people, split into team of 6, team of 4 => =
: 2 teams of 5 => //2
Pick k times from set of n objects, where order doesn't matter, ways.
Extreme cases
: k = 0 => = 1 not 0
: k = 1 => = n
simplest non trivial example
: n = 2 => = = k+1 -> if k = 7) 8
ex. 2 boxes : | o o o | | o o o o | (# of dots is in {0(not in), 1, ..., 7(all in)})
n = 4, k = 6 : | o o o | | - | | o o | | o |
-> | o o o | | o o | o |
-> k o's, n-1 |'s : k개의 점 사이에 n-1개의 | 를 넣는 방법!
=> =
In physics, this could not be distinguishable. Only for God!
cf. Bose-Einstein condensate
ex.
=
= : Pick k people out of n, with 1 designated as President
= [Vandermonde]
ex. | o o o | | o o o o o | : pick j in m, pick k-j of n
A probability sample consists of S and P, where S is a sample space, and P, a function which takes an event as input, returns as output
Axioms (공리)