Pith. sign in
module module high

IndisputableMonolith.Action.PathSpace

show as:
view Lean formalization →

PathSpace defines admissible paths as continuous strictly positive functions on closed intervals for use in J-action functionals. Researchers deriving Euler-Lagrange equations or action convexity cite it as the basic domain. It also supplies fixed-endpoint relations and basic action definitions. The module is purely definitional.

claimAn admissible path on an interval $[a,b]$ is a continuous function $\gamma:[a,b]\to\mathbb{R}_{>0}$.

background

The module sits in the Action domain and imports J-cost definitions together with the convexity results on Jcost(x) = ½(x + x⁻¹) - 1. The upstream Convexity module states that Jlog(t) = cosh t - 1 is strictly convex on ℝ and that Jcost is strictly convex on ℝ₊, foundational for the uniqueness theorem T5. AdmissiblePath and fixedEndpoints encode the paths and endpoint-matching relation over which the action integral is taken.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

It supplies the path space required by EulerLagrange to reduce the EL equation to γ(t) ≡ 1, by FunctionalConvexity to establish convexity of S[γ] = ∫ J(γ(t)) dt and remove conditional hypotheses, and by QuadraticLimit to recover the Newtonian small-strain regime. It therefore anchors the variational formulation of the J-action.

scope and limits

used by (3)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (2)

Lean names referenced from this declaration's body.

declarations in this module (18)