Date: 2026-07-22
FAITHFUL-EDGE-LEVEL-INSTANTIATION
The PJ adapter maps Governed Transport’s translation and target-local
reliance rules into separate PJ.IndexedJudgmentBridge values. It preserves
the exact route witness and both endpoint bindings. It does not map the whole
GT law family into the PJ core, and it does not weaken that family to make the
adapter appear more complete.
The governing source object is the ratified GT scientific core frozen through the GT-4A source-custody chain:
6a956cdba3409c1e8e0ea8f2abae858e2dba6b30;a76aee01f18a603814042c524ce9655db3521b87;e0fabffa0d3e840507aa342e80f1a662ad990aef;82918295ea7233ee5eda0a27070f1e0f507330ca;71714265062e3b45092c4d79927dfe2ed77dc5fa;71cb93395a369ce4305288e15b55eb724da0814f;203f1b54a02469160aee8771a109db77fb812b5bdecd0036c66d066db570d08a.The frozen packet contains 704 declarations: 460 stable and 244 evidence.
Its recorded footprint is 679 axiom-free, 16 exactly [propext], nine
exactly [Quot.sound], zero other or mixed footprints, and zero
Classical.choice.
PJ/Instances/GovernedTransport.lean directly imports exactly:
PJ.Core
Calculi.Scratch.GovernedTransport.Core
Calculi.Scratch.GovernedTransport.Positive
Calculi.Scratch.GovernedTransport.Negative
Calculi.Scratch.GovernedTransport.Hostile
Hostile is an evidence import used to carry exact native countermodels. It
is not treated as part of a stable compatibility interface. The adapter does
not import All, Stage2, Stage3, an instance aggregate, or a runtime
correspondence aggregate.
RouteReceipt bridge source target contains:
Span.Witness;source;target.Endpoint equality alone cannot construct this receipt. The native route is retained as data.
| Native GT edge | PJ value | Mapping |
|---|---|---|
TranslateAlong bridge SourcePositive ImportedPositive |
positiveTranslationBridge |
source evidence plus exact RouteReceipt carries to the imported target artifact |
RelyLocally ImportedPositive TargetPositive |
positiveRelianceBridge |
imported target artifact plus a same-target receipt carries to the target-local judgment |
positiveEntitlementOfCertificateLift shows that a native
CertificateLift, a native translation law, and the presented source
certificate construct an entitlement at the target selected by the retained
crossing witness. positiveLocalEntitlementOfTranslated constructs the
second entitlement only after the separate native reliance rule and its own
same-target receipt are available.
The adapter supplies no combined translation-and-reliance bridge.
| Native GT edge | PJ value | Mapping |
|---|---|---|
TranslateAlong bridge SourceNegative ImportedNegative |
negativeTranslationBridge |
source-negative evidence plus exact RouteReceipt carries to imported negative evidence |
RelyLocally ImportedNegative TargetNegative |
negativeRelianceBridge |
imported negative evidence plus a same-target receipt carries to the target-local negative judgment |
negativeLocalEntitlementOfTranslated preserves the second edge as a
separate entitlement. The positive and negative families are not collapsed
into a generic success/failure carrier.
MissingPositiveLiftAdapter.native_missing_lift_remains_not_entitled retains
the complete native
Hostile.MissingPositiveLift.source_witness_without_lift_does_not_transport
packet:
Through the PJ adapter it additionally proves
NotEntitledFrom () false and NotEntitledFrom () true. A vacuous
translation function over the empty witness type does not manufacture a
route receipt.
TargetLocalNegativeAdapter.target_local_evidence_remains_not_entitled
retains the complete native
Hostile.TargetLocalRegression.target_local_block_cannot_masquerade_as_transport
packet:
The PJ conclusion is NotEntitledFrom () false for the negative translation
bridge. Independently inhabited target-local evidence therefore remains
distinct from source-relative entitlement.
The adapter does not represent the following GT-specific law families as PJ core fields:
TargetCovered, ExhibitedGap, coverage decisions, and coverage debt;These omissions are classifications, not failed proofs. PJ.Core contains no
generic field forced to express them during PJ-1.
The mapped edges consume the same native evidence required by GT:
No GT theorem, definition, endpoint, evidence family, or hostile model was modified. No adapter premise replaces a native law with a Boolean or free permission field.
The adapter has 14 handwritten declarations:
All 13 value and theorem declarations are independently printed axiom-free.
RouteReceipt is an ordinary inductive data structure and introduces no
axiom. Direct compilation passed with:
lake env lean PJ/Instances/GovernedTransport.lean
git diff --check also passed for the adapter.
PJ-2 does not establish:
The exact PJ-2 result is narrower: GT’s native evidence-bearing translation and reliance edges faithfully inhabit the minimal indexed bridge substrate, and two load-bearing GT countermodels remain hostile after that mapping.