The Lax-Richtmyer equivalence theorem for finite-difference schemes
Anchor (Master): Richtmyer-Morton 1967 *Difference Methods for Initial-Value Problems* 2e (Interscience) Ch. 3 (the abstract Banach-space formulation: a well-posed linear evolution problem, a consistent family of bounded operators $C(k)$, Lax-Richtmyer stability as uniform power-boundedness, the equivalence theorem proved through the uniform boundedness principle); Lax-Richtmyer 1956 *Survey of the stability of linear finite difference equations* (Comm. Pure Appl. Math. 9) (the original equivalence theorem and the role of the Banach-Steinhaus theorem); Kreiss-Lorenz 1989 *Initial-Boundary Value Problems and the Navier-Stokes Equations* (Academic Press) Ch. 2-3 (well-posedness, the Kreiss matrix theorem, and stability for the constant-coefficient Cauchy problem)
Intuition Beginner
A finite-difference scheme is a recipe that turns the answer at one time level into the answer at the next, over and over, until it reaches the time you care about. Two separate worries hang over such a recipe. First: does each single step copy the true physics closely, so that one short step introduces only a small mistake? Second: as the steps pile up, do those small mistakes stay small, or do they feed on each other and grow? The whole reliability of the scheme rests on these two questions, and this unit is the clean statement of how they combine.
The first worry is called consistency. A scheme is consistent if, over a single tiny step, it matches the true evolution up to a small leftover that shrinks as the step shrinks. Checking it is a local calculation: write down the true answer, write down what one step of the scheme does to it, and compare. The gap is the leftover, and consistency says the gap goes to zero faster than the step itself.
The second worry is called stability. Stability asks whether the scheme keeps a lid on errors as it marches. Picture handing the scheme a small bump and watching it run. A stable scheme never lets that bump grow beyond a fixed bound, no matter how many steps it takes to reach the final time. An unstable scheme lets the bump amplify a little each step, and a little amplification repeated thousands of times turns a whisper into a roar.
Here is the verdict, and it is the heart of the unit. For a problem that is itself well-behaved, the two worries are not just helpful — together they are exactly what you need. A consistent scheme converges to the true answer if and only if it is stable. This is the Lax-Richtmyer equivalence theorem. Its gift is practical: convergence, the thing you actually want, is hard to check head-on, but it splits into two checks you can do — consistency by a short Taylor comparison, and stability by the wave-test of the earlier unit 43.11.03.
Visual Beginner
The picture is a relay race of operators. Each leg is one time step; the baton is the grid of numbers. Consistency controls how cleanly one leg is run; stability controls whether a stumble in an early leg gets magnified by the later legs or stays contained. Convergence is whether the whole relay finishes near the true finish line as you make the legs shorter and more numerous.
The table lines up the three ideas, what each one measures, and how you test it in practice. Reading across, consistency and stability are the two inputs; convergence is the output the theorem hands back.
| idea | plain-language meaning | how you check it |
|---|---|---|
| consistency | one short step copies the true physics, leftover shrinks fast | local Taylor comparison of one step |
| stability | piled-up errors stay bounded over all steps to the final time | the wave-test (von Neumann), size of growth factor |
| convergence | the computed answer approaches the true answer as the step shrinks | the theorem: consistency and stability together give it |
error after n steps = sum of n small per-step leftovers,
each one carried forward by the remaining steps
true path E ----E----E----E----E----> exact answer at time T
\ \ \ \ \
per-step d0 d1 d2 d3 d4 (small consistency leftovers)
leftovers \ \ \ \ \
\ \ \ \ \
scheme path C ----C----C----C----C----> computed answer at time T
stable: each leftover d_j is carried forward by C's with size <= M,
so the total error <= M * (number of steps) * (size of one leftover)
= M * (T/k) * o(k) ----> 0 as the step k shrinks.
The takeaway: the error at the final time is built from one small leftover per step, each one passed down the remaining legs of the relay. Stability is the promise that passing a leftover down the relay never magnifies it past a fixed size. With that promise, adding up the leftovers gives the number of steps times a tiny per-step error — and because the per-step error shrinks faster than the step, the total shrinks to zero. That is convergence.
Worked example Beginner
Let us count the total error of a marching scheme and watch consistency and stability combine to send it to zero. We use round, invented numbers so every step is a plain arithmetic check.
Set the final time to . Suppose we run the scheme with step size , so it takes steps to reach the end.
Step 1. The per-step leftover. Consistency says each single step copies the true physics up to a small leftover. Suppose for this scheme the leftover at step size has size . At that is , five millionths, per step.
Step 2. The stability budget. Stability says each leftover, once made, is carried forward to the final time without growing past a fixed factor. Suppose that factor is : a leftover can at worst double on its way to the finish, never more.
Step 3. Add up the carried-forward leftovers. There are leftovers, one per step. Each has size , and each is carried forward by a factor of at most . So the total error is at most , one hundredth.
Step 4. Shrink the step and watch the total fall. Halve the step to . Now there are steps, but each leftover is . The total is at most , half of before.
What this tells us: halving the step roughly halved the final error. The reason is the bookkeeping of Step 3. The number of steps grows like , but each leftover shrinks like , so their product shrinks like — and the stability factor just multiplies by a fixed number that never grows. Stability is what keeps from ballooning with the step count; without that fixed budget, the doubling could become a doubling every step and the sum would explode instead of shrink.
Check your understanding Beginner
Formal definition Intermediate+
Work in the abstract framework of Lax and Richtmyer. Let be a Banach space (for finite-difference PDE work, or of the spatial domain, or the grid space once a mesh is fixed), and let the well-posed linear initial-value problem
$$
\frac{du}{dt} = A u, \qquad u(0) = u_0 \in B,
$$
have, for initial data in a dense subspace , a unique solution given by a strongly continuous one-parameter family of solution operators , , with the well-posedness bound
$$
\sup_{0 \le t \le T} |E(t)| =: C_T < \infty.
$$
Well-posedness is the hypothesis that the continuous problem itself does not amplify data without bound on ; the parabolic and pure-advection problems of 02.13.03 and 02.13.04 are well-posed, and the FD schemes of 43.11.02 are their discretisations.
Definition (one-step scheme and consistency). A one-step finite-difference scheme is a family of bounded operators , indexed by the time step (with the mesh ratio to the spatial step held fixed), advancing the grid solution by , so . The scheme is consistent with the problem if, for every in the dense subspace ,
$$
\left| \frac{C(k) - E(k)}{k}, v \right| \longrightarrow 0 \qquad (k \to 0).
$$
The scheme is accurate of order if the local truncation error is on smooth . Consistency is the abstract form of the local Taylor comparison; for the schemes of 43.11.02 it is checked by expanding both and in powers of and matching.
Definition (Lax-Richtmyer stability). The scheme is stable (in the Lax-Richtmyer sense) if the operator powers are uniformly power-bounded up to the final time: $$ \sup\big{, |C(k)^n| ;:; 0 \le nk \le T,\ 0 < k \le k_0 ,\big} =: M < \infty $$ for some . Equivalently, there are constants with for . The bound is uniform in both the step count and the step size : it is not enough that each fixed scheme have bounded powers; the bound must not blow up as the grid is refined.
Definition (convergence). The scheme is convergent if, whenever in as , the computed solution tracks the exact one: $$ \big| C(k)^{n} u^0 - E(t),u_0 \big| \longrightarrow 0 \qquad \text{as } k \to 0,\ nk \to t, $$ uniformly for . It is convergent of order if the error is for data in .
The solution operators , the discrete evolution operators , the well-posedness constant , the stability bound , the dense subspace , and the operator norm on are recorded in _meta/NOTATION.md. The framework deliberately mirrors the multistep companion-matrix picture of 43.10.03: there the discrete solution operator was the companion matrix of and power-boundedness was the root condition; here it is the abstract and power-boundedness is Lax-Richtmyer stability.
Counterexamples to common slips
Stability is uniform in the step, not per-scheme. A single fixed operator has for each automatically; that says nothing. Stability demands one constant controlling the powers across all small simultaneously, which is exactly the refinement direction in which an unstable scheme blows up.
Consistency is not convergence. The forward-time centred-space scheme for advection is consistent (order one in the truncation error) yet von Neumann unstable for every Courant number
43.11.03; it does not converge. Consistency is local and necessary; it is the equivalence with stability that promotes it to convergence.Well-posedness of the continuous problem is a hypothesis, not a conclusion. The theorem assumes the underlying IVP is well-posed. For an ill-posed problem (the backward heat equation, where is unbounded), a consistent stable-looking scheme can fail to converge to anything physical, because there is no bounded for it to converge to.
Lax-Richtmyer stability and absolute stability are different objects. Lax-Richtmyer stability is the uniform power bound up to a fixed time . The absolute stability of
43.10.04is a fixed- region in the complex plane. A scheme can be Lax-Richtmyer stable under a refinement path (e.g. fixed for the explicit heat scheme) while its absolute-stability region is bounded.
Key theorem with proof Intermediate+
The signature result is the Lax-Richtmyer equivalence theorem: for a consistent one-step scheme approximating a well-posed linear evolution problem, stability is necessary and sufficient for convergence. Sufficiency is an error-accumulation estimate built on a telescoping identity; necessity is an application of the uniform boundedness principle. The theorem reduces the analytic question of convergence to the two independently checkable conditions of the unit, and it is the PDE counterpart of the Dahlquist equivalence theorem for ODEs 43.10.03, with the companion matrix replaced by the abstract evolution operator [Lax, P. D. & Richtmyer, R. D. — Survey of the stability of linear finite difference equations; Richtmyer, R. D. & Morton, K. W. — Difference Methods for Initial-Value Problems (2nd ed.)].
Theorem (Lax-Richtmyer equivalence). Let be a one-step finite-difference scheme consistent with the well-posed linear initial-value problem on the Banach space , with solution operators satisfying . Then the scheme is convergent if and only if it is stable.
Proof. Sufficiency (stability convergence). Fix and a sequence , with (the general case differs only by a vanishing -continuity term). Take data . The global error decomposes by telescoping the difference of scheme steps against exact steps: $$ C(k)^n - E(k)^n = \sum_{j=0}^{n-1} C(k)^{,n-1-j},\big(C(k) - E(k)\big),E(k)^{j}. $$ This identity is checked by expanding the sum: the -th and -th terms share the boundary , and the sum collapses to .
Since (the solution operators form a semigroup), apply the identity to and take norms: $$ \big|\big(C(k)^n - E(nk)\big)v\big| \le \sum_{j=0}^{n-1} \big|C(k)^{,n-1-j}\big|;\big|\big(C(k) - E(k)\big)E(jk),v\big|. $$ Stability bounds each operator power by . For the middle factor, consistency gives, for each fixed , with ; applying this to and writing (finite and by consistency together with the strong continuity of on the compact interval) yields . Hence $$ \big|\big(C(k)^n - E(nk)\big)v\big| \le \sum_{j=0}^{n-1} M,k,\eta_k = M,(nk),\eta_k = M,t,\eta_k \longrightarrow 0. $$ So for . For general data, write ; choose with small, bound the first term by (stability) and the third by (well-posedness), and let . The density of makes the error arbitrarily small, so the scheme converges.
Necessity (convergence stability). Argue by contraposition through the uniform boundedness principle. Suppose the scheme converges but is not stable: the operator family is unbounded in operator norm. Convergence means that for each fixed the net (with ) converges, hence is bounded in for that ; in particular the family is pointwise bounded — for each . The Banach-Steinhaus theorem states that a pointwise-bounded family of bounded operators on a Banach space is uniformly norm-bounded. This contradicts the assumed unboundedness of in operator norm. Therefore a convergent scheme is stable.
Bridge. This theorem is the foundational reason convergence of a finite-difference scheme is never checked directly: the telescoping identity shows the global error is a stability-weighted sum of consistency errors, so , and convergence follows the moment the two factors (stability) and (consistency) are each controlled. This is exactly the error-accumulation argument of the one-step and multistep ODE theory 43.10.03 lifted from a scalar amplification or companion matrix to the abstract operator , and the necessity half is dual to the sufficiency half: sufficiency builds convergence out of stability by summation, while necessity extracts stability back out of convergence by the uniform boundedness principle, so the two implications are the same equivalence read in opposite directions. The central insight is that "consistency plus stability equals convergence" is one template realised across every linear discretisation — companion-matrix power-boundedness for multistep ODEs, von Neumann symbol-boundedness for constant-coefficient FD schemes, abstract operator power-boundedness here. Putting these together, von Neumann analysis 43.11.03 is precisely the computation of the stability constant mode by mode on a periodic grid; this builds toward the master-tier identification of stability with uniform power-boundedness via the Kreiss matrix theorem, and the bridge is that the abstract hypothesis appears again in every chapter that discretises a well-posed evolution problem.
Exercises Intermediate+
Advanced results Master
Theorem 1 (Lax-Richtmyer equivalence, abstract form). For a one-step scheme consistent with a well-posed linear initial-value problem on a Banach space , with solution semigroup bounded on , stability — uniform power-boundedness — is necessary and sufficient for convergence. Sufficiency is the telescoping estimate ; necessity is the Banach-Steinhaus deduction that a convergent (hence pointwise-bounded) operator family is uniformly bounded [Lax, P. D. & Richtmyer, R. D. — Survey of the stability of linear finite difference equations].
Theorem 2 (Kreiss matrix theorem — stability made verifiable). For a constant-coefficient one-step scheme for a first-order system on the whole line, Fourier transformation reduces stability to uniform power-boundedness of the amplification matrix family : . The Kreiss matrix theorem characterises this by four mutually equivalent conditions — (a) the uniform power bound itself; (b) a resolvent condition* for all and all ; (c) a numerical-range / Lyapunov condition with a uniformly bounded Hermitian satisfying $G^ H G \preceq H\sup_\xi|g(\xi)| \le 1 + CkG(\xi)|G^n| \gg \rho(G)^n$. This is the master link from the abstract stability hypothesis of Theorem 1 to a decidable test [Richtmyer, R. D. & Morton, K. W. — Difference Methods for Initial-Value Problems (2nd ed.)].
Theorem 3 (order of convergence equals order of accuracy under stability). If, in addition to consistency, the scheme is accurate of order — local truncation error on — and stable, then the global error is : when starting errors are . The proof is the telescoping estimate of Theorem 1 with replaced by the per-step accuracy, the factor absorbing the step count. This is the exact PDE analogue of the order-preservation statement of the multistep convergence theorem 43.10.03 [Strikwerda, J. C. — Finite Difference Schemes and Partial Differential Equations (2nd ed.)].
Theorem 4 (well-posedness is indispensable). If the continuous problem is ill-posed on — , as for the backward heat equation whose high modes grow like — the equivalence theorem does not apply, and a scheme that is consistent and (formally) stable in the Lax-Richtmyer sense need not converge to a meaningful solution: there is no bounded to converge to, and the natural discretisations themselves inherit the unbounded amplification. Well-posedness of the target problem is therefore a genuine hypothesis, not a technical convenience; the theorem is a statement about approximating problems that have a stable continuous solution operator in the first place [Richtmyer, R. D. & Morton, K. W. — Difference Methods for Initial-Value Problems (2nd ed.)].
Theorem 5 (the Lax-Milgram / coercivity parallel and the inf-sup analogue). The equivalence theorem has a structural sibling in the variational theory of 24.01.03: there Lax-Milgram coercivity guarantees a stable inverse for the discrete elliptic operator, and Céa's lemma turns that stability plus approximation (the variational analogue of consistency) into convergence. In both stories convergence is stability times approximation: the inf-sup constant or coercivity bound plays the role of the inverse stability constant , and the best-approximation error plays the role of the consistency error . The finite-difference and finite-element discretisations of the same PDE are thus governed by one principle in two grammars — power-boundedness of an evolution operator for time-stepping, boundedness of an inverse for the steady variational problem [Strikwerda, J. C. — Finite Difference Schemes and Partial Differential Equations (2nd ed.)].
Synthesis. The foundational reason the entire convergence theory of linear finite-difference schemes collapses to two independent checks is the telescoping identity: the global error is a stability-weighted sum of per-step consistency errors, , so once stability bounds the operator powers by a fixed and consistency drives to zero, convergence is automatic. This is exactly the structure met for ordinary differential equations in 43.10.03, where the abstract operator specialised to the companion matrix of and Lax-Richtmyer stability specialised to the root condition; the central insight is that "consistency plus stability equals convergence" is one template realised across multistep ODE methods, constant-coefficient FD schemes, and abstract evolution problems, with stability meaning power-boundedness of a single solution operator in each case. The two halves of the theorem are dual: sufficiency manufactures convergence from stability by summation, and necessity recovers stability from convergence by the Banach-Steinhaus theorem, so the equivalence is one fact read forward and backward. Putting these together, von Neumann analysis 43.11.03 is the constant-coefficient computation of mode by mode, the Kreiss matrix theorem is its non-normal-systems completion, and the Lax-Milgram coercivity story of 24.01.03 is the steady-state sibling — convergence as stability times approximation in every grammar. The bridge to the rest of numerical PDE is that this single power-boundedness hypothesis is what every chapter that discretises a well-posed evolution problem must establish, by whatever computable test the structure of the scheme allows.
Full proof set Master
Proposition 1 (telescoping error identity and the stability-weighted bound). Let be bounded operators on a Banach space . Then for every , $$ C^n - E^n = \sum_{j=0}^{n-1} C^{,n-1-j},(C - E),E^{j}, $$ and consequently .
Proof. Set for , so and . The -th summand is $$ C^{n-1-j}(C-E)E^j = C^{n-1-j}\big(CE^j - EE^j\big) = C^{n-j}E^j - C^{n-1-j}E^{j+1} = a_j - a_{j+1}. $$ No commutativity of and is used. Summing over telescopes: . For the bound, take norms term by term, factor out of each, and sum.
Proposition 2 (sufficiency: stability and consistency give convergence with rate). Let be consistent with the well-posed problem (solution operators , ) and stable with constant . Fix , , and admissible , . Then . If moreover the scheme is accurate of order , the bound is .
Proof. By Proposition 1 with , , and , $$ |C(k)^n v - E(nk)v| \le M \sum_{j=0}^{n-1}\big|(C(k)-E(k))E(jk)v\big|. $$ Consistency gives with for each ; set , finite because is a continuous (hence compact-image) curve in and is bounded on it, and by consistency. Each summand is then , so the sum is , giving . Finally by strong continuity, closing the estimate. If the scheme is accurate of order , then on , so the bound is .
Proposition 3 (necessity: convergence forces uniform power-boundedness). If is consistent with the well-posed problem and convergent, then .
Proof. Let , a family of bounded operators on the Banach space . Fix . For any sequence with , , convergence gives , so . Were , one could extract a sequence with ; passing to a subsequence so that (possible since the times lie in the compact ) contradicts the convergence of to the finite limit . Hence for every : the family is pointwise bounded. The Banach-Steinhaus theorem (uniform boundedness principle), valid because is complete, upgrades pointwise boundedness of a family of bounded operators to uniform boundedness: . That supremum is the stability constant.
Proposition 4 (von Neumann stability implies Lax-Richtmyer stability on the periodic grid). Let be a constant-coefficient one-step scheme on the periodic grid with amplification factor and . If uniformly in small , then is Lax-Richtmyer stable with .
Proof. Fourier diagonalisation 43.11.03 gives , since raising the multiplier to the -th power raises its supremum to the -th power for a scalar symbol. By hypothesis this is . Using , for all . The bound is independent of and , so .
Connections Master
The zero-stability and Dahlquist equivalence theory of
43.10.03is the ordinary-differential-equation prototype this unit lifts to partial differential equations: there a consistent linear multistep method converges if and only if it is zero-stable (the root condition), with the discrete solution operator the companion matrix of and stability its power-boundedness. Here the discrete solution operator is the abstract one-step operator and stability is its uniform power-boundedness; the telescoping/variation-of-constants error estimate and the "consistency plus stability equals convergence" verdict are the same argument in both, which is why this unit and43.10.03are written as the matched ODE and PDE capstones of their chapters.The von Neumann stability analysis of
43.11.03is the computable engine that verifies this theorem's stability hypothesis: on a periodic grid the Fourier transform diagonalises a constant-coefficient scheme, so and the abstract bound becomes the pointwise symbol check . Von Neumann analysis is to the Lax-Richtmyer theorem what the root condition is to the Dahlquist theorem — the finite, checkable form of the stability hypothesis.The method of lines and the explicit/implicit/Crank-Nicolson heat schemes of
43.11.02supply the concrete one-step operators to which this theorem is applied: that unit constructs the schemes and computes their stability restrictions, and this unit certifies that those stable, consistent schemes therefore converge, closing the loop the parabolic chapter opened. The elliptic discretisation of43.11.01, whose convergence rests on a discrete maximum principle and the bound , is the steady-state companion: there stability is boundedness of an inverse rather than power-boundedness of an evolution, the same principle for the time-independent problem.The Lax-Milgram and inf-sup theory of
24.01.03is the variational sibling of this theorem: Céa's lemma turns discrete coercivity (stability, ) plus best approximation (the variational consistency) into finite-element convergence, exactly the "convergence equals stability times approximation" structure here. The finite-difference and finite-element discretisations of the same well-posed PDE are governed by one equivalence principle expressed in two grammars.The eigenvalue and operator-power theory of
01.01.08underlies the stability analysis at every level: stability is power-boundedness of , decided for normal operators by the moduli of eigenvalues (the von Neumann symbol) and for non-normal amplification matrices by the Kreiss matrix theorem's resolvent and Lyapunov characterisations, which refine the spectral-radius criterion to account for transient growth.
Historical & philosophical context Master
The equivalence theorem is due to Peter Lax and Robert Richtmyer, whose 1956 paper Survey of the stability of linear finite difference equations in Communications on Pure and Applied Mathematics [Lax, P. D. & Richtmyer, R. D. — Survey of the stability of linear finite difference equations] formulated the abstract Banach-space framework — a properly posed linear initial-value problem, a consistent family of one-step difference operators, and Lax-Richtmyer stability as uniform power-boundedness — and proved that, under consistency, stability is necessary and sufficient for convergence. The necessity argument's use of the Banach-Steinhaus / uniform boundedness principle was the conceptual innovation: it converts the pointwise convergence that one wants into the uniform operator bound that one can check. The same year, Germund Dahlquist [Lax, P. D. & Richtmyer, R. D. — Survey of the stability of linear finite difference equations] published the analogous equivalence for linear multistep methods for ordinary differential equations, and the structural parallel between the two 1956 theorems was noticed at once.
The abstract theory was systematised by Robert Richtmyer and Keith Morton in their 1967 monograph Difference Methods for Initial-Value Problems, which gave the full Banach-space treatment, the telescoping error identity, and the connection to the semigroup theory of Einar Hille and Kōsaku Yosida. The verifiable stability criterion for constant-coefficient systems is the Kreiss matrix theorem, proved by Heinz-Otto Kreiss in 1962, characterising uniform power-boundedness of a parametrised matrix family through equivalent resolvent, numerical-range, and Lyapunov conditions; its extension to initial-boundary-value problems is the Gustafsson-Kreiss-Sundström theory. The Courant-Friedrichs-Lewy condition of 1928, which predates the equivalence theorem, is the necessary geometric shadow of stability for explicit hyperbolic schemes that the theorem subsumes.
Bibliography Master
@article{laxrichtmyer1956,
author = {Lax, Peter D. and Richtmyer, Robert D.},
title = {Survey of the stability of linear finite difference equations},
journal = {Communications on Pure and Applied Mathematics},
volume = {9},
number = {2},
year = {1956},
pages = {267--293}
}
@book{richtmyermorton1967,
author = {Richtmyer, Robert D. and Morton, K. W.},
title = {Difference Methods for Initial-Value Problems},
edition = {2},
publisher = {Interscience Publishers (John Wiley \& Sons)},
year = {1967}
}
@book{strikwerda2004,
author = {Strikwerda, John C.},
title = {Finite Difference Schemes and Partial Differential Equations},
edition = {2},
publisher = {Society for Industrial and Applied Mathematics (SIAM)},
year = {2004}
}
@article{kreiss1962,
author = {Kreiss, Heinz-Otto},
title = {\"{U}ber die Stabilit\"{a}tsdefinition f\"{u}r Differenzengleichungen die partielle Differentialgleichungen approximieren},
journal = {BIT Numerical Mathematics},
volume = {2},
number = {3},
year = {1962},
pages = {153--181}
}
@book{kreisslorenz1989,
author = {Kreiss, Heinz-Otto and Lorenz, Jens},
title = {Initial-Boundary Value Problems and the Navier-Stokes Equations},
publisher = {Academic Press},
series = {Pure and Applied Mathematics},
volume = {136},
year = {1989}
}
@book{leveque2007fdm,
author = {LeVeque, Randall J.},
title = {Finite Difference Methods for Ordinary and Partial Differential Equations: Steady-State and Time-Dependent Problems},
publisher = {Society for Industrial and Applied Mathematics (SIAM)},
year = {2007}
}
@article{courantfriedrichslewy1928,
author = {Courant, Richard and Friedrichs, Kurt and Lewy, Hans},
title = {\"{U}ber die partiellen Differenzengleichungen der mathematischen Physik},
journal = {Mathematische Annalen},
volume = {100},
number = {1},
year = {1928},
pages = {32--74}
}