---
title: Nonlinear Feynman–Kac Formulas
url: https://www.emergentmind.com/topics/nonlinear-feynman-kac-formulas
type: topic
---

# Nonlinear Feynman–Kac Formulas

A nonlinear Feynman–Kac formula is a probabilistic representation of solutions to nonlinear partial differential equations (PDEs), typically parabolic or path-dependent Kolmogorov equations. Unlike the classical Feynman–Kac formula, which expresses solutions to linear PDEs as expectations of functionals over stochastic processes, the nonlinear counterpart accommodates nonlinearities—including dependence on the solution, its gradient, delay arguments, and jumps—by employing forward–backward stochastic differential equations (FBSDEs), often with extended features like time delay or jumps. This framework provides a crucial bridge between stochastic analysis and the theory of nonlinear PDEs, enabling existence, uniqueness, and regularity results, and underpinning probabilistic, mesh-free numerical schemes for high-dimensional PDEs.

## 1. Probabilistic Representation and Scope

Nonlinear Feynman–Kac formulas generalize the classical connection between linear PDEs and Markov processes to semilinear, quasilinear, or fully nonlinear nonlocal PDEs, even when the coefficients or nonlinearities depend on the path, include jumps, or have time delay. The canonical framework involves a decoupled or coupled system of SDEs and (backward) stochastic equations, often driven by Brownian motion and Poisson random measures to capture both continuous and discontinuous stochastic dynamics. The solution to the nonlinear PDE is then characterized as the solution (typically the Y component) of an associated FBSDE evaluated at the initial time.

Key features include:
- Accommodation of path-dependence (functionals depending on the entire path of the forward process).
- Integration of time delay (generator depending on past values via a delayed argument).
- Extension to jump-diffusions, via Poisson random measures in the stochastic calculus.
- Representation as unique solutions (in a mild, viscosity, or classical sense) to nonlocal, nonlinear PDEs driven by general nonlinearities, including gradient- and path-dependent terms.

## 2. Forward–Backward SDEs with Delay and Jumps

A prototypical nonlinear Feynman–Kac setting for path-dependent PDEs with jumps and delayed generator is given by the following FBSDE system:
- Forward SDE:
  $$
  \begin{aligned}
  X^{t,\phi}(s) &= \phi(t) + \int_t^s b\bigl(r, X^{t,\phi}_{[0,r]}\bigr)\,\mathrm{d}r
    + \int_t^s \sigma\bigl(r, X^{t,\phi}_{[0,r]}\bigr)\,\mathrm{d}W(r) \\
  &\quad+ \int_t^s\!\!\int_{\mathbb{R}_0} \gamma\bigl(r, X^{t,\phi}_{[0,r]}, z\bigr)\, \tilde N(\mathrm{d}r,\mathrm{d}z), \qquad X^{t,\phi}(s) = \phi(s), ~ s < t.
  \end{aligned}
  $$
- Backward SDE with delay and jumps:
  $$
  \begin{aligned}
  Y^{t,\phi}(s) &= h\bigl(X^{t,\phi}_{[0,T]}\bigr) + \int_s^T f\Bigl(r, X^{t,\phi}_{[0,r]}, Y^{t,\phi}(r), Z^{t,\phi}(r), \widetilde U^{t,\phi}(r), Y^{t,\phi}_r\Bigr) \, \mathrm{d}r \\
  & \quad - \int_s^T Z^{t,\phi}(r) \, \mathrm{d}W(r) - \int_s^T \int_{\mathbb{R}_0} U^{t,\phi}(r,z) \, \tilde N(\mathrm{d}r,\mathrm{d}z),
  \end{aligned}
  $$
  with delay segment $Y_r^{t,\phi}$, compensated jump $\widetilde U^{t,\phi}(r)$, and initial condition $Y^{t,\phi}(s)=Y^{s,\phi}(s)$, $Z^{t,\phi}(s)=U^{t,\phi}(s,\cdot)=0$ for $s<t$.

Under Lipschitz and small-delay conditions, this system admits a unique square-integrable adapted solution with continuous time parameter [2209.06097].

## 3. Associated Path-Dependent Nonlinear Kolmogorov Equation

The FBSDE system provides a mild or viscosity solution (depending on the regularity regime) to a path-dependent partial integro-differential equation (PIDE) of the form:
$$
\begin{aligned}
-\partial_t u(t,\phi) &- \mathcal{L} u(t,\phi)
- f\Bigl(t, \phi, u(t,\phi), \partial_x u(t,\phi)\sigma(t,\phi), (u(\cdot,\phi))_t, \mathcal{J}u(t,\phi)\Bigr) = 0, \\
u(T,\phi) &= h(\phi),
\end{aligned}
$$
where:
- $\mathcal{L} u(t,\phi) = \tfrac{1}{2} \mathrm{Tr}\left[\sigma \sigma^\top(t,\phi)\,\partial^2_{xx} u(t,\phi)\right] + \langle b(t,\phi), \partial_x u(t,\phi)\rangle$
- $\mathcal{J}u(t,\phi) = \int_{\mathbb{R}_0} [u(t,\phi+\gamma(t,\phi,z))-u(t,\phi)] \lambda(z)\nu(dz)$
- $(u(\cdot,\phi))_t = \big(u(t+\theta,\phi)\big)_{\theta\in[-\delta,0]}$
- Derivatives are in Dupire's path-dependent calculus sense

Under stated regularity and small delay, the solution to the FBSDE system yields $u(t,\phi)=Y^{t,\phi}(t)$, which is the unique mild solution to this PIDE [2209.06097].

## 4. Identification and Uniqueness of the Feynman–Kac Representation

The nonlinear Feynman–Kac formula provides, for all $s\in [t,T]$,
$$
Y^{t,\phi}(s) = u\left(s, X^{t,\phi}_{[0,s]}\right),\qquad
Z^{t,\phi}(s) = \partial_x u\left(s, X^{t,\phi}_{[0,s]}\right) \sigma\left(s, X^{t,\phi}_{[0,s]}\right),
$$
with $U^{t,\phi}(s,z)$ given by the jump increment of $u$,
$$
U^{t,\phi}(s,z) = u(s, X^{t,\phi}_{[0,s-]}\cup\{X^{t,\phi}(s-)+\gamma(s,X^{t,\phi}_{[0,s]},z)\}) - u(s, X^{t,\phi}_{[0,s]}).
$$
This identification follows from Itô calculus adapted to the path-dependent and jump structure, showing that $u(t,\phi)=Y^{t,\phi}(t)$ solves the non-local, path-dependent nonlinear Kolmogorov equation [2209.06097].

Uniqueness is guaranteed under global Lipschitz assumptions on coefficients and small delay (ensuring contraction in an appropriate weighted space), and further, if the regularity is sufficient for the pathwise derivatives, the representation yields classical solutions as well.

## 5. Implications for Delay, Jumps, and Path-Dependence

The Feynman–Kac formula in this regime is not restricted to Markovian models or standard diffusions:
- Jumps are incorporated through integration against compensated Poisson random measures and directly in the integro-differential operator $\mathcal{J}$. Uniqueness and existence rely on square-integrability assumptions and compensator bounds on the Lévy measure [2209.06097].
- The delayed generator structure—where $f$ depends on past trajectories $(u(\cdot,\phi))_t$—enters both the BSDE and the PDE, requiring specialized contraction mappings (small delay restriction), see also general frameworks in the time delay SDE literature [2209.06097].
- Path-dependence is essential in both the forward SDE and the PIDE via non-anticipative functionals, and the PDE operator acts on the entire history, compatible with modern functional Itô calculus.

A plausible implication is that these models subsume a large class of systems in finance, biology, and physics where memory, hereditary, or feedback effects are present and the underlying risk is discontinuous and/or non-Markovian.

## 6. Financial Applications: The Large Investor Problem

A key application is to financial models of large traders whose actions impact price:
- The risky asset price follows a jump–diffusion with coefficients depending on both current and past investor wealth.
- The wealth process $X^\pi$ under a self-financing trading strategy $\pi$ satisfies an FBSDE with both jump and delay terms, and the nonlinear value function $u(t,\phi)=X^{t,\phi}(t)$ solves a path-dependent PIDE incorporating all relevant features:
  $$
  -\partial_t u - \mathcal{L}u - F(t, u, \partial_x u\,\sigma, (u(\cdot,\phi))_t) = 0,\qquad u(T,\phi) = h(\phi),
  $$
  where $F$ encodes the dependences on wealth, trading, and market coefficients. The nonlinear Feynman–Kac formula identifies the FBSDE solution components:
  - $X^\pi(t) = Y^{t,\phi}(t) = u(t,\phi)$,
  - $Z(t) = \partial_x u\,\sigma$,
  - $U(t,z)=u(t,\phi+\gamma)-u(t,\phi)$.

This approach allows the explicit computation and numerical approximation of the value function for optimal trading strategies in models with jumps, delay, and feedback [2209.06097].

## 7. Further Implications and Pathwise Fractional Calculus Perspective

The probabilistic foundation of the nonlinear Feynman–Kac representation admits further generalizations:
- Pathwise (deterministic) versions based on nonlinear Young integrals via fractional calculus extend the probabilistic representation to heat-type equations with random, Hölder-continuous media, where the stochastic integral becomes a deterministic, pathwise nonlinear Young integral $\int_0^t W(\mathrm{d}s, X_s)$ [1503.00328].
- This suggests that nonlinear Feynman–Kac representations are robust under rough path perturbations and likely extendable to SPDEs and PDEs with complex noise or stochastic parameter dependence, provided suitable integrability and regularity hold.

These developments unify and substantially generalize classical connections between SDEs/BSDEs and PDEs, enabling analysis of high-dimensional, non-Markovian, and nonlocal systems via probabilistic and pathwise stochastic calculus [2209.06097][1503.00328].

Source: https://www.emergentmind.com/topics/nonlinear-feynman-kac-formulas