[Merged by Bors] - feat: processes with independent increments#36718
[Merged by Bors] - feat: processes with independent increments#36718EtienneC30 wants to merge 5 commits intoleanprover-community:masterfrom
Conversation
PR summary a2d322044aImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
Mathlib/Probability/Independence/Process/HasIndepIncrements.lean
Outdated
Show resolved
Hide resolved
|
Is the definition using Fin easier to use in some cases? Should the Nat-indexed monotone sequence property be the main definition? |
|
I wondered which one should be the definition. In the end I kept the Also the only time I worked with the definition was to prove that a process with independent increments and Gaussian marginals was Gaussian, and I am not sure how the But I guess @jvanwinden had a case where |
|
I agree with @EtienneC30 that the
Taking all this into account, I am still undecided on which definition would be best suited for mathlib. |
|
I am working on a PR to prove the lemma I mentioned above. I'll try to get rid of |
|
Ok in the end I stuck with |
Define a predicate stating that a stochastic process has independent increments. Prove an equivalent definition using sequences instead of `Fin`. Prove some basic invariance properties. Co-authored-by: @jvanwinden
|
Pull request successfully merged into master. Build succeeded: |
Define a predicate stating that a stochastic process has independent increments. Prove an equivalent definition using sequences instead of `Fin`. Prove some basic invariance properties. Co-authored-by: @jvanwinden
Define a predicate stating that a stochastic process has independent increments. Prove an equivalent definition using sequences instead of
Fin. Prove some basic invariance properties.Co-authored-by: @jvanwinden