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.
A scalar first-order linear ODE has a unique solution given by the integrating-factor formula
Statement
Let be order-convex with at least two elements, let , and let be continuous. The IVP , , has exactly one solution on , namely
Facts & Assumptions
Given: The continuous coefficients and initial data in the Statement.
The exponential satisfies (The exponential function is smooth and ).
For a continuous on an order-convex interval with at least two elements, is a primitive of . If in the interval and is any primitive, then (Every continuous function on an interval has a primitive; two primitives differ by a constant; and for any primitive ).
Oriented integrals satisfy and (The integral with oriented limits: and ).
If is differentiable at and is differentiable at , then (The chain rule, in one line from Carathéodory: if is differentiable at and is differentiable at , then is differentiable at with ).
If and are differentiable at , then (Sums, scalar multiples, products and quotients: , , , and when ).
For every real , and (The exponential is positive and satisfies ).
Proof
By the existence clause of [L2], ; hence [L3], [L4], and [L1] give .
If , apply the evaluation clause of [L2] on ; if , apply it on and reverse the integral with [L6]; equality is immediate at . In every case, using and dividing by [L5] yields the displayed formula. Direct differentiation verifies it and its initial value, while applying step 1.1 to the difference of two solutions makes that difference zero.
Depends on
- First-order systems, initial value problems, and solutions on intervals
- The exponential function is smooth and $(\exp)'=\exp$
- The exponential is positive and satisfies $\exp(-x)=1/\exp(x)$
- The chain rule, in one line from Carathéodory: if $g$ is differentiable at $c$ and $f$ is differentiable at $g(c)$, then $f \circ g$ is differentiable at $c$ with $(f \circ g)'(c) = f'(g(c))\,g'(c)$
- Sums, scalar multiples, products and quotients: $(f+g)'(c) = f'(c) + g'(c)$, $(\alpha f)'(c) = \alpha f'(c)$, $(fg)'(c) = f'(c)g(c) + f(c)g'(c)$, and $(f/g)'(c) = \bigl(f'(c)g(c) - f(c)g'(c)\bigr)/g(c)^{2}$ when $g(c) \ne 0$
- Every continuous function on an interval has a primitive; two primitives differ by a constant; and $\int_a^b f = G(b)-G(a)$ for any primitive $G$
- The integral with oriented limits: $\int_a^a f := 0$ and $\int_b^a f := -\int_a^b f$
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
42 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- Gerald Teschl, Ordinary Differential Equations and Dynamical Systems, Ch. 2 (standard reference, not scraped)
- Jiri Lebl, Basic Analysis I, Section 6.3 (standard reference, not scraped)