Documentation

LeanPool.JacobianDiffgeo.JacFunctorial.TraceLaws

Functoriality laws and the projection formula for Form1.trace (jacobian-functoriality §6.5, §9) #

Unit: jacobian-functoriality. The Form1-level laws feeding the Jacobian-level pullback functoriality and pushforward_pullback:

All three are proved at regular values via RS.coeffAt_traceForm_of_isRegularValue and extended everywhere by RS.Form1.eq_of_eqOn_dense (density of regular values).

Nonvanishing of the chart-read derivative at unramified points #

theorem RS.deriv_chartRead_ne_zero {X : Type u_1} [TopologicalSpace X] [ChartedSpace X] [IsManifold (modelWithCornersSelf ) X] {Y : Type u_2} [TopologicalSpace Y] [ChartedSpace Y] {f : XY} {x : X} {k : } (A : AdaptedChartsAt f x k) (hk : k = 1) {e₀ : OpenPartialHomeomorph Y } (he₀ : e₀ IsManifold.maximalAtlas (modelWithCornersSelf ) Y) (hfx : f x e₀.source) :
deriv (e₀ f (chartAt x).symm) ((chartAt x) x) 0

At a point where f reads as z ↦ z^1 in adapted charts, the chart-read derivative of f does not vanish.

theorem RS.not_exists_const_id {X : Type u_1} [TopologicalSpace X] [ChartedSpace X] :
¬∃ (c : X), ∀ (x : X), id x = c

X (a positive-dimensional charted space) carries no constant identity: id is nonconstant.

trace_id #

trace_comp #

theorem RS.qCoeff_comp {X : Type u_1} [TopologicalSpace X] [ChartedSpace X] [IsManifold (modelWithCornersSelf ) X] {Y : Type u_2} [TopologicalSpace Y] [ChartedSpace Y] [IsManifold (modelWithCornersSelf ) Y] {Z : Type u_3} [TopologicalSpace Z] [ChartedSpace Z] {f : XY} {g : YZ} (hf : ContMDiff (modelWithCornersSelf ) (modelWithCornersSelf ) f) (hg : ContMDiff (modelWithCornersSelf ) (modelWithCornersSelf ) g) {e₂ : OpenPartialHomeomorph Z } (he₂ : e₂ IsManifold.maximalAtlas (modelWithCornersSelf ) Z) {x : X} (hgfx : g (f x) e₂.source) (η : Form1 X) :
qCoeff (g f) η e₂ x = (deriv (e₂ g (chartAt (f x)).symm) ((chartAt (f x)) (f x)))⁻¹ * qCoeff f η (chartAt (f x)) x

Chain rule for qCoeff: the canonical coefficient of a composite splits through the preferred chart at the intermediate point. Unconditional (junk-inverse compatible).

The projection formula #

theorem RS.qCoeff_pullback {X : Type u_1} [TopologicalSpace X] [ConnectedSpace X] [ChartedSpace X] [IsManifold (modelWithCornersSelf ) X] {Y : Type u_2} [TopologicalSpace Y] [T2Space Y] [ChartedSpace Y] [IsManifold (modelWithCornersSelf ) Y] {f : XY} (hf : ContMDiff (modelWithCornersSelf ) (modelWithCornersSelf ) f) (hne : ¬∃ (c : Y), ∀ (x : X), f x = c) {yhat : Y} (hyhat : IsRegularValue f yhat) {x : X} (hx : f x = yhat) (η : Form1 Y) :
qCoeff f ((Form1.pullback f hf) η) (chartAt yhat) x = coeffAt yhat η

Per-point cancellation: the canonical trace coefficient of a pulled-back form at an unramified fibre point is the coefficient of the original form.

theorem RS.traceForm_pullback {X : Type u_1} [TopologicalSpace X] [T2Space X] [CompactSpace X] [ConnectedSpace X] [ChartedSpace X] [IsManifold (modelWithCornersSelf ) X] {Y : Type u_2} [TopologicalSpace Y] [T2Space Y] [ChartedSpace Y] [IsManifold (modelWithCornersSelf ) Y] [ConnectedSpace Y] {f : XY} (hf : ContMDiff (modelWithCornersSelf ) (modelWithCornersSelf ) f) (hne : ¬∃ (c : Y), ∀ (x : X), f x = c) (η : Form1 Y) :
traceForm hf hne ((Form1.pullback f hf) η) = (degree f) η

The projection formula (raw form): Tr_f (f^* η) = (deg f) • η.

The projection formula (challenge form): Form1.trace f hf ∘ Form1.pullback f hf is multiplication by the challenge degree ContMDiff.degree f hf — including the constant case (both sides vanish).