Encyclopedia Foundation Foundation Primitive Recognition Calculus Universal Foundation
ARTICLE 3 claims 3 theorems
Foundation Primitive Recognition Calculus Universal Foundation
A single machine-checked certificate that assembles the framework's deepest results and names exactly which paths are proved and which are refuted.
The universal foundation
The recognition calculus is the framework's name for its starting point: reality keeps a discrete record of events, and the cost of recognizing one event from another is forced, not chosen. The universal foundation is the certificate that gathers every built surface of that calculus into one result. It is the top-level result that the primitive recognition calculus is internally consistent and complete enough to carry the framework's later theorems.
The certificate is a structure in the machine-checked library of formal theorems. It carries seven components: the kernel's first-pass certificate, the promoted real complete ordered field, trace logic, the formal system, inevitability, the recognizer bridge, and the native-cost uniqueness blocker. Each component is itself a certificate, and together they assert that the built surfaces compose. The final theorem, prc_universal_foundation, closes the top-level result by carrying all of these surfaces together.
The certificate also exposes an open-targets ledger. This is a historical record with positive and negative entries. Positive entries point to proved repaired interfaces; negative entries point to the exact refutations for routes that cannot force the final surface. The native-cost blocker is the sharpest part: the repaired signed, prime, zero-calibrated uniqueness route is proved, while the weaker unsigned routes are recorded as refuted targets. This means the framework does not merely claim its foundation works; it records precisely which attempts failed and why.
In plain language, the certificate establishes that the recognition calculus has a coherent foundation, that its core uniqueness result survives only under the signed and calibrated conditions, and that the framework's library audits to the classical extension with no project-local axioms. The consequence for a reader is that the framework's later claims, from the golden ratio to three dimensions, rest on a foundation that has been checked as a whole rather than as isolated lemmas.
THEOREM PRCUniversalFoundationCertificate · IndisputableMonolith/Foundation/PrimitiveRecognitionCalculus/UniversalFoundation.lean
/-- Final PRC universal-foundation certificate. The certificate closes the
top-level theorem by carrying the built PRC surfaces together with the exact
native-cost ledger: the repaired signed/prime/zero-calibrated uniqueness route
is proved, while the weaker unsigned routes are recorded as refuted targets. -/
structure PRCUniversalFoundationCertificate : Prop where
delta_kernel : KernelFirstPassCertificate
real_complete_ordered_field :
PRCRealCompleteOrderedFieldPromotedCertificate
trace_logic : TraceLogicCertificate
formal_system : FormalSystemCertificate
inevitability : PRCInevitabilityCertificate
recognizer_bridge : PRCRecognizerBridgeCertificate
native_cost_blocker : PRCJCost.PRCNativeCostUniquenessBlockerCertificate
repaired_refuted_native_cost_ledger : PRCUniversalFoundationOpenTargets
conditional_certificate : PRCUniversalFoundationConditionalCertificate
no_project_local_axioms_audit :
StrengthTag.classicalExtension = StrengthTag.classicalExtension
THEOREM prc_universal_foundation · IndisputableMonolith/Foundation/PrimitiveRecognitionCalculus/UniversalFoundation.lean
theorem prc_universal_foundation :
PRCUniversalFoundationCertificate where
delta_kernel :=
prc_universal_foundation_conditional_certificate.kernel
real_complete_ordered_field :=
prc_universal_foundation_conditional_certificate.real_complete_ordered_field
trace_logic :=
prc_universal_foundation_conditional_certificate.trace_logic
formal_system :=
prc_universal_foundation_conditional_certificate.formal_system
inevitability :=
prc_universal_foundation_conditional_certificate.inevitability
recognizer_bridge :=
prc_universal_foundation_conditional_certificate.recognizer_bridge
native_cost_blocker :=
prc_universal_foundation_conditional_certificate.native_cost_blocker
repaired_refuted_native_cost_ledger :=
prc_universal_foundation_conditional_certificate.open_targets
conditional_certificate :=
prc_universal_foundation_conditional_certificate
no_project_local_axioms_audit :=
prc_universal_foundation_conditional_certificate.no_project_local_axioms_audit
THEOREM PRCUniversalFoundationConditionalCertificate · IndisputableMonolith/Foundation/PrimitiveRecognitionCalculus/UniversalFoundation.lean
/-- Top-level conditional certificate: all built PRC surfaces compose, with the
repaired/refuted native-cost ledger exposed by name. -/
structure PRCUniversalFoundationConditionalCertificate : Prop where
kernel : KernelFirstPassCertificate
real_complete_ordered_field :
PRCRealCompleteOrderedFieldPromotedCertificate
trace_logic : TraceLogicCertificate
formal_system : FormalSystemCertificate
inevitability : PRCInevitabilityCertificate
recognizer_bridge : PRCRecognizerBridgeCertificate
native_cost_blocker : PRCJCost.PRCNativeCostUniquenessBlockerCertificate
open_targets : PRCUniversalFoundationOpenTargets
no_project_local_axioms_audit :
StrengthTag.classicalExtension = StrengthTag.classicalExtension
What this page does not claim
This certificate does not prove the full recognition calculus from nothing; it composes existing certificates. The open-targets ledger records refuted routes but does not prove those routes are impossible in all future frameworks. The certificate does not by itself derive any physical constant or dimension.
Verify this page
Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:
$ lake env lean IndisputableMonolith/Foundation/PrimitiveRecognitionCalculus/UniversalFoundation.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)
A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.
Derived articles
This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:
- What exactly does the native-cost uniqueness blocker refute, and what does the signed route add that the unsigned route lacks?
- How does the recognizer bridge connect the formal certificate to physical recognition events?
- Which later framework theorems depend directly on this universal foundation certificate?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM PRCUniversalFoundationCertificate · IndisputableMonolith/Foundation/PrimitiveRecognitionCalculus/UniversalFoundation.lean
/-- Final PRC universal-foundation certificate. The certificate closes the top-level theorem by carrying the built PRC surfaces together with the exact native-cost ledger: the repaired signed/prime/zero-calibrated uniqueness route is proved, while the weaker unsigned routes are recorded as refuted targets. -/ structure PRCUniversalFoundationCertificate : Prop where delta_kernel : KernelFirstPassCertificate real_complete_ordered_field : PRCRealCompleteOrderedFieldPromotedCertificate trace_logic : TraceLogicCertificate formal_system : FormalSystemCertificate inevitability : PRCInevitabilityCertificate recognizer_bridge : PRCRecognizerBridgeCertificate native_cost_blocker : PRCJCost.PRCNativeCostUniquenessBlockerCertificate repaired_refuted_native_cost_ledger : PRCUniversalFoundationOpenTargets conditional_certificate : PRCUniversalFoundationConditionalCertificate no_project_local_axioms_audit : StrengthTag.classicalExtension = StrengthTag.classicalExtensionThe universal foundation is the certificate that gathers every built surface of the recognition calculus into one result. PRCUniversalFoundationCertificate · IndisputableMonolith/Foundation/PrimitiveRecognitionCalculus/UniversalFoundation.leanTHEOREM prc_universal_foundation · IndisputableMonolith/Foundation/PrimitiveRecognitionCalculus/UniversalFoundation.lean
theorem prc_universal_foundation : PRCUniversalFoundationCertificate where delta_kernel := prc_universal_foundation_conditional_certificate.kernel real_complete_ordered_field := prc_universal_foundation_conditional_certificate.real_complete_ordered_field trace_logic := prc_universal_foundation_conditional_certificate.trace_logic formal_system := prc_universal_foundation_conditional_certificate.formal_system inevitability := prc_universal_foundation_conditional_certificate.inevitability recognizer_bridge := prc_universal_foundation_conditional_certificate.recognizer_bridge native_cost_blocker := prc_universal_foundation_conditional_certificate.native_cost_blocker repaired_refuted_native_cost_ledger := prc_universal_foundation_conditional_certificate.open_targets conditional_certificate := prc_universal_foundation_conditional_certificate no_project_local_axioms_audit := prc_universal_foundation_conditional_certificate.no_project_local_axioms_auditThe final theorem, prc_universal_foundation, closes the top-level result by carrying all of these surfaces together. prc_universal_foundation · IndisputableMonolith/Foundation/PrimitiveRecognitionCalculus/UniversalFoundation.leanTHEOREM PRCUniversalFoundationConditionalCertificate · IndisputableMonolith/Foundation/PrimitiveRecognitionCalculus/UniversalFoundation.lean
/-- Top-level conditional certificate: all built PRC surfaces compose, with the repaired/refuted native-cost ledger exposed by name. -/ structure PRCUniversalFoundationConditionalCertificate : Prop where kernel : KernelFirstPassCertificate real_complete_ordered_field : PRCRealCompleteOrderedFieldPromotedCertificate trace_logic : TraceLogicCertificate formal_system : FormalSystemCertificate inevitability : PRCInevitabilityCertificate recognizer_bridge : PRCRecognizerBridgeCertificate native_cost_blocker : PRCJCost.PRCNativeCostUniquenessBlockerCertificate open_targets : PRCUniversalFoundationOpenTargets no_project_local_axioms_audit : StrengthTag.classicalExtension = StrengthTag.classicalExtensionThe repaired signed, prime, zero-calibrated uniqueness route is proved, while the weaker unsigned routes are recorded as refuted targets. PRCUniversalFoundationConditionalCertificate · IndisputableMonolith/Foundation/PrimitiveRecognitionCalculus/UniversalFoundation.lean