|
| 1 | +/- |
| 2 | +Copyright 2026 Hyphaeic SPC. |
| 3 | +
|
| 4 | +Licensed under the Hyphaeic Public License, Version 1.0 (the |
| 5 | +"License"); you may not use this file except in compliance with |
| 6 | +the License. You may obtain a copy of the License at |
| 7 | +
|
| 8 | +https://github.com/hyphaeic/hpl |
| 9 | +
|
| 10 | +Unless required by applicable law or agreed to in writing, software |
| 11 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| 13 | +implied. See the License for the specific language governing |
| 14 | +permissions and limitations under the License. |
| 15 | +
|
| 16 | +# Synthetic Place Complex Module (Phase 14) |
| 17 | +
|
| 18 | +Aggregates the synthetic place complex: the gauge keystone (SU0), coupling and the |
| 19 | +ragged regime (SU1), the admissibility trap (SU2), zoom-out restriction (SU3), |
| 20 | +conservation / interface balance / rigidity (SU4), network geometry (SU5), the |
| 21 | +digit-coupling axes — grading, currencies, windows, nested charts, the non-abelian |
| 22 | +arc (SU6), and the SU7 network machine (`Config` + `complexStep`: balance, |
| 23 | +couplability, traps, determinacy, liveness) with the Phase-8 concretization bridge. |
| 24 | +
|
| 25 | +## References |
| 26 | +
|
| 27 | +- fdrs.md Phase 14 (Definitions 192–211, Theorems 83–112, Propositions 147–152) |
| 28 | +- Design records: `docs/synthetic-place/00-thesis.md` … `04-network-config.md` |
| 29 | +-/ |
| 30 | + |
| 31 | +-- SU0–SU5: the statics |
| 32 | +import FdrsFormal.Modes.SyntheticPlace.GaugeUltrametric |
| 33 | +import FdrsFormal.Modes.SyntheticPlace.Composition |
| 34 | +import FdrsFormal.Modes.SyntheticPlace.AdmissibilityTrap |
| 35 | +import FdrsFormal.Modes.SyntheticPlace.Restriction |
| 36 | +import FdrsFormal.Modes.SyntheticPlace.Conservation |
| 37 | +import FdrsFormal.Modes.SyntheticPlace.InterfaceBalance |
| 38 | +import FdrsFormal.Modes.SyntheticPlace.ConservationRigidity |
| 39 | +import FdrsFormal.Modes.SyntheticPlace.TraceGeometry |
| 40 | +import FdrsFormal.Modes.SyntheticPlace.NetworkGauge |
| 41 | + |
| 42 | +-- SU6: digit coupling — grading, currencies, windows, nested charts |
| 43 | +import FdrsFormal.Modes.SyntheticPlace.Grading |
| 44 | +import FdrsFormal.Modes.SyntheticPlace.CurrencyBalance |
| 45 | +import FdrsFormal.Modes.SyntheticPlace.WindowAccountability |
| 46 | +import FdrsFormal.Modes.SyntheticPlace.WindowBoundary |
| 47 | +import FdrsFormal.Modes.SyntheticPlace.NestedChain |
| 48 | +import FdrsFormal.Modes.SyntheticPlace.NestedDilation |
| 49 | + |
| 50 | +-- SU6′: the non-abelian arc |
| 51 | +import FdrsFormal.Modes.SyntheticPlace.GroupGrading |
| 52 | +import FdrsFormal.Modes.SyntheticPlace.CircleEmit |
| 53 | +import FdrsFormal.Modes.SyntheticPlace.SE2Pose |
| 54 | +import FdrsFormal.Modes.SyntheticPlace.SE2Engine |
| 55 | +import FdrsFormal.Modes.SyntheticPlace.SE2Tight |
| 56 | + |
| 57 | +-- SU7: the network machine (§14.12) |
| 58 | +import FdrsFormal.Modes.SyntheticPlace.NetworkConfig |
| 59 | +import FdrsFormal.Modes.SyntheticPlace.NetworkComplexStep |
| 60 | +import FdrsFormal.Modes.SyntheticPlace.NetworkBalance |
| 61 | +import FdrsFormal.Modes.SyntheticPlace.NetworkCouplability |
| 62 | +import FdrsFormal.Modes.SyntheticPlace.NetworkTraps |
| 63 | +import FdrsFormal.Modes.SyntheticPlace.NetworkDeterminacy |
| 64 | +import FdrsFormal.Modes.SyntheticPlace.NetworkLiveness |
| 65 | + |
| 66 | +-- The Phase-8 concretization bridge (§14.13) |
| 67 | +import FdrsFormal.Modes.SyntheticPlace.NetworkBridge |
0 commit comments