theorem
  for E being finite non empty set, A being Event of E holds
  prob(A, [#]E ) = prob(A)
proof
  let E be finite non empty set, A be Event of E;
  prob([#] E) = 1 by XCMPLX_1:60;
  hence thesis by XBOOLE_1:28;
end;
