Calibrated fiber stacks (residue-theorem, general-X reduction support) #
Unit: residue-theorem (docs/design/residue-theorem.md §6 route, primary per the orchestrator
addendum). Jacobian/FormTrace/ResidueTraceCompat.lean's main theorem resAtP1_trace_eq_sum
takes an explicit calibration hypothesis hcal: the stack's adapted TARGET charts must be
translates of chartAt ℂ y₀. That hypothesis is satisfied by the concrete construction of
RS.exists_adaptedChartsAt (whose target chart is literally
(chartAt ℂ (F x) ≫ₕ subRight …) ≫ₕ ofSet …) but is NOT exposed by the abstract existential.
This file re-runs the two existence proofs (exists_adaptedChartsAt,
exists_fiberStack — Jacobian/LocalMultiplicity/AdaptedCharts.lean and
Jacobian/MappingDegree/LocalStructure.lean, copied with attribution per CONVENTIONS.md's
Compat discipline; residue-theorem may not edit those units' files) with the single extra
conclusion ∀ y, A.e' y = chartAt ℂ (F x) y - chartAt ℂ (F x) (F x) threaded through:
RS.exists_adaptedChartsAt_translated— adapted charts whose target chart is, as a raw function, the recentered preferred chart atF x.RS.exists_fiberStack_translated— aFiberStackall of whose target charts are the recenteredchartAt ℂ y₀; this dischargesresAtP1_trace_eq_sum'shcalverbatim.
RS.exists_adaptedChartsAt, strengthened with the (construction-inherent) conclusion that
the adapted target chart is, as a raw function on all of Y, the recentered preferred chart at
F x. Proof copied from Jacobian/LocalMultiplicity/AdaptedCharts.lean (the extra conclusion
is rfl for that construction).
Calibrated fiber stacks (standing surface hypotheses) #
RS.exists_fiberStack, strengthened: a stack of adapted charts over y₀ all of whose
target charts are, as raw functions, the recentered chartAt ℂ y₀ — exactly
resAtP1_trace_eq_sum's calibration hypothesis hcal. Proof copied from
Jacobian/MappingDegree/LocalStructure.lean, seeded with
exists_adaptedChartsAt_translated.