Sum and product rule of measures

AI Thread Summary
The discussion centers on the conditions required for a measure, m, to satisfy the sum and product rules, specifically m(Sum(P_i))= Sum(m(P_i)) and m(Prod(P_i))=Prod(m(P_i)), where P_i are sets or propositions. Participants explore the implications of defining Sum and Prod in traditional mathematical terms and the necessity for disjoint sets in the context of the sum rule. The conversation also touches on the relationship between measures on sets and propositions, questioning whether measures can be adapted to translate logical operations into arithmetic ones. Additionally, the role of independence in probability theory is highlighted as a potential factor for the product rule, raising questions about the consistency of these measures. Overall, the thread seeks to clarify how these mathematical properties can be reconciled within measure theory.
friend
Messages
1,448
Reaction score
9
I'm wondering what requirements must exist for a measure, m, to have the following properties:

m(Sum(P_i))= Sum(m(P_i)) the sum rule

m(Prod(P_i))=Prod(m(P_i)) the product rule


Where P_i are underlying sets or single propositions.

Thank you.
 
Physics news on Phys.org
So Pi are sets??

Then how did you define Sum Pi and Prod Pi??
 
micromass said:
So Pi are sets??

Then how did you define Sum Pi and Prod Pi??

OK. I wanted to leave even that part open in case there are particular definitions of Sum and Prod for which the measure distributes inside the Sum or the Prod. But initially my first guess is that Sum is defined as traditional addition of numbers, and Prod is defined as traditional multiplication of numbers, and the P_i are sets.

For example, as I understand measure theory, in order that m(P1 union P2)=m(P1)+m(P2), there must be the restriction that P1 intersect P2 = empty set. In other words, P1 and P2 must be disjoint. In all the books I've looked at, this seems to be given as an axiom that's not proven. Yet, I wonder if there is a similar or perhaps dual requirement for Prod?

Also, my goal is to be able to somehow put a measure on the space of propositions so that disjunction and conjunction get translated to addition and multiplication of measures on propositions or on sets of propositions. Can one get from the more traditional treatments of measures on sets to getting measures on propositions by letting the number of elements in a set go to 1 element? Then propositions could be labeled synonymously with its set. Would this turn unions and intersections into disjunction and conjunction? Any help would be very much appreciated.
 
Last edited:
For product, you need to look at probability theory, where the concept of independence comes in. P(A∩B∩C) = P(A)P(B)P(C) if A,B,C are independent.
 
... I'm not sure that is quite applicable.

Anyway, that's how a measure is defined. And then we prove theorems about things that satisfy that property (hopefully).
 
mathman said:
For product, you need to look at probability theory, where the concept of independence comes in. P(A∩B∩C) = P(A)P(B)P(C) if A,B,C are independent.

Yes, I've read that somewhere. I'm not sure how this is consistent with sets being disjoint for addition. For if A\bigcap B \equiv \oslash, then P(A\bigcap B\bigcap C) \equiv 0 for every A, B, or C.

But if this can be made to be consistent with adding probabilities, then I wonder if this multiplication can be made more general for other kinds of measures. Or is there something in the normalization procedure that gives us this multiplication of probabilities for independent events.
 
Last edited:
I don't know of anything other than the obvious. m(A∪B) + m(A∩B) = m(A) + m(B).
 
Back
Top