Alphabeta Math
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.

✓ 9 results · all verified · 2 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 7 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Line Integrals and the Gradient Theorem: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

The scalar line integral of x over the right unit semicircle equals two

Example

Let γ(t)=(cos⁡t,sin⁡t) for −π/2≤t≤π/2, oriented from the bottom to the top of the right unit semicircle. For the scalar field f(x,y)=x,

∫γx ds=2.

Facts & Assumptions

Given: The path and scalar field in the Example.

[L1]

A scalar line integral is ∫f(γ(t))∥γ′(t)∥2dt on a C1 piece (Scalar line integrals with respect to arc length and vector-field line integrals).

[L2]

Sine and cosine have derivatives cos⁡t and −sin⁡t, satisfy sin⁡2t+cos⁡2t=1, and have values sin⁡(π/2)=1 and sin⁡(−π/2)=−1 (The derivatives of sine and cosine are cosine and minus sine, Parity and the Pythagorean identity for sine and cosine, Quarter-turn values and shifts by pi/2 and pi).

[L3]

For a continuous function whose interior derivative admits an integrable extension, Newton-Leibniz integrates that extension to the endpoint increment (Newton–Leibniz needs only continuity on [a,b], differentiability on (a,b), and a Riemann-integrable extension of the interior derivative).

Verification

technique · direct
1.1

By [L2], γ′(t)=(−sin⁡t,cos⁡t) and ∥γ′(t)∥2=1, while f(γ(t))=cos⁡t.

givenL2algebra
2.1

By [L1], [L2], and [L3], ∫γx ds=∫−π/2π/2cos⁡t dt=sin⁡(π/2)−sin⁡(−π/2)=2.

step 1.1L1L2L3algebra
3.1

Reversing the path leaves the value 2 unchanged by [L4], confirming that the scalar ds integral does not depend on orientation.

step 2.1L4∎
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Scalar and vector line integrals along an affine line segment

Example

For p,q∈Rn, let γ(t)=(1−t)p+tq on [0,1], and let f:Rn→R and F:Rn→Rn be continuous on a set containing the segment from p to q. Then

∫γf ds=∥q−p∥2∫01f((1−t)p+tq) dt,

∫γF⋅dr=∫01⟨F((1−t)p+tq),q−p⟩ dt.

Facts & Assumptions

Given: The affine path and continuous fields in the Example.

[L1]

On a C1 path, scalar and vector line integrals use respectively the integrands f(γ(t))∥γ′(t)∥2 and ⟨F(γ(t)),γ′(t)⟩ (Scalar line integrals with respect to arc length and vector-field line integrals).

Verification

technique · direct
1.1

Differentiation gives γ′(t)=q−p, so the speed is the constant ∥q−p∥2.

givenalgebra
2.1

Substitute step 1.1 and the formula for γ(t) into the scalar clause of [L1]. Pulling out the constant speed gives the first displayed formula.

step 1.1L1algebra
2.2

Substitute step 1.1 into the vector clause of [L1] to obtain the second displayed formula.

step 1.1L1
3.1

If p=q, then q−p=0 and ∥q−p∥2=0, so both formulas give zero. Thus the constant-segment case is included.

step 2.1step 2.2algebra∎
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

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∎
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Constructing a potential on a rectangle by coordinate-segment integrals

Example

On an open rectangle U containing (a,b), let

F(x,y)=(2xy+y2,x2+2xy).

The coordinate-segment construction

ϕ(x,y):=∫axF0(t,b) dt+∫byF1(x,t) dt

gives the normalized potential

ϕ(x,y)=x2y+xy2−a2b−ab2.

Facts & Assumptions

Given: The rectangle, basepoint, and field in the Example.

[L1]

With coordinates indexed from 0, so that F=(F0,F1), a C1 field is closed when ∂yF0=∂xF1, and it is exact when it is the gradient of a C2 potential (Exact and closed C1 vector fields).

[L2]

A closed C1 field on a star-shaped open domain has the radial potential based at a star centre (Poincare's lemma on a star-shaped domain: every closed C1 field is exact).

[L3]

Two potentials of one field differ by a constant on a piecewise-C1 path component (Two potentials of the same field differ by a constant on each piecewise-C1 path component).

[L4]

For a continuous function whose interior derivative admits an integrable extension, Newton-Leibniz evaluates the integral of that extension by the endpoint increment (Newton–Leibniz needs only continuity on [a,b], differentiability on (a,b), and a Riemann-integrable extension of the interior derivative).

Verification

technique · direct
1.1

Direct differentiation gives ∂yF0=2x+2y=∂xF1, so F is closed by [L1].

givenL1algebra
1.2

Evaluating the two polynomial integrals using [L4] gives ϕ(x,y)=b(x2−a2)+b2(x−a)+x2(y−b)+x(y2−b2)=x2y+xy2−a2b−ab2.

givenL4algebra
2.1

Differentiating step 1.2 yields ∂xϕ=2xy+y2=F0 and ∂yϕ=x2+2xy=F1. Thus [L1] makes ϕ a potential, and substitution gives ϕ(a,b)=0.

step 1.2L1algebra
3.1

An open rectangle is convex and hence star-shaped with respect to (a,b), so [L2] also supplies a radial potential normalized to zero there. By [L3] and the common normalization, that radial potential agrees with ϕ.

givenstep 2.1L2L3algebra∎
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The vector field (y,0) gives different integrals along two paths with the same endpoints

Statement refuted

The field F(x,y)=(y,0) has the same vector line integral along every path from (0,0) to (1,0).

Facts & Assumptions

Given: The paths α(t)=(t,0) and β(t)=(t,t(1−t)) on [0,1].

[L1]

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

[L2]

Vector line integrals add under concatenation and negate under reversal (Line integrals under reversal and concatenation).

[L3]

Path independence is equivalent to zero integral around every closed piecewise-C1 path on a piecewise-C1 path-connected domain (Path independence is equivalent to zero integral around every closed piecewise-C1 path).

Counterexample

technique · constructive
1.1

Both paths run from (0,0) to (1,0). Along α, the first component y is zero, so [L1] gives ∫αF⋅dr=0.

givenL1algebraconstruct
1.2

Along β, one has F(β(t))=(t(1−t),0) and β′(t)=(1,1−2t). Hence [L1] and [L4] give ∫βF⋅dr=∫01(t−t2) dt=16.

givenL1L4algebra
2.1

The two values differ, so the field is not path-independent.

step 1.1step 1.2
3.1

The concatenation α∗β− is closed, and [L2] gives its integral as 0−1/6=−1/6. This is the corresponding nonzero-loop failure in [L3].

step 1.1step 1.2L2L3discharge-construct∎
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The vortex field is closed but not exact on the punctured plane

Statement refuted

Every closed C1 vector field on a piecewise-C1 path-connected open set is exact.

Facts & Assumptions

Given: On U=R2∖{(0,0)}, let F(x,y)=(−yx2+y2,xx2+y2).

[L1]

With coordinates indexed from 0, so that F=(F0,F1) and ∂0,∂1 are ∂x,∂y, closedness requires ∂yF0=∂xF1, while exactness requires a C2 potential whose gradient is F (Exact and closed C1 vector fields).

[L2]

A gradient line integral is its potential's endpoint increment and is therefore zero on a closed path (The gradient theorem: the line integral of a gradient is the endpoint increment).

[L3]

On a nonempty open piecewise-C1 path-connected domain, conservativity, path independence, and zero closed-loop integrals are equivalent (Conservative, path-independent, and zero-closed-loop conditions are equivalent).

[L4]

Vector line integrals use the integrand ⟨F(γ(t)),γ′(t)⟩ (Scalar line integrals with respect to arc length and vector-field line integrals).

[L5]

Sine and cosine have derivatives cos⁡t and −sin⁡t and satisfy sin⁡2t+cos⁡2t=1 (The derivatives of sine and cosine are cosine and minus sine, Parity and the Pythagorean identity for sine and cosine).

Counterexample

technique · constructive
1.1

The rational formulas defining F are C1 on U. Direct differentiation gives ∂yF0=y2−x2(x2+y2)2=∂xF1, so F is closed by [L1].

givenL1algebraconstruct
1.2

The punctured plane is piecewise-C1 path-connected: choose a positive radius at least as large as the radii of two given points, join each point outward along its own ray to that circle, and join the resulting points by a circular arc. None of these pieces meets the origin.

given
1.3

On the counterclockwise unit circle γ(t)=(cos⁡t,sin⁡t), 0≤t≤2π, [L5] gives F(γ(t))=(−sin⁡t,cos⁡t)=γ′(t).

givenL5algebra
2.1

By [L4], [L5], and [L6], ∫γF⋅dr=∫02π(sin⁡2t+cos⁡2t) dt=2π≠0.

step 1.3L4L5L6
3.1

If F were exact, [L1] would give a potential and [L2] would make the closed-circle integral zero, contradicting step 2.1. Thus F is closed but not exact. By [L3] and step 1.2, it is also neither conservative nor path-independent.

step 1.1step 1.2step 2.1L1L2L3
4.1

The domain is not star-shaped: for any proposed centre a≠0, the segment from a to −a passes through the omitted origin.

givenstep 3.1algebradischarge-construct∎
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

False: every closed C1 field on a connected open set is exact

Statement

Every closed C1 vector field on a connected open subset of Rn is exact.

Facts & Assumptions

Given: The proposed implication, the punctured plane U=R2∖{0}, and the vortex field F(x,y)=(−yx2+y2,xx2+y2).

[L1]

With coordinates indexed from 0, so that F=(F0,F1), closedness means ∂yF0=∂xF1, while exactness supplies a C2 potential with gradient F (Exact and closed C1 vector fields).

[L2]

A gradient line integral is its potential's endpoint increment and is therefore zero on a closed path (The gradient theorem: the line integral of a gradient is the endpoint increment).

[L3]

Vector line integrals integrate ⟨F(γ(t)),γ′(t)⟩; sine and cosine have derivatives cos⁡t and −sin⁡t and satisfy sin⁡2t+cos⁡2t=1 (Scalar line integrals with respect to arc length and vector-field line integrals, The derivatives of sine and cosine are cosine and minus sine, Parity and the Pythagorean identity for sine and cosine).

[L6]

On a star-shaped open domain, closedness and exactness are equivalent for C1 vector fields (On a star-shaped open domain, closed, exact, conservative, path-independent, and zero-loop are equivalent).

Refutation

technique · direct
1.1

Direct differentiation gives ∂yF0=(y2−x2)/(x2+y2)2=∂xF1, so [L1] makes F closed and C1 on the open set U. Radial segments at positive radius followed by a circular arc give a piecewise-C1 path in U between any two of its points.

givenL1algebra
1.2

For γ(t)=(cos⁡t,sin⁡t) on [0,2π], [L3] gives F(γ(t))=γ′(t)=(−sin⁡t,cos⁡t). Hence [L3] and [L4] give ∫γF⋅dr=∫02π1 dt=2π≠0.

givenL3L4algebra
2.1

If U=A∪B were a separation into disjoint nonempty relatively open sets, choose u∈A and v∈B and let η:[0,1]→U be the path from step 1.1. The function equal to 0 when η(t)∈A and to 1 when η(t)∈B is locally constant, hence continuous, and has endpoint values 0 and 1. By [L5] it would take the value 1/2, which is impossible. Thus U is connected.

step 1.1L5choosealgebra
3.1

If F were exact, [L1] and [L2] would make the integral in step 1.2 zero. Thus it is not exact, and the statement is false despite steps 1.1 and 2.1. The valid correction in [L6] replaces connectedness by the stronger star-shaped hypothesis.

step 1.1step 2.1step 1.2L1L2L6∎
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

False: vector line integrals are invariant under reversing a path

Statement

For every continuous vector field F and piecewise-C1 path γ on whose trace it is defined, ∫γ−F⋅dr=∫γF⋅dr.

Facts & Assumptions

Given: The constant field F=(1,0) and the segment γ(t)=(t,0) on [0,1].

[L1]

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).

[L2]

An orientation-reversing reparametrization negates a vector line integral but leaves a scalar ds integral unchanged (Scalar line integrals are parametrization-independent; vector line integrals retain orientation and change sign when it reverses).

Refutation

technique · direct
1.1

Since γ′(t)=(1,0), [L1] and [L3] give ∫γF⋅dr=∫011 dt=1.

givenL1L3algebra
2.1

The reversal is orientation-reversing, so [L2] gives ∫γ−F⋅dr=−1.

givenstep 1.1L2algebra
3.1

Since −1≠1, the statement is false. The scalar analogue is true because [L2] says that ds removes the orientation sign.

step 1.1step 2.1L2∎
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A vector line integral around the vortex counts repeated traversals

Example

For the vortex field

F(x,y)=(−yx2+y2,xx2+y2),

let γ(t)=(cos⁡t,sin⁡t) and β(t)=(cos⁡(2t),sin⁡(2t)) on [0,2π]. Then

∫γF⋅dr=2π,∫βF⋅dr=4π.

Facts & Assumptions

Verification

technique · direct
1.1

By [L2], F(γ(t))=γ′(t)=(−sin⁡t,cos⁡t), so [L1], [L2], and [L3] give ∫γF⋅dr=∫02π1 dt=2π.

givenL1L2L3algebra
1.2

By [L2], β′(t)=2(−sin⁡(2t),cos⁡(2t)),F(β(t))=(−sin⁡(2t),cos⁡(2t)).

givenL2algebra
2.1

Hence [L1], [L2], and [L3] give ∫βF⋅dr=∫02π2(sin⁡2(2t)+cos⁡2(2t)) dt=4π.

step 1.2L1L2L3
3.1

The two paths have the same counterclockwise unit-circle image, but t↦2t on [0,2π] is not a bijection onto [0,2π]; it covers the circle twice. Thus [L4] does not assert equality here.

givenL4algebra∎

Sources