P1: the field-structured flow — the definitional layer, stated against the bridge #
Category: CV (continuous variables — P1's definitional half on top of the arena bridge).
eft-pillars-plan.md P1 asked for two things: the arena bridge (landed,
CV/ArenaBridge.lean), and a definition — what it means for a flow to have
field structure, i.e. a generator decomposing into mode-local pieces with a
locality relation among them. This module supplies the definition and shows it
is neither empty nor decorative:
FieldStructuredFlow K N— a skew generator presented as a sum of graph-edge-supported pieces (piece_supported), with on-site terms as self-edges.F.gen,F.flow t(the one-parameter unitary family), andF.arenaFlow t(the induced flow on the record arena).flow_add/arenaFlow_add— the family is a genuine one-parameter flow, on the operators and on the arena alike (arenaKick_mulis the group-action law for kicks that makes the second follow from the first).- ★★
FieldStructuredFlow.lightcone— the characterisation P1 asked for: every field-structured flow's arena action has the Lieb-Robinson cone. Not "the free flow" or "this drive": any flow admitting a local decomposition, as a property of the structure itself. - Non-vacuity, twice, connected to the corpus's own drives rather than to toy
witnesses: ★
freeFieldStructuredwithfreeFieldStructured_flow_eq— the CV chain's free drivefreeFieldUIS the flow of a field-structured generator (on-site pieces); and ★graphStructuredwithgraphStructured_flow_eq— the graph-interacting driveinteractingU · (graphPotential E g)is likewise field-structured (on-site pieces plus one piece per coupling edge). So the flows the EFT chain has been studying all along are instances, and the arena light cone applies to them with no further hypotheses.
⚠️ Honest scope: this characterises flows whose generator is diagonal-local or
edge-local in the given mode factorisation — field structure relative to a
factorisation, which is all Route A can mean (the factorisation itself is
epistemic; eft-pillars-plan.md P3). The fibre-active arenas are covered in
CV/FibredArenaBridge.lean (the record stroke and its cone, 2026-08-20).
References #
specs/eft-pillars-plan.md (P1); specs/arena-bridge-plan.md;
CV/ArenaBridge.lean (the transport); CV/FreeFieldFloquet.lean
(freeFieldU_eq_exp); CV/Interaction.lean (interactingU_eq_exp,
interactionHamiltonian); CV/SupportSpreading.lean (graphPotential);
CV/LocalAlgebra.lean (SupportedOn.smul).
Diagonal matrices are supported where they read #
A diagonal matrix whose entry reads only modes a and b is supported on
{a, b}. On-site terms are the case a = b.
A real scalar action on a complex matrix is the complex action of its cast — the normal form the witness computations use.
The skew of a phase generator: (-(iτ)) • H is skew-Hermitian for
Hermitian H.
The structure #
A field-structured flow: a skew generator presented as a sum of
graph-local pieces — one matrix per edge, each supported on its edge's two
modes, with on-site terms as self-edges (k, k). This is P1's definitional
object: what it means for a flow on the field to have field structure.
The interaction graph: coupling edges, with self-edges as on-site terms.
- piece : Fin K × Fin K → Matrix (FieldConfig K N) (FieldConfig K N) ℂ
The local generator pieces, one per edge.
Each piece lives on its own edge.
The assembled generator is skew-Hermitian.
Instances For
The assembled generator.
Instances For
The one-parameter unitary family exp(t • gen).
Equations
- F.flow t = CSD.CV.flowU ⋯ t
Instances For
The induced flow on the record arena.
Equations
- F.arenaFlow t p = CSD.CV.arenaKick (F.flow t) p
Instances For
Kicks compose, so the arena flow is a flow #
Kicks compose: the arena action respects the group law.
The arena flow is a one-parameter flow on the arena.
The characterisation: every field-structured flow has the cone #
★★ P1's characterisation: every field-structured flow's arena action has
the Lieb-Robinson cone. A kick supported outside the graph d-ball of region
R (in the flow's own interaction graph) changes any region-R arena
observable after time t by at most the factorial tail. Field structure — a
locally-decomposed generator — is exactly what buys a light cone at the record
arena, and it buys it for every such flow, not for a chosen drive.
Non-vacuity: the corpus's own drives are field-structured #
The single-mode energy Hamiltonian, placed at mode k.
Equations
- CSD.CV.oscHamAt k = Matrix.diagonal fun (c : CSD.CV.FieldConfig K N) => ↑(CSD.CV.oscEnergy ↑(c k))
Instances For
The on-site Hamiltonians assemble to the free-field Hamiltonian.
★ The free field is field-structured: on-site pieces only (self-edges), one per mode.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The structured free flow IS the CV chain's free drive: flow t equals
freeFieldU at the accumulated phase τ·t. The definitional layer captures the
existing drive rather than a parallel object.
The edge Hamiltonian of a graph coupling.
Equations
- CSD.CV.edgeHamAt g e = Matrix.diagonal fun (c : CSD.CV.FieldConfig K N) => ↑(g e (c e.1) (c e.2))
Instances For
★ The graph-interacting drive is field-structured: on-site pieces plus
one piece per coupling edge. (The no-self-loops hypothesis appears only on the
identification with interactingU, where the two edge families must not
collide; the structure itself needs no such condition.)
Equations
- One or more equations did not get rendered due to their size.
Instances For
The structured graph flow IS the CV chain's interacting drive at the graph
potential: flow t equals interactingU at the accumulated phase τ·t, with
the same coupling λ. The arena light cone therefore applies to the corpus's
interacting dynamics with no further hypotheses.