Documentation

ISAR.HolonomicCompose

Composition refusal (Python registry.compose) #

General composition of holonomic generators is not a closure operation. The counterexample is exp ∘ exp: both factors are order-1 holonomic (f' - f = 0), yet exp(exp x) is not D-finite.

Axiom boundary #

Mathlib v4.31 has no Stanley root-growth theorem linking Bell numbers to the Taylor series of exp ∘ exp. The single named axiom below records that analytic fact; theorems cite it explicitly. There is no silent sorry.

All Python self-test residual certificates (including sum and mixed product) are proved in HolonomicInstances.

Outcome of a requested composition, mirroring Python registry.compose.

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Structured refusal returned by the composition interface.

      Equations
      Instances For

        The registry composition operation always refuses in the general case.

        Equations
        Instances For

          Sole analytic axiom for composition obstruction #

          Direct non-holonomicity of exp ∘ exp.

          Content (classical analysis): the Taylor coefficients of exp(exp x) at 0 involve Bell numbers whose root growth diverges, so by Stanley’s criterion the function is not D-finite / holonomic. Mathlib does not yet contain this chain; we import the conclusion as one named axiom. No Mathlib Bell-number / D-finiteness criterion is available to sketch a proof from; the axiom stays named.

          Proved interface facts #

          Both factors of the composition counterexample are holonomic.

          theorem ISAR.holonomic_compose_would_imply_exp_exp (H : ∀ (f g : ), IsHolonomic fIsHolonomic gIsHolonomic (f g)) :
          IsHolonomic fun (x : ) => Real.exp (Real.exp x)

          If holonomic functions were closed under composition, then exp ∘ exp would be holonomic. Combined with exp_exp_not_holonomic, this yields the general refusal.

          General composition closure is impossible: it would contradict exp_exp_not_holonomic.

          Python compose_is_provably_impossible_in_general evidence package.