Alphabeta Math
Session-authored (Fable 5 assisted)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

15 results · all verified · 4 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 11 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Euclidean Ordinary Differential Equations with Smooth Dependence

1 · Prerequisites

2 · Summary

Real analysis already supplies local existence, uniqueness, continuous dependence, and maximal continuation for Euclidean first-order ODEs. This page keeps the smooth-dependence layer: variational equations, smooth dependence on initial data and parameters, the smooth local flow, and completeness corollaries for bounded or compactly supported vector fields.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

Autonomous ordinary differential equations

Definition

Let URn be open and let V:URn be a map. The equation

x(t)=V(x(t))

is an autonomous ordinary differential equation: its right-hand side depends on the state alone and not explicitly on time. An initial value problem for this equation consists of a time t0R and a state x0U, written x(t0)=x0.

This is the special case of First-order systems, initial value problems, and solutions on intervals obtained from the time-dependent field F(t,x):=V(x) on R×U. A solution on an interval J is therefore a differentiable curve x:JU with t0J satisfying the equation at every tJ and x(t0)=x0.

Remarks

  • Autonomous does not mean globally defined. The time variable ranges over all of R, but the state space may be a proper open subset URn, and even on all of Rn a solution can fail to exist for all time if the vector field grows too fast.

  • Initial time still matters. For an autonomous system the translated curve tx(t+t1) is again a solution wherever it is defined, but the local existence theorem is still an initial value theorem at a stated time t0.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

The variational equation along an ODE solution

Definition

Let DR×Rn be open, let F:DRn be C1 in the state variable, let x:JRn be a solution of

x(t)=F(t,x(t))

on an interval J, and let t0J. The variational equation along x is the linear matrix ODE

A(t)=DxF(t,x(t))A(t),A(t0)=In,

where DxF(t,x(t)) is the Jacobian matrix of partial derivatives of the state variables, read via The Jacobian matrix of partial derivatives and the gradient in the scalar-valued case from the C1 regularity recorded in Ck maps and multi-index derivative notation in Euclidean space. Its solutions are matrix-valued curves A:JMn(R).

For an autonomous equation x=V(x) with V of class C1, this becomes

A(t)=DV(x(t))A(t),A(t0)=In.

It is the linearized equation governing first-order variation of nearby solutions with respect to their initial data.

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-29Open item page →

Linear matrix ODEs have unique global solutions on a fixed interval

Statement

Let I=[a,b]R be a compact interval, let C:IMn(R) be continuous, let t0I, and let Y0Mn(R). Then the linear matrix initial value problem

Y(t)=C(t)Y(t),Y(t0)=Y0,

has a unique solution on all of I.

Facts & Assumptions

Given: The compact interval I=[a,b], the continuous matrix field C:IMn(R), the time t0I, and the initial matrix Y0.

[F1]

Picard-Lindelof gives a unique local solution for a continuous state-Lipschitz first-order system on an open domain (Picard-Lindelöf local existence and uniqueness for first-order systems).

[F2]

A solution of a first-order system is equivalent to a solution of the associated Volterra integral equation (A first-order initial value problem is equivalent to its Volterra integral equation).

[L1]

A solution whose graph approaches a compact interior region at a finite endpoint extends past that endpoint (A solution whose graph approaches a compact interior region at a finite endpoint extends past that endpoint).

[L2]

A continuous real-valued function on a nonempty compact metric space attains its maximum (A continuous real-valued function on a nonempty compact metric space is bounded and attains a greatest and a least value).

[L4]

Gronwall's integral inequality converts u(t)A+t0tm(s)u(s)ds into an exponential bound (Gronwall's integral inequality with variable and constant coefficients).

Proof

technique · direct
1.1

Extend C continuously to the open interval (a1,b+1) by setting C~(t):=C(a) for t<a, C~(t):=C(t) for tI, and C~(t):=C(b) for t>b. Regard Mn(R) as Rn2. Then the right-hand side F~(t,Y):=C~(t)Y is continuous on the open domain (a1,b+1)×Rn2 and is globally Lipschitz in Y on every compact time interval, because C~(t)(YZ)2C~(t)YZ2. Hence [F1] gives a unique local solution through (t0,Y0).

F1givenconstruct
2.1

Let J=(α,β) be the maximal interval of existence of that solution in (a1,b+1). Since C is continuous on compact I, [L2] supplies a bound C(t)M on all of I. For tJ[t0,b], the Volterra equation from [F2] and the norm estimate [L3] give the forward inequality below.

F2L2L3L4step 1.1

Y(t)2Y02+Mt0tY(s)2ds.

Therefore [L4] yields Y(t)2Y02eM(tt0) on J[t0,b].

2.2

For tJ[a,t0], the oriented Volterra equation gives Y(t)=Y0tt0C(s)Y(s)ds, so [L3] gives the reflected inequality below.

F2L2L3L4step 1.1

Y(t)2Y02+Mtt0Y(s)2ds.

The time-reflected part of [L4] therefore yields Y(t)2Y02eM(t0t) on J[a,t0].

3.1

Put R:=Y02eM(ba). If βb, then every sequence tjβ in J has graph points in the compact set [a,b]×B(0,R)(a1,b+1)×Mn(R) by steps 2.1 and 2.2. So [L1] extends the solution past β, contradicting maximality. The same argument at the left endpoint rules out αa. Therefore IJ, and the restriction of the maximal solution to I is defined on all of I.

L1step 2.1step 2.2
4.1

Step 3.1 gives existence on all of I, and uniqueness is the local uniqueness already supplied by [F1].

F1step 1.1step 3.1
PropositionStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-29Open item page →

A fundamental matrix is invertible

Statement

Let A:IMn(R) solve the variational equation

A(t)=C(t)A(t),A(t0)=In,

on an interval I, where C:IMn(R) is continuous. Then every matrix A(t) is invertible. Equivalently, a fundamental matrix of the variational equation is invertible at every time on its interval of definition.

Facts & Assumptions

Given: A continuous matrix field C:IMn(R) and a solution A:IMn(R) of A=CA, A(t0)=In.

[F1]

The variational equation is exactly a linear matrix ODE with initial matrix In (The variational equation along an ODE solution).

[L1]

Linear matrix ODEs on a compact interval have unique solutions (Linear matrix ODEs have unique global solutions on a fixed interval).

Proof

technique · direct
1.1

Fix a compact subinterval [u,v]I containing t0. By [F1] and [L1] the matrix ODE below has a unique solution.

F1L1choose

B(t)=B(t)C(t),B(t0)=In,

has a unique solution B:[u,v]Mn(R).

2.1

Entrywise product differentiation from [L2] gives the identity below.

givenL2step 1.1

ddt(B(t)A(t))=B(t)A(t)+B(t)A(t)=B(t)C(t)A(t)+B(t)C(t)A(t)=0.

Thus B(t)A(t) is constant on [u,v]. At t=t0 this constant is InIn=In, so B(t)A(t)=In for all t[u,v].

3.1

The same calculation applied to A(t)B(t) gives ddt(A(t)B(t))=0 and A(t0)B(t0)=In, hence A(t)B(t)=In on [u,v]. Therefore B(t)=A(t)1 and A(t) is invertible on [u,v]. Since tI was arbitrary and lies in some compact subinterval containing t0, every A(t) is invertible on I.

givenL2step 1.1step 2.1
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-29Open item page →

C1 dependence of solutions on initial data

Statement

Let F:DR×RnRn be continuous and C1 in the state variable. Fix data (t0,x0)D and a compact time interval I=[t0h,t0+h] on which the corresponding solutions through nearby initial states all exist. Then the solution map

Φ:I×U0Rn,Φ(t,y)=x(t;y),

is C1 in the initial-state variable y on some neighbourhood U0 of x0. For each yU0, the derivative matrix DyΦ(t,y) is the solution of the variational equation along tx(t;y).

Facts & Assumptions

Given: The field F, the compact interval I, and the common local family Φ(t,y)=x(t;y) of solutions through nearby initial states.

[F1]

The variational equation along a solution is A(t)=DxF(t,x(t))A(t) with initial condition A(t0)=In (The variational equation along an ODE solution).

[F2]

Solutions satisfy the corresponding Volterra integral equation (A first-order initial value problem is equivalent to its Volterra integral equation).

[L1]

Nearby initial data and parameters give uniformly close solutions on one common compact time interval (Continuous dependence of ODE solutions on initial data and parameters).

[L2]

Linear matrix ODEs on a compact interval have unique solutions (Linear matrix ODEs have unique global solutions on a fixed interval).

[L4]

Gronwall's integral inequality controls difference equations of Volterra type (Gronwall's integral inequality with variable and constant coefficients).

Proof

technique · direct
1.1

By [L1], after shrinking U0 if needed, every solution graph (t,Φ(t,y)) with yU0 lies in one compact cylinder KD. Fix yU0, and let Ay:IMn(R) be the unique solution of the variational equation below.

F1L1L2

Ay(t)=DxF(t,Φ(t,y))Ay(t),Ay(t0)=In,

whose existence on I is given by [L2]. Because DxF is continuous on the compact set K, it is bounded and uniformly continuous there.

2.1

Fix yU0 and an increment uRn with y+uU0. By [F2], the difference zu(t):=Φ(t,y+u)Φ(t,y) satisfies the Volterra equation below, and the state-variable mean-value formula gives the matrix field Bu.

F2L1step 1.1algebra

zu(t)=u+t0t(F(s,Φ(s,y+u))F(s,Φ(s,y)))ds.

For each sI, the one-variable mean-value formula in the state variable gives

F(s,Φ(s,y+u))F(s,Φ(s,y))=Bu(s)zu(s),

where

Bu(s):=01DxF(s,Φ(s,y)+θzu(s))dθ.

By [L1], zu0 uniformly on I as u0, so the uniform continuity of DxF on K gives

ε(u):=supsIBu(s)DxF(s,Φ(s,y))0.

3.1

Put ρu(t):=zu(t)Ay(t)u. Subtracting the Volterra equations for zu and Ayu gives the identity below.

L3L4step 1.1step 2.1algebra

ρu(t)=t0tBu(s)ρu(s)ds+t0t(Bu(s)DxF(s,Φ(s,y)))Ay(s)uds.

Let M:=supKDxF and Cy:=supsIAy(s). Then Bu(s)M, and [L3] gives, for tt0,

ρu(t)2Mt0tρu(s)2ds+Cyε(u)u(tt0).

Applying [L4] on [t0,t] and its time-reflected form on [t,t0] yields a constant Cy independent of u such that suptIρu(t)2Cyε(u)u. Since ε(u)0, this proves

suptIΦ(t,y+u)Φ(t,y)Ay(t)u2u0.

Therefore Ay(t)=DyΦ(t,y) for every tI.

4.1

For y,yU0, write E(t):=Ay(t)Ay(t) and Cy(t):=DxF(t,Φ(t,y)). Then the continuity estimate below, together with the same Gronwall argument as in step 3.1, proves continuity of the derivative matrix.

L1L3L4step 1.1step 3.1algebra

E(t)=t0tCy(s)E(s)ds+t0t(Cy(s)Cy(s))Ay(s)ds.

By [L1], Φ(,y)Φ(,y) uniformly on I as yy, so the uniform continuity of DxF on K gives supsICy(s)Cy(s)0. Applying [L3] and [L4] exactly as in step 3.1 shows suptIE(t)20. Hence yDyΦ(t,y)=Ay(t) is continuous for each t, and the derivative matrix is exactly the variational-equation solution.

5.1

Steps 3.1 and 4.1 prove that Φ is C1 in the initial-state variable and that its derivative matrix is the solution of the variational equation.

step 3.1step 4.1
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-29Open item page →

Smooth dependence of solutions on initial data

Statement

Let F:DR×RnRn be smooth in the state variable, and suppose nearby initial states share one compact local time interval I. Then the solution map

Φ:I×U0Rn,Φ(t,y)=x(t;y),

is smooth in the initial-state variable y on some neighbourhood U0 of the base point.

Facts & Assumptions

Given: The common local solution map Φ(t,y)=x(t;y) on a compact time interval I.

[L1]

The solution map is C1 in the initial data, and the first derivative is given by the variational equation (C1 dependence of solutions on initial data).

[F1]

The variational equation is a linear matrix ODE whose coefficients are the state derivatives of the vector field along the base solution (The variational equation along an ODE solution).

[L2]

Linear matrix ODEs on a compact interval have unique solutions (Linear matrix ODEs have unique global solutions on a fixed interval).

[F2]

Every solution satisfies the Volterra integral equation (A first-order initial value problem is equivalent to its Volterra integral equation).

Proof

technique · direct
1.1

By [L1], the derivative DyΦ(t,y) exists and is the solution of the variational equation below.

L1F1

t(DyΦ)=DxF(t,Φ(t,y))DyΦ,DyΦ(t0,y)=In.

Because F is smooth and Φ is continuous, the coefficient DxF(t,Φ(t,y)) is as regular in y as Φ is.

2.1

For each r1, let Er be the finite-dimensional space of r-linear maps (Rn)rRn, with E0:=Rn. Repeated differentiation of the ODE or of its Volterra form produces the finite-dimensional jet system below.

F1F2step 1.1algebra

Jr=Gr(t,Jr)

for Jr=(X0,,Xr)E0××Er, whose first components are

X0=F(t,X0),X1=DxF(t,X0)X1,

and whose higher components have the form Xm=DxF(t,X0)Xm+Pm(t,X0,,Xm1), where Pm is a universal polynomial expression in derivatives of F and lower jets. For example, X2=DxF(t,X0)X2+Dx2F(t,X0)[X1,X1]. Because F is smooth, each Gr is smooth in its state variables.

3.1

Fix r1. If Φ is Cr in y, then its jet Jr(t,y)=(Φ,DyΦ,,DyrΦ)(t,y) is a continuous solution of the system from step 2.1 on the same compact interval I, with initial data X0(t0)=y, X1(t0)=In, and Xm(t0)=0 for m2. The highest-jet component is linear in Xr once the lower jets are fixed, so [L2] supplies its unique evolution on I. Applying [L1] to this enlarged smooth system shows that Jr depends C1 on the initial value y. In particular its first component Φ is Cr+1 in y.

L1L2step 2.1
4.1

Step 1.1 is the base case r=1. Step 3.1 upgrades Cr regularity of Φ to Cr+1 for every r1, so by induction Φ is Cm in y for every m. Therefore Φ is smooth in the initial-state variable.

step 1.1step 3.1
5.1

Hence the solution map depends smoothly on initial data.

step 4.1
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-29Open item page →

Smooth dependence of ODE solutions on parameters

Statement

Let F(t,x,λ) be smooth in (x,λ) on an open time-state-parameter domain. Near any base data (t0,x0,λ0) there are a compact time interval I and a neighbourhood W of (x0,λ0) such that, for every (y,λ)W, the solution of

x(t)=F(t,x(t),λ),x(t0)=y,

is defined on I, and the resulting solution map is smooth in the pair (y,λ).

Facts & Assumptions

Given: A smooth parameter-dependent vector field F(t,x,λ) and base data (t0,x0,λ0).

[L1]

Solutions depend smoothly on initial data for smooth systems on a common compact interval (Smooth dependence of solutions on initial data).

Proof

technique · direct
1.1

Introduce the augmented variable (x,λ)Rn+m and define the autonomous-in-parameter system below.

givenconstruct

(xλ)=(F(t,x,λ)0).

Along every solution the parameter component remains constant, so solving this augmented system is equivalent to solving the original parameter-dependent ODE with fixed parameter λ. [given, construct]

2.1

The augmented right-hand side is smooth in the initial data (y,λ), so [L1] applies on a common compact local time interval and makes the augmented solution map smooth in (y,λ). Projecting to the x-component preserves that smoothness, which gives the claimed smooth dependence of solutions on initial state and parameter.

L1step 1.1
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

A bounded vector field on all of Euclidean space is complete

Statement

Let V:RnRn be a bounded continuous vector field that is locally Lipschitz in the state variable. Then every maximal solution of the autonomous ODE x=V(x) is defined for all time. In particular, a bounded smooth Euclidean vector field is complete.

Facts & Assumptions

Given: A bound V(x)2M for all xRn and a maximal solution x:(α,β)Rn of x=V(x).

[F1]

This is an autonomous ODE in the sense of Autonomous ordinary differential equations.

[F2]
[L2]

If a maximal solution had a finite endpoint, then near that endpoint it would leave every compact subset of the ODE domain (At a finite maximal time an ODE solution leaves every compact subset of the domain).

Proof

technique · direct
1.1

Fix t(α,β). If tt, then [F2] and [L1] give the first inequality below, and if tt they give the reflected inequality.

F2L1

x(t)x(t)2=ttV(x(s))ds2ttV(x(s))2dsM(tt).

If tt, the oriented Volterra equation gives x(t)x(t)=ttV(x(s))ds, so [L1] yields

x(t)x(t)2ttV(x(s))2dsM(tt).

Thus x(t)x(t)2Mtt for every t(α,β), so on every finite time interval the solution stays in one Euclidean ball about x(t).

2.1

Suppose β<. Then step 1.1 shows that for t close to β the graph point (t,x(t)) stays inside the compact box [β1,β]×B(x(t),M(βt)+1) of the ODE domain R×Rn, contradicting [L2]. Thus β=. The same argument at the left endpoint gives α=.

L2step 1.1
3.1

Therefore every maximal solution is global, so the vector field is complete.

F1step 2.1
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-29Open item page →

A compactly supported smooth Euclidean vector field is complete

Statement

Every compactly supported smooth vector field on Rn is complete.

Facts & Assumptions

Given: A smooth vector field V:RnRn whose support is contained in a compact set K.

[L1]

A bounded locally Lipschitz vector field on all of Euclidean space is complete (A bounded vector field on all of Euclidean space is complete).

[L2]

A continuous real-valued function on a nonempty compact metric space attains its maximum (A continuous real-valued function on a nonempty compact metric space is bounded and attains a greatest and a least value).

Proof

technique · direct
1.1

The norm function xV(x)2 is continuous on the compact support [L2] K, so [L2] gives a bound M there. Outside K the vector field vanishes by definition of support. Hence V(x)2M for every xRn.

L2
2.1

Smooth maps are locally Lipschitz on Euclidean open sets, so step 1.1 makes [L1, step 1.1] V a bounded locally Lipschitz vector field. Therefore [L1] applies and yields completeness.

L1step 1.1
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-29Open item page →

The fundamental theorem for autonomous smooth ODEs

Statement

Let URn be open and let V:URn be smooth. For every x0U there exist h>0 and an open neighbourhood WU of x0 such that:

  1. for every yW there is a unique solution Φ(,y) of x=V(x) on [h,h] with Φ(0,y)=y;
  2. the map Φ:(h,h)×WU,Φ(t,y)=Φt(y), is smooth in y and C1 in t, with tΦ(t,y)=V(Φ(t,y)) and Φ(0,y)=y.

This is the local smooth flow of the autonomous vector field V.

Facts & Assumptions

Given: A smooth vector field V:URn and a base point x0U.

[F1]

The equation x=V(x) is an autonomous ODE (Autonomous ordinary differential equations).

[L1]

Picard-Lindelof gives unique local solutions (Picard-Lindelöf local existence and uniqueness for first-order systems).

[L2]

Nearby initial values share one common compact local time interval (Nearby initial values share one Picard–Lindelöf time interval and one state cylinder).

[L3]

Every initial value problem has a unique maximal solution (Every Picard–Lindelöf initial value problem has one maximal solution on an open interval).

[L4]

On a common compact local interval, solutions depend smoothly on the initial state (Smooth dependence of solutions on initial data).

Proof

technique · direct
1.1

Since a smooth vector field is continuous and locally Lipschitz, [L1] applies [L1, L2, choose] at (0,x0). The uniform local existence result [L2] therefore gives h>0 and an open neighbourhood W of x0 such that every yW has a unique solution on [h,h], and all these solution graphs stay inside one compact cylinder in R×U.

L1L2choose
2.1

Define Φ(t,y) to be that unique solution value at time t. By [L4] the [L4, step 1.1] map is smooth in the initial state variable y on (h,h)×W. For each fixed y, the curve tΦ(t,y) is a solution, so it is differentiable in t and satisfies tΦ(t,y)=V(Φ(t,y)) with Φ(0,y)=y.

L4step 1.1
3.1

The uniqueness in step 1.1 is exactly the local uniqueness from [L1], and [F1, L1, L3, step 2.1] the maximal-solution theorem [L3] records that these local flows are the local pieces of unique maximal trajectories rather than unrelated solution branches.

F1L1L3step 2.1
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-29Open item page →

The fundamental theorem for nonautonomous smooth ODEs

Statement

Let DR×Rn be open and let F:DRn be smooth. For every base point (t0,x0)D there are h>0 and an open neighbourhood W of (t0,x0) such that each initial pair (s,y)W has a unique solution on [sh,s+h], and the resulting local solution map is smooth in the initial time and initial state.

Facts & Assumptions

Given: A smooth nonautonomous field F(t,x) and a base point (t0,x0)D.

[L1]

Autonomous smooth ODEs have unique local smooth flows (The fundamental theorem for autonomous smooth ODEs).

[L2]

Smooth parameter-dependent ODEs have solutions depending smoothly on the parameters (Smooth dependence of ODE solutions on parameters).

Proof

technique · direct
1.1

Introduce an extra variable s and consider the autonomous system below on R×Rn.

L1

s(t)=1,x(t)=F(s(t),x(t)).

Its right-hand side is smooth. By [L1], this augmented autonomous system has a unique local smooth flow.

2.1

The first equation forces s(t)=s0+t when s(0)=s0, so the second equation becomes exactly the original nonautonomous system with initial time s0. Reading the initial value (s0,x0) as a parameter, [L2] makes the resulting solution map smooth in (s0,x0). This is precisely the claimed local theorem for nonautonomous smooth ODEs.

L2step 1.1
PropositionStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-29Open item page →

The maximal solution domain is open

Statement

Let V:URn be a smooth vector field on an open set U, and for each x0U let x(;x0) denote the unique maximal solution of x=V(x) with x(0)=x0. Then the maximal solution domain

Ω:={(t,x0)R×U:t lies in the maximal interval of x(;x0)}

is open in R×U. On Ω, the evaluation map Φ(t,x0):=x(t;x0) is smooth in the state variable and continuous jointly in (t,x0).

Facts & Assumptions

Given: A smooth vector field V:URn and its maximal solutions.

[L1]

Autonomous smooth ODEs have local smooth flows near every point (The fundamental theorem for autonomous smooth ODEs).

[L3]

Solutions depend continuously on nearby initial data on common compact local intervals (Continuous dependence of ODE solutions on initial data and parameters).

Proof

technique · direct
1.1

Let (t,x)Ω and put p:=Φ(t,x). By [L1], applied at the [L1, choose] state point p, there exist δ>0 and an open neighbourhood WU of p such that every yW has a unique solution on [δ,δ], and these solutions vary smoothly with y.

L1choose
2.1

By [L3], for initial states x sufficiently close to x, the solution [L3, step 1.1] Φ(,x) is defined at least on a compact interval around t and its value at time t lies in W. Therefore for every such x and every s<δ, the solution continued from time t by the local flow of step 1.1 is defined at time t+s. Hence all pairs (t+s,x) with s<δ and x near x lie in Ω.

L3step 1.1
3.1

Step 2.1 gives an open neighbourhood of (t,x) contained in Ω, [L1, L2, L3, step 2.1] so Ω is open. On that neighbourhood, the evaluation map is the composite of the continuous time-t map with the local smooth flow from step 1.1, hence is jointly continuous and smooth in the state variable. Since (t,x) was arbitrary, the same holds on all of Ω.

L1L2L3step 2.1
PropositionStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

Solutions compose under a change of initial time

Statement

Let Φ(t,x0) denote the maximal solution map of a smooth autonomous vector field. Whenever both sides are defined,

Φ(t,Φ(s,x0))=Φ(t+s,x0).

Equivalently, changing the initial time along a trajectory composes solutions.

Facts & Assumptions

Given: A smooth autonomous vector field, its maximal solution map Φ, a state x0, and times s,t such that both sides of the displayed equation are defined.

[F1]

The maximal solution domain is open (The maximal solution domain is open).

[L1]

Two locally unique solutions of the same ODE that agree at a time agree on their common interval of definition (Locally unique ODE solutions agree on overlaps and glue across a common endpoint).

Proof

technique · direct
1.1

The curve uΦ(u+s,x0) solves the ODE and at time u=0 has value [F1, L1] Φ(s,x0). The curve uΦ(u,Φ(s,x0)) also solves the same ODE and has the same value at time 0. Because [F1] makes both curves defined on an open interval about every common time where they exist, [L1] applies and forces them to agree on their common domain.

F1L1
2.1

Evaluating the equality from step 1.1 at the time u=t gives [step 1.1] Φ(t,Φ(s,x0))=Φ(t+s,x0) whenever both sides are defined.

step 1.1
False statementConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

A smooth Euclidean vector field need not be complete

Statement

False claim: every smooth vector field on Rn is complete.

Facts & Assumptions

Given: The scalar autonomous ODE x=x2 on R with initial value x(0)=1.

[F1]

This is an autonomous ODE in the sense of Autonomous ordinary differential equations.

[L1]

Smooth autonomous ODEs have unique local smooth solutions (The fundamental theorem for autonomous smooth ODEs).

Refutation

technique · direct
1.1

The vector field V(x)=x2 is smooth on R. The explicit curve [F1, L1] x(t)=1/(1t) satisfies x(0)=1 and x(t)=1/(1t)2=x(t)2 for t<1, so [L1] identifies it with the unique local solution through 1.

F1L1
2.1

This solution cannot be extended past t=1 as a real-valued solution, [step 1.1] because x(t)+ as t1. Hence the maximal solution is not defined for all time.

step 1.1
3.1

Therefore a smooth Euclidean vector field need not be complete.

step 2.1
False statementConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-08-29Open item page →

Pointwise local existence does not force one global uniform time interval

Statement

False claim: if an autonomous smooth ODE has a local solution through every initial point of Rn, then there is one time h>0 that works for all initial points at once.

Facts & Assumptions

Given: The ODE x=x2 on R.

[L1]

Nearby initial values share a uniform local time interval only locally in the initial data (Nearby initial values share one Picard–Lindelöf time interval and one state cylinder).

[L2]

Smooth autonomous ODEs have unique local solutions (The fundamental theorem for autonomous smooth ODEs).

Refutation

technique · direct
1.1

For each initial value x(0)=a>0, the unique solution is [L2] xa(t)=a/(1at), defined only for t<1/a. Thus every initial point has a local solution by [L2].

L2
2.1

If one positive time h worked for all initial values, then taking [L1, step 1.1, assume-hyp] a>1/h would give a solution through a defined on [h,h]. But step 1.1 shows the maximal positive existence time is 1/a<h, a contradiction. This does not conflict with [L1], because [L1] is a neighbourhood theorem, not a global one over all of R.

L1step 1.1assume-hyp
3.1

Therefore pointwise local existence does not imply one uniform time [step 2.1] interval for all initial data.

step 2.1
False statementConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-08-29Open item page →

A maximal ODE solution need not have a closed interval domain

Statement

False claim: a maximal solution of an ODE has a closed interval as its domain of definition.

Facts & Assumptions

Given: The solution x(t)=1/(1t) of x=x2 with x(0)=1.

[L1]

Every IVP has a unique maximal solution on an open interval (Every Picard–Lindelöf initial value problem has one maximal solution on an open interval).

[F1]

The maximal solution domain is open in the time-state variables (The maximal solution domain is open).

Refutation

technique · direct
1.1

The explicit solution x(t)=1/(1t) solves x=x2 for all t<1 and [given] cannot be extended through t=1, so its maximal interval is (,1).

given
2.1

This domain is open and not closed. That matches [L1] and [F1], and it [F1, L1, step 1.1] directly refutes the false claim.

F1L1step 1.1
False statementConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

Continuous dependence does not by itself imply differentiable dependence

Statement

False claim: once solutions depend continuously on data, they automatically depend differentiably on that data.

Facts & Assumptions

Given: The parameter-dependent scalar ODE x(t)=λ, x(0)=0.

[L1]

Continuous dependence on initial data and parameters is weaker than the C1 and smooth dependence theorems that require derivative hypotheses (Continuous dependence of ODE solutions on initial data and parameters, C1 dependence of solutions on initial data, Smooth dependence of solutions on initial data).

Refutation

technique · direct
1.1

For each parameter λR, the unique solution is [L1] x(t;λ)=λt. This depends continuously on λ for every fixed t.

L1
2.1

At every fixed t>0, the map λλt is not [step 1.1] differentiable at λ=0. Thus continuous dependence does occur, but differentiable dependence fails.

step 1.1
3.1

Therefore continuous dependence alone does not imply differentiable [L1, step 2.1] dependence.

L1step 2.1

5 · Examples, counterexamples and false statements

None yet.

Sources