let S be non empty finite set ; for D being EqSampleSpaces of S
for a being Element of S
for s being Element of D
for judgefunc being Function of S,BOOLEAN st ( for x being set holds
( x = a iff judgefunc . x = TRUE ) ) holds
Prob (judgefunc,s) = FDprobability (a,s)
let D be EqSampleSpaces of S; for a being Element of S
for s being Element of D
for judgefunc being Function of S,BOOLEAN st ( for x being set holds
( x = a iff judgefunc . x = TRUE ) ) holds
Prob (judgefunc,s) = FDprobability (a,s)
let a be Element of S; for s being Element of D
for judgefunc being Function of S,BOOLEAN st ( for x being set holds
( x = a iff judgefunc . x = TRUE ) ) holds
Prob (judgefunc,s) = FDprobability (a,s)
let s be Element of D; for judgefunc being Function of S,BOOLEAN st ( for x being set holds
( x = a iff judgefunc . x = TRUE ) ) holds
Prob (judgefunc,s) = FDprobability (a,s)
let judgefunc be Function of S,BOOLEAN; ( ( for x being set holds
( x = a iff judgefunc . x = TRUE ) ) implies Prob (judgefunc,s) = FDprobability (a,s) )
assume A1:
for x being set holds
( x = a iff judgefunc . x = TRUE )
; Prob (judgefunc,s) = FDprobability (a,s)
A2:
for n being set holds
( n in s " {a} iff ( n in dom s & s . n = a ) )
A3:
for x being object st x in (judgefunc * s) " {TRUE} holds
x in s " {a}
for x being object st x in s " {a} holds
x in (judgefunc * s) " {TRUE}
hence
Prob (judgefunc,s) = FDprobability (a,s)
by A3, TARSKI:2; verum