Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13
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 polynomial potential evaluates work along every path by endpoints

Example

Let

ϕ(x,y,z)=x2y+yz2,F=∇ϕ=(2xy,x2+z2,2yz).

Every piecewise-C1 path from p=(0,0,0) to q=(1,2,1) satisfies

∫γF⋅dr=4.

Facts & Assumptions

Given: The polynomial potential, field, and endpoints in the Example.

[L1]

The gradient theorem gives ∫γ∇ϕ⋅dr=ϕ(q)−ϕ(p) for every piecewise-C1 path from p to q (The gradient theorem: the line integral of a gradient is the endpoint increment).

[L2]

On a C1 path γ, the vector line integral is the integral of ⟨F(γ(t)),γ′(t)⟩ (Scalar line integrals with respect to arc length and vector-field line integrals).

Verification

technique · direct
1.1

Coordinate differentiation gives the displayed gradient, and direct evaluation gives ϕ(q)=4 and ϕ(p)=0.

givenalgebra
1.2

For the affine segment γ(t)=(t,2t,t), one has F(γ(t))=(4t2,2t2,4t2) and q−p=(1,2,1). Thus [L2] gives the integrand 12t2.

givenL2algebra
2.1

Apply [L1] and step 1.1 to any path from p to q. Its integral is 4−0=4.

step 1.1L1algebra
3.1

Since 12t2=(4t3)′, [L3] gives ∫0112t2dt=4, agreeing with step 2.1.

step 1.2L3algebra∎

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

22 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