C.3.A:B.9 End‑to‑end example (manager’s cheat‑sheet) [I]
Preface node
heading:c-3-a-b-9-end-to-end-example-manager-s-cheat-sheet-i:34423
Content
Scenario. You want to publish “∀ x: PassengerCar. brakeDistance ≤ 50 m dry; ≤ 40 m wet” across two plants.
- Kinds.
PassengerCar ⊑ Vehicle(K2, signature F4). - Scope (G).
{surface in {dry, wet}, speed limits, rig version, time selector (Γ_time)=rolling 180 days}in Plant‑A. - VA. Prove the property for PassengerCar using a proof assistant, and cite the Scope slices it assumes.
- LA. Build an evidence matrix with rows
{PassengerCar}and columns{dry, up to 50}and{wet, up to 40}, including rig variants; add boundary tests near the limits. - TA. Qualify the prover kernel and the automated checker used for wet surrogates.
- Bridge. To Plant‑B: a Scope Bridge with CL=2 (rig bias) and a KindBridge with CL^k=3 (same classification).
- Penalties. Apply the scope‑bridge penalty for CL=2 and the kind‑bridge penalty for CL^k=3 to R. Per policy, add extra test cells in Plant‑B to compensate for rig bias.
- Guards. Use
Guard_EvidenceAttach_Typedon the state change; include freshness checks.
Outcome. A defensible, auditable publication: typed, scoped, with clear evidence coverage and explicit risk penalties — no conflation of abstraction with applicability, and no tool risk smuggled into content.