lean

PJ-2 — Governed Transport Fidelity Ledger

Date: 2026-07-22

Disposition

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.

Authoritative source pins

The governing source object is the ratified GT scientific core frozen through the GT-4A source-custody chain:

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.

Exact adapter imports

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.

Exact bridge mapping

Translation receipt

RouteReceipt bridge source target contains:

Endpoint equality alone cannot construct this receipt. The native route is retained as data.

Positive path

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.

Negative path

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.

Exact hostile carry-through

Missing positive lift

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.

Target-local negative laundering

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.

Local GT structure deliberately omitted from PJ

The adapter does not represent the following GT-specific law families as PJ core fields:

These omissions are classifications, not failed proofs. PJ.Core contains no generic field forced to express them during PJ-1.

No weakening finding

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.

Declaration and axiom result

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.

Claims not made

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.