theorem
  for E being finite non empty set, A being Event of E holds prob(A, A`) = 0
proof
  let E be finite non empty set, A be Event of E;
  A misses A` by SUBSET_1:24;
  then prob(A /\ A`) = 0 by Th16;
  hence thesis;
end;
