Just to make things clear, I'm not here claiming I broke probability theory. It is just that I got myself into a bad situation questioning if life is even worth it.
So here is a problem:
Problem: Let $(B_t)_{t\geq 0}$ be a standard BM and let us condition on $\{B_1=0\}$. Let $A\in \mathcal F_1$ (where $\mathcal F_t$ is the canonical filtration of $(B_t)_{t\geq 0}$). For example we can have something like $A=\{B_t\leq 1 $ for all $t\in [0,1]\}$. Find $\mathbb P(A\mid B_1=0)$.
I saw such problem in the book "A first course in stochastic processes" by Karlin and Taylor (exercise 6, p 386).
My solutions to the problem. I can give the simple answer "It is zero" i.e. $$\mathbb P(A\mid B_1=0)=0$$(actually say any number between 0 and 1). On the other hand, of course, I can do some calculations and provide an answer that is better accepted.
So now my question is:
My question: on what basis can one actually tell me my first answer, where I claim it is zero, is wrong?
My own thoughts:
- We want to find a "nice" function $g$ for which $g(B_1)=\mathbb P(A|B_1)$ a.s., and then the answer is $g(0)$. But then we get the problem $\mathbb P(A|B_1)$ is not unique on null sets so we can find another $h$ for which $g(0)\neq h(0)$ and still $h(B_1)=\mathbb P(A\mid B_1)$ a.s..
- That apparently is not strong enough to give us a unique answer for our original problem. Let's go for something stronger and say that we want a regular conditional probability $g(x,A)$ for which $g(B_1,A)=\mathbb P(A|B_1)$ a.s.. But in this case too, nothing stops me from making a new function $h(x,A)$ making it equal to $g(x,A)$ except at $x=0$, I make it whatever I want. And yes that new $h$ is also a regular conditional probability.
- Is limits the only way to make this give us a unique answer? I mean that we condition on something like $U_{\varepsilon}:=\{B_1\in (-\varepsilon,\varepsilon)\}$. And then we consider the limit as $\varepsilon\to 0^+$ of $\mathbb P(A\mid U_\varepsilon)$. And that we take as a definition. I hate to say this, but if this is the case, does this always work for any type of process?
- Something like Doob's $h$-transform maybe? I still have the feeling that this won't make it unique either.
I actually feel super flawed. I've seen this many times and never made a big deal out of it, but after I was solving a related problem I got this question where I was wondering who told me that any other answer is actually wrong? I could not prove it. Also I know that probabilist's work was not for nothing, so I'm sure there is a way to make $\mathbb P(A\mid B_1=0)$ so precise that we get only one correct right answer for the mentioned problem.
Maybe it's being used informally the same way you might accidently mention value of the pdf at a point (which is similarly ill-defined)? That is, perhaps there's some easily representable (continuous?) function $f$ such that $f(x) = \mathbb{P}(A|B_1=x)$ a.s. and the question is implicitly asking for $f(0)$?
– forgottenarrow Nov 04 '20 at 03:41