Documentation

GQ2.TameOrientationWitness

The orientation-clause witness discharge #

TameUnitOrientation localReciprocity (GQ2/TameTwoQuotient.lean) holds for the tame coordinate of the axiom witness boundaryMapsWitness (GQ2/BoundaryMapsWitness.lean).

The witness's tameF is SectionThree.tameFHom = locTame.equiv ∘ quotientMk locTame.W, and locTame repackages the B10′ bundle GQ2.tameQuotient itself — so the orientation clause is verbatim the bundle's nuT_recip_unit (the tame_recip_unitNeg3 pattern of BoundaryMapsWitness.lean, at an arbitrary unit). This is the discharge promised where the moved lemma_6_17_vanish threads TameUnitOrientation localReciprocity B.tameF as a hypothesis (the hc/hV2 amendment precedent): at B := boundaryMapsWitness it is this theorem.

Kept as a leaf file separate from TameTwoQuotient.lean so that c2c4's UnramifiedBridge can import the TameUnitOrientation definition without pulling in the marked pro-2 isomorphisms witness machinery, and because TameTwoQuotient.lean (namespace GQ2) and BoundaryMapsWitness.lean (namespace GQ2.SectionThree) declare same-named bricks (maxProPMk_tameTau, ker_nuT_le_proPKernel) — importing one into the other would put both in scope of the other's open.

Axioms: std-3 + B10′ (tameQuotient) + B5 (localReciprocity, via the statement); the boundaryMapsWitness-shaped corollary additionally carries the witness's own bundle axioms. No new axiom, no sorryAx.

The orientation clause at the witness's tame coordinate (the Lemma 6.17 vanishing proof(iii), the witness discharge): SectionThree.tameFHom satisfies TameUnitOrientation localReciprocity. Since tameFHom = tameQuotient.equiv ∘ mk by construction (locTame repackages the B10′ bundle), the clause is verbatim tameQuotient.nuT_recip_unit.

The witness discharge in the consumer's verbatim shape (B := boundaryMapsWitness): boundaryMapsWitness.tameF satisfies TameUnitOrientation localReciprocity. This is the instantiation the literal-presentation proof/the architecture review assembly uses to discharge the orientation hypothesis of the moved lemma_6_17_vanish at the axiom witness (boundaryMapsWitness.tameF ≡ tameFHom by the structure-literal projection).