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.

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

Arc Length and Rectifiable Curves

1 · Prerequisites

2 · Summary

bounded-variation-and-riemann-stieltjes provides scalar total variation, its additivity, and the continuity of the variation function for continuous functions. rn-as-a-normed-space provides the Euclidean norm, componentwise continuity and differentiation, vector-valued integration, and the vector fundamental theorem. These results make polygonal sums comparable both with coordinate variations and with integrals of velocity.

A path is defined as a continuous parametrized map, with length the supremum of its inscribed polygonal lengths and rectifiability the finiteness of that supremum. The componentwise bounded-variation criterion leads to subdivision additivity, monotone-reparametrization invariance, Lipschitz comparison, and lower semicontinuity. Continuously differentiable and piecewise continuously differentiable paths then acquire the speed-integral formula, after which the arc-length function yields general metric arc-length parametrizations and regular unit-speed parametrizations.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-13Open item page →

Paths in Rn, inscribed polygonal sums, arc length as their supremum, and rectifiability

Definition

Let n1 and ab. A path in Rn is a continuous map γ:[a,b]Rn. The map, its domain, and its parametrization are part of the path; its trace is only the set γ([a,b]).

If a<b and P=(t0,,tm) is a partition of [a,b], define the polygonal length inscribed by P by

P(γ):=i<mγ(ti+1)γ(ti)2.

The arc length is the extended-real supremum

L[a,b](γ):=supPP(γ)[0,+].

The path is rectifiable when these polygonal lengths are bounded above in R, equivalently when L[a,b](γ)<+. In that case the length is a nonnegative real number. When the interval is clear, write L(γ).

On a singleton interval [a,a], define L[a,a](γ):=0 and call every path with that domain rectifiable. There is one such path for each point of Rn, namely the map sending a to that point. This convention does not invoke a partition, whose published definition assumes distinct endpoints.

CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Every endpoint chord is no longer than the arc: γ(b)γ(a)2L(γ)

Statement

Let γ:[a,b]Rn be a path, with n1. For every auvb,

γ(v)γ(u)2L[u,v](γ[u,v]).

This includes u=v, when both sides are zero. In particular a path of length zero is constant.

Facts & Assumptions

Given: The path γ and uv.

[L1]

For u<v, the partition with point set {u,v} has polygonal length γ(v)γ(u)2, and arc length is the supremum of all polygonal lengths (Paths in Rn, inscribed polygonal sums, arc length as their supremum, and rectifiability).

[L2]

On a singleton parameter interval, arc length is defined to be 0 (Paths in Rn, inscribed polygonal sums, arc length as their supremum, and rectifiability).

Proof

technique · direct
1.1

If u<v, [L1] says the chord length is one member of the set whose supremum is the arc length, so it is at most that supremum.

givenL1
1.2

If u=v, the chord is the zero vector and [L2] makes both sides zero.

givenL2
2.1

If the whole path has length zero, applying steps 1.1--1.2 to every uv makes every chord zero; separation for the Euclidean norm gives γ(u)=γ(v), so γ is constant.

step 1.1step 1.2L1
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-13Open item page →

Refining a partition cannot decrease its inscribed polygonal length

Statement

Let γ:[a,b]Rn be a path with a<b and n1. If a partition Q refines a partition P, then

P(γ)Q(γ).

Facts & Assumptions

Proof

technique · direct
1.1

If one point s is inserted between consecutive points u<v of P, [L2] gives γ(v)γ(u)2γ(s)γ(u)2+γ(v)γ(s)2.

L2
2.1

Every other summand is unchanged, so insertion of one point cannot decrease polygonal length.

step 1.1
3.1

Because Q is finite and contains P, it is obtained by finitely many one-point insertions. Repeated use of step 2.1 gives P(γ)Q(γ).

givenL1step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A path in Rn is rectifiable exactly when every coordinate has bounded variation

Statement

Let n1, let ab, and let γ:[a,b]Rn be a path, with coordinate functions γj(t):=γ(t)(j) for j<n, so that γ=(γ0,,γn1) (The Euclidean inner product x,y=k<nxkyk on Rn). Then γ is rectifiable if and only if every coordinate function γj has bounded variation. When these conditions hold,

maxj<nVar[a,b](γj)L[a,b](γ)j<nVar[a,b](γj).

For a=b, every term in this display is zero.

Facts & Assumptions

Given: The path γ.

[L2]

Total variation is the supremum over partition sums f(ti+1)f(ti), with singleton variation defined as zero (Bounded variation and total variation on an interval).

[L3]

Arc length is the supremum over the corresponding sums of Euclidean chord lengths; rectifiability means that set is bounded (Paths in Rn, inscribed polygonal sums, arc length as their supremum, and rectifiability).

Proof

technique · comparison
1.1

Cauchy--Schwarz in [L1] gives zj=z,ejz2. Applying this to every chord of every partition gives V(γj,P)P(γ).

givenL1L2L3
1.2

Conversely, z=j<nzjej and the norm axioms in [L1] give z2j<nzj. Applying this to every chord gives P(γ)j<nV(γj,P)j<nVar(γj) for every partition.

givenL1L2L3
2.1

If γ is rectifiable, taking suprema in step 1.1 gives Var(γj)L(γ) for every j, so all coordinates have bounded variation and the left displayed bound holds.

step 1.1L2L3
2.2

If every coordinate has bounded variation, the final real number in step 1.2 bounds all polygonal sums. Hence γ is rectifiable, and taking the supremum gives the right displayed bound.

step 1.2L3
3.1

If a=b, the singleton conventions in [L2] and [L3] make all quantities zero, so both directions and both bounds remain valid.

L2L3
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Arc length is additive across every subdivision point and decreases under restriction

Statement

Let γ:[a,b]Rn be a path, with n1, and let c[a,b]. Then, in the nonnegative extended reals,

L[a,b](γ)=L[a,c](γ[a,c])+L[c,b](γ[c,b]).

Consequently γ is rectifiable on [a,b] if and only if both restrictions are rectifiable. The formula includes c=a and c=b through the singleton convention.

Facts & Assumptions

Given: The path and subdivision point c.

[L1]

Inserting a point into a partition does not decrease polygonal length (Refining a partition cannot decrease its inscribed polygonal length).

[L3]

Arc length is the supremum of polygonal lengths, with singleton length zero (Paths in Rn, inscribed polygonal sums, arc length as their supremum, and rectifiability).

Proof

technique · two inequalities
1.1

Concatenating a partition of [a,c] with one of [c,b] gives a partition of [a,b] whose polygonal length is the sum of the two polygonal lengths.

givenL2L3
1.2

Given a partition P of [a,b], insert c if necessary. By [L1] the refined length is at least P, and splitting the refined sum at c makes it at most L[a,c]+L[c,b].

givenL1L2L3
2.1

Taking independent suprema in step 1.1 gives L[a,c]+L[c,b]L[a,b]; if either left summand is infinite, this already forces the total length to be infinite.

step 1.1L3
3.1

Taking the supremum over P gives the reverse inequality. Together with step 2.1 this proves equality.

step 1.2step 2.1L3
4.1

If c is an endpoint, one summand is zero by [L3]. The equality also shows that the total is finite exactly when both summands are finite.

step 3.1L3
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Arc length is invariant under every continuous surjective monotone reparametrization, including pauses and reversal

Statement

Let γ:[a,b]Rn be a path, and let φ:[c,d][a,b] be continuous, surjective, and either nondecreasing or nonincreasing. Then

L[c,d](γφ)=L[a,b](γ).

The equality holds for finite or infinite length. Constant stretches of φ are allowed. If [c,d] is a singleton, surjectivity forces [a,b] to be one as well; if instead [a,b] is a singleton, [c,d] need not be, since a constant map on a nondegenerate interval is continuous, surjective and monotone. In both cases each side of the displayed equality is zero.

Facts & Assumptions

Given: The path γ and reparametrization φ.

[L2]

Arc length is the supremum of polygonal sums and repeated consecutive image points contribute zero (Paths in Rn, inscribed polygonal sums, arc length as their supremum, and rectifiability).

Proof

technique · two inequalities
1.1

Suppose first that φ is nondecreasing. The image under φ of any partition of [c,d] is a nondecreasing finite list from a to b; deleting repetitions produces a partition of [a,b] with the same polygonal sum for γ.

givenL1L2
1.2

Conversely, for a partition a=t0<<tm=b, choose one siφ1(ti) for each of its finitely many values. Monotonicity forces s0<<sm, after taking s0=c and sm=d, and the resulting polygonal sum of γφ equals that of γ.

givenL1choose
2.1

Hence every polygonal sum of γφ is at most L(γ), so L(γφ)L(γ).

step 1.1L2
2.2

Taking the supremum over target partitions gives L(γ)L(γφ), proving equality in the nondecreasing case.

step 1.2L2
2.3

If φ is nonincreasing, reverse the order of every finite list in steps 1.1 and 1.2; Euclidean chord lengths are symmetric, so the same two inequalities hold.

step 1.1step 1.2L1L2
3.1

If [c,d] is a singleton, so is its image [a,b], and the singleton convention in [L2] gives both lengths as zero. If instead a=b while c<d, then γφ is constant, so every polygonal sum for it vanishes and L[c,d](γφ)=0, while L[a,b](γ)=0 by the same convention.

givenL2
PropositionStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-13Open item page →

A C-Lipschitz map multiplies path length by at most C; isometries preserve length and scalar dilation multiplies it by the absolute scale

Statement

Let γ:[a,b]Rn be a path and let T:RnRm be Lipschitz with constant K0. Then

L(Tγ)KL(γ)

whenever L(γ) is finite; if L(γ)=+ the inequality is understood as the corresponding extended-real bound for K>0, while for K=0 the composite is constant and has length zero.

If instead

T(x)T(y)2=λxy2

for every x,y, then L(Tγ)=λL(γ) for λ>0, and it is zero for λ=0. In particular Euclidean isometries preserve length.

Facts & Assumptions

Given: The path and map in the statement.

[L1]

A Lipschitz map with constant K satisfies d(Tx,Ty)Kd(x,y) for every pair (Lipschitz map, α-Hölder map for rational 0<α1, and contraction).

Proof

technique · comparison
1.1

For every partition P, applying [L1] to each chord and summing gives P(Tγ)KP(γ).

givenL1L3
2.1

Taking suprema proves the Lipschitz estimate when K>0 and also when L(γ) is finite. If K=0, [L1] makes all images equal, so every polygonal sum is zero.

step 1.1L3
2.2

Under the similarity identity, every chordwise inequality in step 1.1 is an equality, so P(Tγ)=λP(γ) for every P.

givenL3
3.1

Taking suprema gives exact scaling for λ>0; for λ=0 the map is constant on the trace and the length is zero. With λ=1, [L2] identifies the isometric case.

step 2.2L2L3
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Arc length is lower semicontinuous under uniform convergence of paths

Statement

Let γk,γ:[a,b]Rn be paths, with n1, and suppose

supt[a,b]γk(t)γ(t)20.

Then

L(γ)lim infkL(γk)

in the extended real line. In particular, a uniform limit can have smaller length than every approximating path, but not larger than their limiting lower length.

Facts & Assumptions

Given: The uniformly convergent sequence of paths.

[L1]

Uniform convergence uses one index for every point of the domain (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions); the displayed Euclidean-norm form gives convergence at each partition point.

[L2]

Euclidean norm and vector limits are compatible componentwise, so every fixed finite sum of chord norms converges term by term (A vector-valued function has a limit, or is continuous, if and only if each of its components does; with the algebra of continuous vector-valued functions).

Proof

technique · fixed-partition
1.1

Fix a partition P=(t0,,tm). By [L1], γk(ti)γ(ti) for each of its finitely many points.

givenL1
2.1

By [L2], every chord norm converges and hence P(γk)P(γ).

step 1.1L2
3.1

For every k, [L3] gives P(γk)L(γk). Passing to the limit inferior yields P(γ)lim infkL(γk).

step 2.1L3L4
4.1

The right side is independent of P. Taking the supremum of the left side over all partitions and using [L3] gives L(γ)lim infkL(γk).

step 3.1L3
5.1

The argument also covers an infinite right side or an infinite L(γ), because all suprema and the limit inferior are taken in the extended reals.

step 4.1L3L4
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

If γ:[a,b]Rn is continuous, differentiable on (a,b), and γ extends continuously to [a,b], then L(γ)=abγ(t)2dt

Statement

Let n1 and a<b. Suppose γ:[a,b]Rn is continuous, differentiable on (a,b), and its derivative extends to a continuous function v:[a,b]Rn. Then γ is rectifiable and

L[a,b](γ)=abv(t)2dt.

The extension values v(a) and v(b) are necessarily the relative one-sided derivatives of γ; thus the statement is exactly the usual C1 hypothesis on a closed interval. The formula also holds on a singleton interval, with both sides defined as zero.

Facts & Assumptions

Given: The path γ and continuous derivative extension v.

[L3]

If a vector-valued function is differentiable on a closed interval and its derivative is integrable, then its endpoint increment is the vector integral of its derivative (If f:[a,b]Rm is differentiable with integrable f then abf=f(b)f(a); and a bounded derivative makes f Lipschitz).

[L4]

For uw, uwv2uwv2, and the norm of an integrable vector function is integrable (For ab and f:[a,b]Rm integrable when a<b, abf2abf2; for a<b, f2 is integrable).

Proof

technique · two inequalities
1.1

For each coordinate and h>0, [L2] gives (γj(a+h)γj(a))/h=γj(ξh) for some ξh(a,a+h). Continuity of vj makes this tend to vj(a); the analogous argument at b gives the left derivative vj(b). Hence γ is differentiable relative to [a,b] with derivative v everywhere.

givenL1L2
1.2

Fix ε>0. By uniform continuity in [L5], choose δ>0 so that v(t)v(s)2<ε/(2(ba)) whenever ts<δ. Choose a tagged partition P of mesh below δ whose Riemann sum for the continuous speed differs from its integral by less than ε/2.

givenL5
2.1

Applying [L3] on every subinterval [u,w][a,b] gives γ(w)γ(u)=uwv.

step 1.1L3
3.1

For any partition P, [L4] applied to each increment from step 2.1 gives P(γ)ititi+1v2=abv2.

step 2.1L4
3.2

On a subinterval with tag ξi, step 2.1 gives γ(ti+1)γ(ti)=v(ξi)Δti+titi+1(vv(ξi)). By [L4] and the reverse triangle inequality, its norm is at least v(ξi)2ΔtiεΔti/(2(ba)).

step 2.1step 1.2L4
4.1

Taking the supremum over P gives L(γ)abv2, so in particular γ is rectifiable.

step 3.1L6
4.2

Summing step 3.2 and using the tagged-sum choice gives P(γ)>abv2ε. Since L(γ)P(γ) and ε is arbitrary, the reverse inequality follows.

step 1.2step 3.2L6
5.1

Combining steps 4.1 and 4.2 proves equality. On [a,a] the length and oriented integral are both zero by definition.

step 4.1step 4.2
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

If f is continuous on [a,b], differentiable on (a,b), and f extends continuously to [a,b], then the graph of f has length ab1+f(t)2dt

Statement

Let a<b, let f:[a,b]R be continuous and differentiable on (a,b), and suppose f extends continuously to q:[a,b]R. Then the graph path γ(t)=(t,f(t)) is rectifiable and

L(γ)=ab1+q(t)2dt.

Proof

technique · specialization
1.1

By [L1], the graph path has interior derivative (1,f(t)) and continuous extension v(t)=(1,q(t)).

givenL1
2.1

By [L2], v(t)2=1+q(t)2.

step 1.1L2
3.1

Apply [L3] and substitute the speed from step 2.1.

step 1.1step 2.1L3
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A continuous piecewise-C1 path is rectifiable and its length is the sum of the speed integrals over its pieces

Statement

Let γ:[a,b]Rn be continuous. Suppose there is a partition a=t0<<tm=b such that on each [ti,ti+1] the restriction is differentiable in the interior and its derivative has a continuous extension vi to that closed subinterval. Then γ is rectifiable and

L[a,b](γ)=i<mtiti+1vi(t)2dt.

No agreement between vi1(ti) and vi(ti) is required, so corners are allowed. For a singleton interval the empty sum and the length are zero.

Facts & Assumptions

Given: The piecewise C1 path and subdivision.

[L2]

Arc length is additive over adjacent parameter subintervals (Arc length is additive across every subdivision point and decreases under restriction).

Proof

technique · decomposition
1.1

By [L1], the i-th restriction is rectifiable and has length titi+1vi2.

givenL1
2.1

Repeated application of [L2] expresses the total length as the sum of the finitely many piece lengths.

step 1.1L2
3.1

Substituting step 1.1 into step 2.1 proves the formula and finiteness. Endpoint derivative extensions are local to each piece, so no matching condition is used.

step 1.1step 2.1
4.1

On a singleton there are no nondegenerate pieces, and both the empty sum and the defined length are zero.

givenalgebra
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-13Open item page →

The arc-length function sγ(t)=L(γ[a,t]) of a rectifiable path

Definition

Let γ:[a,b]Rn be rectifiable. Its arc-length function is

sγ:[a,b]R,sγ(t):=L[a,t](γ[a,t]).

The value is finite because every restriction of a rectifiable path is rectifiable by length additivity. In particular

sγ(a)=0,sγ(b)=L[a,b](γ),

and for auvb,

sγ(v)sγ(u)=L[u,v](γ[u,v]).

The last identity is the additive length theorem applied at u and v, not an additional convention.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The arc-length function is continuous and nondecreasing, with increments equal to subpath lengths; it is strictly increasing exactly when no nondegenerate subpath is constant

Statement

Let γ:[a,b]Rn be rectifiable and let s=sγ. Then s is continuous and nondecreasing. Moreover, s is strictly increasing if and only if γ is constant on no nondegenerate subinterval of [a,b].

On a singleton interval, continuity and nondecrease hold and the strictness equivalence is vacuous on both sides.

Facts & Assumptions

Given: The rectifiable path and its arc-length function.

[L2]

Every coordinate γj has bounded variation, the length of a restriction is at most the sum of its coordinate variations, and variation is additive on adjacent subintervals; hence Var[u,v](γj)=Vj(v)Vj(u) for Vj(t)=Var[a,t](γj) (A path in Rn is rectifiable exactly when every coordinate has bounded variation, Total variation is additive over adjacent subintervals and decreases under restriction).

[L3]

The variation function of a bounded-variation function is continuous at every point where the function is continuous (The jumps of a variation function equal the absolute jumps of the original function).

Proof

technique · comparison
1.1

From [L1], s(v)s(u) whenever uv, so s is nondecreasing.

L1
1.2

Let Vj(t)=Var[a,t](γj). Each Vj is continuous by [L2], [L3], and continuity of the path's coordinates.

givenL2L3
1.3

If s(u)=s(v) for some u<v, [L1] says the intervening path has length zero, and [L4] makes it constant on [u,v].

L1L4
2.1

For uv, [L1] and [L2] give 0s(v)s(u)j(Vj(v)Vj(u)). The finite sum on the right tends to zero as vu, from either permitted side, so s is continuous.

step 1.2L1L2
3.1

Conversely, if γ is constant on [u,v], every polygonal sum there is zero, so [L1] gives s(u)=s(v). Thus equality at distinct arguments occurs exactly on a constant subinterval, proving the strictness equivalence.

step 1.3L1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Every rectifiable path factors through its arc-length function as a unit-speed path on [0,L]

Statement

Let γ:[a,b]Rn be rectifiable, put L=L(γ), and let s=sγ. There is a unique map γˉ:[0,L]Rn such that

γ=γˉs.

It is 1-Lipschitz and, for every 0rqL,

L[r,q](γˉ[r,q])=qr.

Thus γˉ has metric unit speed. If L=0, its domain is a singleton and the formula reads 0=0.

Facts & Assumptions

Given: The rectifiable path, length L, and arc-length function s.

[L2]

Every chord is at most the length of the corresponding subpath; in particular, a path of zero length is constant (Every endpoint chord is no longer than the arc: γ(b)γ(a)2L(γ)).

[L3]

Length is invariant under a continuous surjective monotone reparametrization (Arc length is invariant under every continuous surjective monotone reparametrization, including pauses and reversal).

Proof

technique · factorization
1.1

By continuity and the endpoint values in [L1], s([a,b])=[0,L]. If s(u)=s(v) with uv, [L1] makes the intervening length zero and [L2] gives γ(u)=γ(v).

givenL1L2
2.1

For r[0,L], define γˉ(r) to be the unique common value γ(t) of all t with s(t)=r. Existence follows from surjectivity and well-definedness from step 1.1. This definition immediately gives γ=γˉs and uniqueness.

step 1.1construct
3.1

For r<q, take uv with s(u)=r and s(v)=q. The chord bound and [L1] give γˉ(q)γˉ(r)2L[u,v](γ)=qr. Hence γˉ is 1-Lipschitz and continuous.

step 2.1L1L2
4.1

The restriction s[u,v] is a continuous surjective nondecreasing map onto [r,q], and γ[u,v]=γˉ[r,q]s[u,v]. By [L3], L(γˉ[r,q])=L(γ[u,v])=qr.

step 2.1step 3.1L1L3
5.1

If L=0, [L2] makes γ constant, s has singleton image, and the construction gives the unique constant map on [0,0]; the subinterval formula is 0=0.

givenL1L2
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A regular C1 path has a C1 arc-length reparametrization with derivative of Euclidean norm one

Statement

Let n1 and a<b. Suppose γ:[a,b]Rn is continuous, differentiable on (a,b), and its derivative extends continuously to v:[a,b]Rn with v(t)2>0 for every t. Put

s(t)=atv(u)2du,L=s(b).

Then s is a continuously differentiable increasing bijection from [a,b] onto [0,L]. Its inverse τ is continuously differentiable, and

σ(r):=γ(τ(r))

is a C1 reparametrization with σ(r)2=1 for every r[0,L], using relative derivatives at the endpoints.

Facts & Assumptions

Given: The regular C1 path and its continuous velocity extension v.

[L2]

The first fundamental theorem gives s(t)=v(t)2 at every point, including relative endpoints (The first fundamental theorem: if f is integrable on [a,b] and continuous at c, then F(c)=f(c); in particular a continuous f has F as a primitive).

Proof

technique · inverse-function
1.1

By [L1]--[L2], s(t)=v(t)2>0. By [L5], s is increasing, and continuity plus its endpoint values makes it a bijection onto [0,L]; in particular L>0.

givenL1L2L5
2.1

By [L3], the inverse τ:[0,L][a,b] is differentiable and τ(r)=1/v(τ(r))2. This derivative is continuous because v, the norm, τ, and reciprocal on positive reals are continuous.

step 1.1L3
3.1

Apply [L4] componentwise to σ=γτ to get σ(r)=v(τ(r))/v(τ(r))2.

step 2.1L4
4.1

Absolute homogeneity of the Euclidean norm gives σ(r)2=1, and the formula is continuous in r, so σ is C1. The relative endpoint derivatives follow from the relative forms in [L2] and [L3].

step 3.1algebra

5 · Examples, counterexamples and false statements

None yet.

Sources