Do equations of unconditional probability hold true after conditioning on both sides?Applying law of total probability to conditional probabilityHelp in Independence of eventsConditional Probability MatricesA Special Property of Finite Probability Space.Defining the set of pre-images of a product of random variables in terms of the sets of pre-image of the original random variablesMax and sum of random variablesCopula of $a_1(X_1),a_2(X_2)$Implications of inequalities involving joint probabilities on the marginalsIs the Monotone Likelihood Ratio Property (MLRP) preserved under mean-preserving spreads?Necessary and sufficient conditions on a trivariate probability distribution for being the probability distribution of $(X,Y,X-Y)$Ross, Joint distribution function with bounds on X and Y

What would happen to a modern skyscraper if it rains micro blackholes?

How does strength of boric acid solution increase in presence of salicylic acid?

tikz: show 0 at the axis origin

Today is the Center

Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?

The use of multiple foreign keys on same column in SQL Server

Why can't I see bouncing of a switch on an oscilloscope?

What are these boxed doors outside store fronts in New York?

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

Why was the small council so happy for Tyrion to become the Master of Coin?

Modeling an IP Address

Do VLANs within a subnet need to have their own subnet for router on a stick?

I'm planning on buying a laser printer but concerned about the life cycle of toner in the machine

What are the differences between the usage of 'it' and 'they'?

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

Can I ask the recruiters in my resume to put the reason why I am rejected?

Voyeurism but not really

Email Account under attack (really) - anything I can do?

Mage Armor with Defense fighting style (for Adventurers League bladeslinger)

Do I have a twin with permutated remainders?

Prove that NP is closed under karp reduction?

Why Is Death Allowed In the Matrix?

Minkowski space



Do equations of unconditional probability hold true after conditioning on both sides?


Applying law of total probability to conditional probabilityHelp in Independence of eventsConditional Probability MatricesA Special Property of Finite Probability Space.Defining the set of pre-images of a product of random variables in terms of the sets of pre-image of the original random variablesMax and sum of random variablesCopula of $a_1(X_1),a_2(X_2)$Implications of inequalities involving joint probabilities on the marginalsIs the Monotone Likelihood Ratio Property (MLRP) preserved under mean-preserving spreads?Necessary and sufficient conditions on a trivariate probability distribution for being the probability distribution of $(X,Y,X-Y)$Ross, Joint distribution function with bounds on X and Y













0












$begingroup$


Reading a book in which the author conditions on both sides of the equation of non-conditional probability and states that they still hold after conditioning without further proving. I am wondering if this is always true.




Assume we have identity:



$$mathbbP(f(A_1,A_2,ldots, A_n))=F(mathbbP(f_1(A_1,A_2,ldots, A_n)),mathbbP(f_2(A_1,A_2,ldots, A_n)),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)))$$



where $A_i, i=1,2,ldots,n$ are some events; $f,f_1,ldots,f_m$ are functions on sets using set operations including $cup$, $cap$, $setminus$;$F$ is a function defined on $[0,1]^m$. Then if I condition both sides on event X, do I have:



$$mathbbP(f(A_1,A_2,ldots, A_n)mid X)=F(mathbbP(f_1(A_1,A_2,ldots, A_n)mid X),mathbbP(f_2(A_1,A_2,ldots, A_n)mid X),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)mid X))$$




Step 2: sometimes the original equation is already conditional as below:



$$mathbbP(f(A_1,A_2,ldots, A_n)mid g(A_1,A_2,ldots, A_n))=F(mathbbP(f_1(A_1,A_2,ldots, A_n)mid g_1(A_1,A_2,ldots, A_n)),mathbbP(f_2(A_1,A_2,ldots, A_n)mid g_2(A_1,A_2,ldots, A_n)),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)mid g_m(A_1,A_2,ldots, A_n)))tag*$$



then do I have the (further) conditional version:



$$mathbbP(f(A_1,A_2,ldots, A_n)mid g(A_1,A_2,ldots, A_n)cap X)=F(mathbbP(f_1(A_1,A_2,ldots, A_n)mid g_1(A_1,A_2,ldots, A_n)cap X),mathbbP(f_2(A_1,A_2,ldots, A_n)mid g_2(A_1,A_2,ldots, A_n)cap X),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)mid g_m(A_1,A_2,ldots, A_n)cap X))$$



If any term of the original equation (*) is not conditional, simply use $f(...|X)$.




Step 3: Reverse the above statement, if "conditional version" holds true, how about the "unconditional version"?




If the above statements hold true, I can basically insert/remove conditional probability at will whenever I have an equation at hands, e.g.,



  1. Since $mathbbP(Asetminus B)=mathbbP(A)-mathbbP(Acap B)$, we have $mathbbP(Asetminus Bmid X)=mathbbP(Amid X)-mathbbP(Acap Bmid X)$;


  2. Since $mathbbP(A)=mathbbP(B_1)mathbbP(Amid B_1)+mathbbP(B_2)mathbbP(Amid B_2)$ where $B_1$ and $B_2$ is a partition of sample space, then $mathbbP(Amid X)=mathbbP(B_1mid X)mathbbP(Amid B_1 cap X)+mathbbP(B_2mid X)mathbbP(Amid B_2 cap X)$


  3. Since $mathbbP(Amid Bcap C) = fracmathbbP(Acap Bmid C)mathbbP(Bmid C)$, we have $P(Amid B)=fracP(Acap B)P(B)$


There are many posts (like this and this) proving that the above statement is correct for a specific equation, but I haven't found a post handling the issue in a general way.










share|cite|improve this question











$endgroup$











  • $begingroup$
    A conditional distribution is still a probability distribution. So any property of unconditional probabilities $mathbbP(cdot)$ holds for conditional probabilities $mathbbP(cdot mid X)$.
    $endgroup$
    – angryavian
    Mar 29 at 17:14










  • $begingroup$
    @angryavian So this is enough as a rigorous proof? Does it use anything like three axioms of probability, don't find it enough myself lol. Also, how about the other way around (as I mentioned in step 3)?
    $endgroup$
    – Nicholas
    Mar 29 at 17:18
















0












$begingroup$


Reading a book in which the author conditions on both sides of the equation of non-conditional probability and states that they still hold after conditioning without further proving. I am wondering if this is always true.




Assume we have identity:



$$mathbbP(f(A_1,A_2,ldots, A_n))=F(mathbbP(f_1(A_1,A_2,ldots, A_n)),mathbbP(f_2(A_1,A_2,ldots, A_n)),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)))$$



where $A_i, i=1,2,ldots,n$ are some events; $f,f_1,ldots,f_m$ are functions on sets using set operations including $cup$, $cap$, $setminus$;$F$ is a function defined on $[0,1]^m$. Then if I condition both sides on event X, do I have:



$$mathbbP(f(A_1,A_2,ldots, A_n)mid X)=F(mathbbP(f_1(A_1,A_2,ldots, A_n)mid X),mathbbP(f_2(A_1,A_2,ldots, A_n)mid X),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)mid X))$$




Step 2: sometimes the original equation is already conditional as below:



$$mathbbP(f(A_1,A_2,ldots, A_n)mid g(A_1,A_2,ldots, A_n))=F(mathbbP(f_1(A_1,A_2,ldots, A_n)mid g_1(A_1,A_2,ldots, A_n)),mathbbP(f_2(A_1,A_2,ldots, A_n)mid g_2(A_1,A_2,ldots, A_n)),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)mid g_m(A_1,A_2,ldots, A_n)))tag*$$



then do I have the (further) conditional version:



$$mathbbP(f(A_1,A_2,ldots, A_n)mid g(A_1,A_2,ldots, A_n)cap X)=F(mathbbP(f_1(A_1,A_2,ldots, A_n)mid g_1(A_1,A_2,ldots, A_n)cap X),mathbbP(f_2(A_1,A_2,ldots, A_n)mid g_2(A_1,A_2,ldots, A_n)cap X),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)mid g_m(A_1,A_2,ldots, A_n)cap X))$$



If any term of the original equation (*) is not conditional, simply use $f(...|X)$.




Step 3: Reverse the above statement, if "conditional version" holds true, how about the "unconditional version"?




If the above statements hold true, I can basically insert/remove conditional probability at will whenever I have an equation at hands, e.g.,



  1. Since $mathbbP(Asetminus B)=mathbbP(A)-mathbbP(Acap B)$, we have $mathbbP(Asetminus Bmid X)=mathbbP(Amid X)-mathbbP(Acap Bmid X)$;


  2. Since $mathbbP(A)=mathbbP(B_1)mathbbP(Amid B_1)+mathbbP(B_2)mathbbP(Amid B_2)$ where $B_1$ and $B_2$ is a partition of sample space, then $mathbbP(Amid X)=mathbbP(B_1mid X)mathbbP(Amid B_1 cap X)+mathbbP(B_2mid X)mathbbP(Amid B_2 cap X)$


  3. Since $mathbbP(Amid Bcap C) = fracmathbbP(Acap Bmid C)mathbbP(Bmid C)$, we have $P(Amid B)=fracP(Acap B)P(B)$


There are many posts (like this and this) proving that the above statement is correct for a specific equation, but I haven't found a post handling the issue in a general way.










share|cite|improve this question











$endgroup$











  • $begingroup$
    A conditional distribution is still a probability distribution. So any property of unconditional probabilities $mathbbP(cdot)$ holds for conditional probabilities $mathbbP(cdot mid X)$.
    $endgroup$
    – angryavian
    Mar 29 at 17:14










  • $begingroup$
    @angryavian So this is enough as a rigorous proof? Does it use anything like three axioms of probability, don't find it enough myself lol. Also, how about the other way around (as I mentioned in step 3)?
    $endgroup$
    – Nicholas
    Mar 29 at 17:18














0












0








0





$begingroup$


Reading a book in which the author conditions on both sides of the equation of non-conditional probability and states that they still hold after conditioning without further proving. I am wondering if this is always true.




Assume we have identity:



$$mathbbP(f(A_1,A_2,ldots, A_n))=F(mathbbP(f_1(A_1,A_2,ldots, A_n)),mathbbP(f_2(A_1,A_2,ldots, A_n)),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)))$$



where $A_i, i=1,2,ldots,n$ are some events; $f,f_1,ldots,f_m$ are functions on sets using set operations including $cup$, $cap$, $setminus$;$F$ is a function defined on $[0,1]^m$. Then if I condition both sides on event X, do I have:



$$mathbbP(f(A_1,A_2,ldots, A_n)mid X)=F(mathbbP(f_1(A_1,A_2,ldots, A_n)mid X),mathbbP(f_2(A_1,A_2,ldots, A_n)mid X),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)mid X))$$




Step 2: sometimes the original equation is already conditional as below:



$$mathbbP(f(A_1,A_2,ldots, A_n)mid g(A_1,A_2,ldots, A_n))=F(mathbbP(f_1(A_1,A_2,ldots, A_n)mid g_1(A_1,A_2,ldots, A_n)),mathbbP(f_2(A_1,A_2,ldots, A_n)mid g_2(A_1,A_2,ldots, A_n)),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)mid g_m(A_1,A_2,ldots, A_n)))tag*$$



then do I have the (further) conditional version:



$$mathbbP(f(A_1,A_2,ldots, A_n)mid g(A_1,A_2,ldots, A_n)cap X)=F(mathbbP(f_1(A_1,A_2,ldots, A_n)mid g_1(A_1,A_2,ldots, A_n)cap X),mathbbP(f_2(A_1,A_2,ldots, A_n)mid g_2(A_1,A_2,ldots, A_n)cap X),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)mid g_m(A_1,A_2,ldots, A_n)cap X))$$



If any term of the original equation (*) is not conditional, simply use $f(...|X)$.




Step 3: Reverse the above statement, if "conditional version" holds true, how about the "unconditional version"?




If the above statements hold true, I can basically insert/remove conditional probability at will whenever I have an equation at hands, e.g.,



  1. Since $mathbbP(Asetminus B)=mathbbP(A)-mathbbP(Acap B)$, we have $mathbbP(Asetminus Bmid X)=mathbbP(Amid X)-mathbbP(Acap Bmid X)$;


  2. Since $mathbbP(A)=mathbbP(B_1)mathbbP(Amid B_1)+mathbbP(B_2)mathbbP(Amid B_2)$ where $B_1$ and $B_2$ is a partition of sample space, then $mathbbP(Amid X)=mathbbP(B_1mid X)mathbbP(Amid B_1 cap X)+mathbbP(B_2mid X)mathbbP(Amid B_2 cap X)$


  3. Since $mathbbP(Amid Bcap C) = fracmathbbP(Acap Bmid C)mathbbP(Bmid C)$, we have $P(Amid B)=fracP(Acap B)P(B)$


There are many posts (like this and this) proving that the above statement is correct for a specific equation, but I haven't found a post handling the issue in a general way.










share|cite|improve this question











$endgroup$




Reading a book in which the author conditions on both sides of the equation of non-conditional probability and states that they still hold after conditioning without further proving. I am wondering if this is always true.




Assume we have identity:



$$mathbbP(f(A_1,A_2,ldots, A_n))=F(mathbbP(f_1(A_1,A_2,ldots, A_n)),mathbbP(f_2(A_1,A_2,ldots, A_n)),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)))$$



where $A_i, i=1,2,ldots,n$ are some events; $f,f_1,ldots,f_m$ are functions on sets using set operations including $cup$, $cap$, $setminus$;$F$ is a function defined on $[0,1]^m$. Then if I condition both sides on event X, do I have:



$$mathbbP(f(A_1,A_2,ldots, A_n)mid X)=F(mathbbP(f_1(A_1,A_2,ldots, A_n)mid X),mathbbP(f_2(A_1,A_2,ldots, A_n)mid X),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)mid X))$$




Step 2: sometimes the original equation is already conditional as below:



$$mathbbP(f(A_1,A_2,ldots, A_n)mid g(A_1,A_2,ldots, A_n))=F(mathbbP(f_1(A_1,A_2,ldots, A_n)mid g_1(A_1,A_2,ldots, A_n)),mathbbP(f_2(A_1,A_2,ldots, A_n)mid g_2(A_1,A_2,ldots, A_n)),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)mid g_m(A_1,A_2,ldots, A_n)))tag*$$



then do I have the (further) conditional version:



$$mathbbP(f(A_1,A_2,ldots, A_n)mid g(A_1,A_2,ldots, A_n)cap X)=F(mathbbP(f_1(A_1,A_2,ldots, A_n)mid g_1(A_1,A_2,ldots, A_n)cap X),mathbbP(f_2(A_1,A_2,ldots, A_n)mid g_2(A_1,A_2,ldots, A_n)cap X),ldots,mathbbP(f_m(A_1,A_2,ldots, A_n)mid g_m(A_1,A_2,ldots, A_n)cap X))$$



If any term of the original equation (*) is not conditional, simply use $f(...|X)$.




Step 3: Reverse the above statement, if "conditional version" holds true, how about the "unconditional version"?




If the above statements hold true, I can basically insert/remove conditional probability at will whenever I have an equation at hands, e.g.,



  1. Since $mathbbP(Asetminus B)=mathbbP(A)-mathbbP(Acap B)$, we have $mathbbP(Asetminus Bmid X)=mathbbP(Amid X)-mathbbP(Acap Bmid X)$;


  2. Since $mathbbP(A)=mathbbP(B_1)mathbbP(Amid B_1)+mathbbP(B_2)mathbbP(Amid B_2)$ where $B_1$ and $B_2$ is a partition of sample space, then $mathbbP(Amid X)=mathbbP(B_1mid X)mathbbP(Amid B_1 cap X)+mathbbP(B_2mid X)mathbbP(Amid B_2 cap X)$


  3. Since $mathbbP(Amid Bcap C) = fracmathbbP(Acap Bmid C)mathbbP(Bmid C)$, we have $P(Amid B)=fracP(Acap B)P(B)$


There are many posts (like this and this) proving that the above statement is correct for a specific equation, but I haven't found a post handling the issue in a general way.







probability probability-theory conditional-probability






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 29 at 17:10







Nicholas

















asked Mar 29 at 15:08









NicholasNicholas

1698




1698











  • $begingroup$
    A conditional distribution is still a probability distribution. So any property of unconditional probabilities $mathbbP(cdot)$ holds for conditional probabilities $mathbbP(cdot mid X)$.
    $endgroup$
    – angryavian
    Mar 29 at 17:14










  • $begingroup$
    @angryavian So this is enough as a rigorous proof? Does it use anything like three axioms of probability, don't find it enough myself lol. Also, how about the other way around (as I mentioned in step 3)?
    $endgroup$
    – Nicholas
    Mar 29 at 17:18

















  • $begingroup$
    A conditional distribution is still a probability distribution. So any property of unconditional probabilities $mathbbP(cdot)$ holds for conditional probabilities $mathbbP(cdot mid X)$.
    $endgroup$
    – angryavian
    Mar 29 at 17:14










  • $begingroup$
    @angryavian So this is enough as a rigorous proof? Does it use anything like three axioms of probability, don't find it enough myself lol. Also, how about the other way around (as I mentioned in step 3)?
    $endgroup$
    – Nicholas
    Mar 29 at 17:18
















$begingroup$
A conditional distribution is still a probability distribution. So any property of unconditional probabilities $mathbbP(cdot)$ holds for conditional probabilities $mathbbP(cdot mid X)$.
$endgroup$
– angryavian
Mar 29 at 17:14




$begingroup$
A conditional distribution is still a probability distribution. So any property of unconditional probabilities $mathbbP(cdot)$ holds for conditional probabilities $mathbbP(cdot mid X)$.
$endgroup$
– angryavian
Mar 29 at 17:14












$begingroup$
@angryavian So this is enough as a rigorous proof? Does it use anything like three axioms of probability, don't find it enough myself lol. Also, how about the other way around (as I mentioned in step 3)?
$endgroup$
– Nicholas
Mar 29 at 17:18





$begingroup$
@angryavian So this is enough as a rigorous proof? Does it use anything like three axioms of probability, don't find it enough myself lol. Also, how about the other way around (as I mentioned in step 3)?
$endgroup$
– Nicholas
Mar 29 at 17:18











0






active

oldest

votes












Your Answer





StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3167230%2fdo-equations-of-unconditional-probability-hold-true-after-conditioning-on-both-s%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3167230%2fdo-equations-of-unconditional-probability-hold-true-after-conditioning-on-both-s%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Boston (Lincolnshire) Stedsbyld | Berne yn Boston | NavigaasjemenuBoston Borough CouncilBoston, Lincolnshire

Trouble understanding the speech of overseas colleaguesHow can I better understand manager or clients with strong accents?Adding more movement and speech at the fundamental level to a highly-sedentary job?Difficulty in understanding Manager's accent(language and communication)How to adjust yourself where your colleagues are not understanding to you?Understanding manager's expectationsForeigner and colleagues using slangHaving difficulty understanding meetingsHow do you breathe when giving a speech?Trouble Waking Up for Emergencies (On-Call)Problems with colleaguesColleagues feeling insecure when I do my work

Ballerup Komuun Stääden an saarpen | Futnuuten | Luke uk diar | Nawigatsjuunwww.ballerup.dkwww.statistikbanken.dk: Tabelle BEF44 (Folketal pr. 1. januar fordelt på byer)Commonskategorii: Ballerup Komuun55° 44′ N, 12° 22′ O