2
$\begingroup$

Joint probability is usually expressed with a comma:
$P(A=a, B=b) $ meaning: The probability of random variable A having value a and random variable B having value b

But what would be the notation of the disjunction? The probability of random variable A having value a or random variable B having value b? $P(A=a ? B=b) = P(A=a) + P(B=b) - P(A=a, B=b) $

I could use the logical 'or' $P(A=a \vee B=b)$ but then shouldnt i also use the logical 'and'?

  • 0
    Demanding someone to use the "and" is the same as demanding someone to write $2 \times x$ instead of $2x$.2011-11-07

1 Answers 1

2

Be aware that usually in probability theory $\wedge$ (logical and) denotes minimum: $ a\wedge b = \min\{a,b\} $ so for the conjuction and disjunction one usually uses $ \mathsf P(\{A = a\}\text{ and }\{B = b\}) = \mathsf P(\{A = a\}\cap \{B = b\}) $ $ \mathsf P(\{A = a\}\text{ or }\{B = b\}) = \mathsf P(\{A = a\}\cup \{B = b\}) $ thinking about events $\{A = a\}$ and $\{B = b\}$ as sets due to measure-theoretical approach to probability theory. On the other hand, joint events appeared more important for problems of probability theory so that may be the reason why probability of joint events has a shorthand.

For the disjunction I never seen any other shorthand but $\cup$.

  • 0
    @Ivana: that may certainly differ for several fields of math, e.g. I sometimes see $\int$ to denote not an integral but rather a time which system spend in some state. I just can tell you that I've never seen such notation in book on classical PT and that $\wedge$ and $vee$ there usually denote $\min$ and $\max$, while $\cap$ and $\cup$ refers to the set operations.2011-11-10