Source (26) for the actual stationary transverse solution. The endpoint matrix is the constructed Dirichlet-to-Neumann operator and its norm is derived from the explicit moving-projection trial. The selected velocity is the genuine derivative η_t minus Mη, not a separately prescribed matrix output.
An explicit terminal-layer H¹ trial obtained by multiplying a differentiable projection path by the smooth exponential ramp. Both energy estimates concern the actual Bochner L² derivative and primitive.
An explicit smooth terminal-layer trial profile. Its endpoint values are
zero and one, and its squared value/derivative integrals are at most 2/L
and 2*L when L*T ≥ 1. These are the same energy bounds needed for the
piecewise linear terminal ramp in the activation argument.
Cache the standard NormedAddCommGroup (U →L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard NormedSpace ℝ (U →L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard AddCommGroup (U →L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard Module ℝ (U →L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard TopologicalSpace (U →L[ℝ] E) instance to shorten typeclass synthesis.
Equations
Instances For
Evaluation of an actual continuous operator path as a bounded map into paths.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Trial frame, given by ⟨fun t => ramp T L t • P t, ((ramp_continuous T L).comp continuous_subtype_val).smul P.continuous⟩.
Equations
- EulerTerminalProjectionTrial.trialFrame T L P = { toFun := fun (t : ↑(Set.Icc 0 T)) => EulerTerminalLayerRamp.ramp T L ↑t • P t, continuous_toFun := ⋯ }
Instances For
Trial frame derivative as an element of C(Icc (0 : ℝ) T, U →L[ℝ] E).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Trial derivative, given by (pathLpOperator T hT).comp (operatorEvaluation T (trialFrameDerivative T L P P₁)).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The trial derivative is the actual derivative of its explicit ramp-times-projection path.
Integrating the constructed L² derivative gives the prescribed trial at every time.
The actual L² derivative cost of the explicit terminal-layer trial.
The corresponding physical displacement cost retains the inverse layer width.
The explicit activation trial and its endpoint-energy bound. The trial uses
the actual moving normal, not a deformation-frame condition number. A layer
of width 1/h gives ‖Λ‖ ≤ (4 + 64 CM² + 2 CH) h under the source's low
history bounds.
The actual orthogonal projection onto a moving ray's perpendicular plane.
The derivative bound depends on the ray equation through ‖m'‖/‖m‖, and
therefore costs only the parent matrix norm, with no deformation-gradient loss.
Cache the standard NormedAddCommGroup (E →L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard NormedSpace ℝ (E →L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard AddCommGroup (E →L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard Module ℝ (E →L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard TopologicalSpace (E →L[ℝ] E) instance to shorten typeclass synthesis.
Equations
Instances For
Normal projection, given by ContinuousLinearMap.id ℝ E - (‖m‖ ^ 2)⁻¹ • rankOne ℝ m m.
Equations
- EulerMovingNormalProjection.normalProjection m = ContinuousLinearMap.id ℝ E - (‖m‖ ^ 2)⁻¹ • ((InnerProductSpace.rankOne ℝ) m) m
Instances For
Normal projection derivative, given by -((- (2 * ⟪m, m₁⟫_ℝ) / (‖m‖ ^ 2) ^ 2) • rankOne ℝ m m + (‖m‖ ^ 2)⁻¹ • (rankOne ℝ m₁ m + rankOne ℝ m m₁)).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The projection derivative is derived from the actual ray derivative.
The bound is independent of the length of the ray.
For the actual ray equation m'=-M* m, only the parent gradient norm enters.
Cache the standard NormedAddCommGroup (E →L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard NormedSpace ℝ (E →L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard AddCommGroup (E →L[ℝ] E) instance to shorten typeclass synthesis.
Equations
Instances For
Cache the standard Module ℝ (E →L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard TopologicalSpace (E →L[ℝ] E) instance to shorten typeclass synthesis.
Equations
Instances For
Cache the standard NormedAddCommGroup (U →L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard NormedSpace ℝ (U →L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard AddCommGroup (U →L[ℝ] E) instance to shorten typeclass synthesis.
Equations
Instances For
Cache the standard Module ℝ (U →L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard TopologicalSpace (U →L[ℝ] E) instance to shorten typeclass synthesis.
Equations
Instances For
Projection path, given by ⟨fun t => (normalProjection (m t)).comp R, (normalProjection_continuous m.continuous hne).clm_comp continuous_const⟩.
Equations
- EulerTransverseActivationTrial.projectionPath T m hne R = { toFun := fun (t : ↑(Set.Icc 0 T)) => EulerMovingNormalProjection.normalProjection (m t) ∘SL R, continuous_toFun := ⋯ }
Instances For
Projection derivative path as an element of C(Icc (0 : ℝ) T, U →L[ℝ] E).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The actual derivative of the explicit terminal-layer displacement.
Equations
- One or more equations did not get rendered due to their size.
Instances For
All input bounds concern the parent coefficients and the actual ray. The
endpoint operator and its O(h) norm are constructed conclusions.
The actual terminal matrix after subtracting the prescribed shear.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Differentiating the actual moving tangency constraint makes η_t−Mη tangent.
The activation choice is attached to the actual weak inverse, its continuous physical derivative, and the derived endpoint energy bound.