Lm1:
for S being non empty finite set
for A being Element of distribution_family S holds not A is empty
Lm2:
for p, q being boolean-valued Function
for x being set st x in (dom p) /\ (dom q) holds
( (p 'or' q) . x = TRUE iff ( p . x = TRUE or q . x = TRUE ) )
Lm3:
for p, q being boolean-valued Function
for x being set st x in (dom p) /\ (dom q) holds
( (p '&' q) . x = TRUE iff ( p . x = TRUE & q . x = TRUE ) )
Lm4:
for p being boolean-valued Function
for x being set st x in dom p holds
( ('not' p) . x = TRUE iff p . x = FALSE )
Lm5:
for S being non empty finite set
for D being EqSampleSpaces of S ex EP being Probability of Trivial-SigmaField S st
for x being set st x in Trivial-SigmaField S holds
ex ch being Function of S,BOOLEAN st
( ch = chi (x,S) & EP . x = Prob (ch,D) )
definition
let S be non
empty finite set ;
let D be
EqSampleSpaces of
S;
existence
ex b1 being Probability of Trivial-SigmaField S st
for x being set st x in Trivial-SigmaField S holds
ex ch being Function of S,BOOLEAN st
( ch = chi (x,S) & b1 . x = Prob (ch,D) )
by Lm5;
uniqueness
for b1, b2 being Probability of Trivial-SigmaField S st ( for x being set st x in Trivial-SigmaField S holds
ex ch being Function of S,BOOLEAN st
( ch = chi (x,S) & b1 . x = Prob (ch,D) ) ) & ( for x being set st x in Trivial-SigmaField S holds
ex ch being Function of S,BOOLEAN st
( ch = chi (x,S) & b2 . x = Prob (ch,D) ) ) holds
b1 = b2
end;