Notations: Herein:
- $\mathcal{B} := \{B(t)\}_{t \ge 0}$ denotes a standard Brownian motion, with $B(0) = 0$.
- $P := \{x_i\}_{i=0}^n$ denotes a partition of the interval $[0,t]$, with norm defined in the Riemannian sense.
- $\Delta B_i := B(x_i) - B(x_{i-1})$.
- $\Delta x_i := x_i - x_{i-1}$.
- $\mathcal{X} := \{X(t)\}_{t \ge 0}$ denotes a Stratonovich-integrable process, in whatever sense that is needed at the time.
- $\int_0^t X(s) \circ \mathrm{d} B(s)$ denotes the Stratonovich integral.
The Conflicting Definitions: There are two conflicting definitions for the Stratonovich integral, which to my understanding are stated below:
$$\begin{align*} \int_0^t X(s) \circ \mathrm{d}B(s) &:= \lim_{\|P\| \to 0} \sum_{i=1}^n \frac{X(x_i) + X(x_{i-1})}{2} \Delta B_i \tag{1} \\ \int_0^t X(s) \circ \mathrm{d}B(s) &:= \lim_{\|P\| \to 0} \sum_{i=1}^n X \left( \frac{x_i + x_{i-1}}{2} \right) \Delta B_i \tag{2} \end{align*}$$
The First Definition: Definition $(1)$ seems to be motivated by averaging $X(t)$ over each interval induced by $P$. In fact we could have a "more general" integral by considering, for $\lambda \in [0,1]$,
$$\lim_{\|P\| \to 0} \sum_{i=1}^n \Big( (1-\lambda) X(x_i) + \lambda X(x_{i-1}) \Big)\Delta B_i \tag{1'}$$
where Itô integration arises from $\lambda = 0$, as an example, and Stratonovich (in the sense of $(1)$) under $\lambda=1/2$.
In my reading, I've seen this used by
The Wikipedia article on Stratonovich integrals (link)
Apparently this is used in Ioannis Karatzas & Steven Shreve's Brownian Motion and Stochastic Calculus (Amazon link)
The Encyclopedia of Math website (link)
An article by Jonathan Mattingly on The Probability Workbook (link)
The Second Definition: Definition $(2)$ seems to be inspired simply by the Riemann-Stieltjes formulation for deterministic functions:
$$\int_0^t f(x) \, \mathrm{d} \varphi(x) = \lim_{\|P\| \to 0} \sum_{i=1}^n f(\xi_i) \Delta \varphi_i \tag{2'}$$
(for $\Delta \varphi_i$ defined similarly as for $\Delta B_i$). In this case, $\xi_i \in [x_{i-1},x_i]$. This second definition of the Stratonovich integral seems to be inspired similarly: take $\xi_i$ to be the midpoints, $\varphi$ your Brownian motion, and $f$ comes from your stochastic process.
In my reading, I've seen this definition used by:
Bernt Øksendal in Stochastic Differential Equations: An Introduction with Applications (Amazon link)
Dr. Peyam on YouTube (video link)
Apparently, this arises in Steven Shreve's Stochastic Calculus for Finance (Amazon link)
Lewis Smith on this webpage
My Question: It does not seem obvious to me that these would be equivalent definitions. Moreover, I've several times seen on Math Stack Exchange (e.g. here) the claim that $(1)$ is the "correct" definition, though seeing it used elsewhere (e.g. this Math Overflow post) no one objects (openly) to $(2)$.
Hence, I'm seeking a proper, definitive answer, because I am very confused:
- Which is "correct" to call the Stratonovich integral? Is it simply a matter of preference?
- Is there a particular reason to prefer one over the other if there is no definitive answer?
- Do any results for one definition break under the other? (Such as: does the conversion to an Itô integral break? What about properties like the chain rule?)
...or am I just totally missing something here?