Help Understanding Notation for Probability

AI Thread Summary
Understanding probability notation can be challenging, especially with symbols like union (u) and intersection (n). P(A) and P(B) represent the probabilities of events A and B occurring independently, while P(AuB) indicates the probability of either A or B occurring. The notation P(A’nB) signifies the scenario where event A does not occur, but event B does. The user is seeking clarification on P(A’uB) and P(AuB’), which represent the probabilities of either B occurring or A not occurring, and vice versa. Overall, the discussion highlights the complexities of interpreting probability notation and the need for clear explanations.
repugno
Messages
78
Reaction score
0
Hello everyone, I feel ashamed to be asking someone to explain such simple notation to me, but I’m having serious problems understanding it. Any help would be deeply appreciated. Thank you.

I’ll use “u” and “n” to denote Union and Intercept as I don’t know how to make the symbols.

What I can understand of the notation is as follow.

If A and B are two events and P(A) = 0.6, P(B) = 0.3 and P(AuB) = 0.8

P(A) would be the probability of event A occurring by itself and
P(B) would be the probability of B occurring by itself.
P(AuB) would be either A or B occurring.
P(AnB) would be when A and B occurs at the same time.
P(A’) when A does not occur, so 1 – P(A)
P(B’) when B does not occur, so 1 – P(B)

Now the confusing part…

P(A’nB) What I can understand from the “n” notation is that it represents events happening at the same time, so this would be when A does not occur at all but B does.

What would P(A’uB), P(AuB’) be ?? I’m very confused now. :frown:
 
Physics news on Phys.org
P(A'∩B) is when A doesn't occur and B does occur.

P(A∩B') is when A does occur and B doesn't occur.

P(A'∩B) = P(AUB) - P(A)

edited to add: I don't seem to have the union in my chracter set. Also, the union and intersection symbols are "& cup ;" and "& cap ;" respectively (both without the spaces), you won't be able to display them unless they are on your html chracter set though.
 
Last edited:
Thanks for the reply.

What would this notation represent?

P(A'∪B)
P(A∪B')
 
P(A'UB) represents either B or not A = 1 - (P(A)-P(A∩B))

p(AUB') represents either A or not B
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top