Encyclopedia Foundation Foundation Pair Kernel Coherence Event Constructor S15 Relation Set One Signed O
ARTICLE 2 claims 2 theorems
Foundation Pair Kernel Coherence Event Constructor S15 Relation Set One Signed O
A formal counterexample shows where the framework's discrete event counting stops and its missing physical semantics must begin.
A boundary marker
In mathematics, a counterexample is a specific instance that shows a general statement is false. The declaration named relationSetOne_signedOccurrenceTwo_countermodel provides such an instance within the Recognition Science framework, which models physical structure as a ledger, a discrete record of events. The counterexample concerns a small system with two sites on a torus, a closed loop. It shows that a single realized posting event, one entry in the ledger, can carry a signed direction multiplicity of two. That is, the same event can be counted twice under a particular orientation-sensitive tally, even though the event itself is a single occurrence with multiplicity one.
The framework's library, a machine-checked collection of formal theorems, proves this counterexample exists. The proof constructs two specific sites, a specific posting pair, and verifies all the required properties: the pair is a realized primitive posting, its multiplicity is one, and the signed direction multiplicity is two. This is not a contradiction; it is a precise boundary marker. It shows that the simple statement "one event, one signed occurrence" does not hold in this setting. The framework's own documentation describes this as an explicit countermodel showing what the missing semantics must exclude.
What the counterexample does not claim is equally important. It does not assign a physical duration to the event, nor does it price the event's energy according to any specific formula. The framework keeps those as separate, unproved targets. The counterexample also does not mention the fine-structure constant, exact field units, Green response functions, or any empirical data. It is a purely structural result about event identity and counting within the ledger, not a statement about the physical realization of time or energy.
In Recognition Science, this counterexample helps delimit what the framework has and has not established. The committed theorems close the discrete layers of event identity, occurrence count, and clock advancement. The counterexample shows that the next layer, the semantics of signed direction, is not yet closed. It is a target for future work, not a failure of the framework. The result tells a reader exactly where the boundary lies between what is proved and what remains open.
THEOREM relationSetOne_signedOccurrenceTwo_countermodel · IndisputableMonolith/Foundation/PairKernelCoherenceEventConstructorS15.lean
/-- Existing N=2 discriminator: relation-set event count one and signed
generator occurrence count two are different multiplicity layers. -/
theorem relationSetOne_signedOccurrenceTwo_countermodel :
∃ (p q : TorusSite3 2) (event : PostingPair3 2),
event =
(torusSiteEquivFin 2 p, torusSiteEquivFin 2 q) ∧
event ∈ realizedPrimitivePostingPairs3 2 ∧
postingPairMultiplicity3 2 event.1 event.2 = 1 ∧
signedDirectionMultiplicity3
(Equiv.refl (Fin 3)) p q 0 = 2 :=
n2_relationSet_collapses_signedDirectionMultiplicity
THEOREM relationSetOne_signedOccurrenceTwo_countermodel · IndisputableMonolith/Foundation/PairKernelCoherenceEventConstructorS15.lean
/-- Existing N=2 discriminator: relation-set event count one and signed
generator occurrence count two are different multiplicity layers. -/
theorem relationSetOne_signedOccurrenceTwo_countermodel :
∃ (p q : TorusSite3 2) (event : PostingPair3 2),
event =
(torusSiteEquivFin 2 p, torusSiteEquivFin 2 q) ∧
event ∈ realizedPrimitivePostingPairs3 2 ∧
postingPairMultiplicity3 2 event.1 event.2 = 1 ∧
signedDirectionMultiplicity3
(Equiv.refl (Fin 3)) p q 0 = 2 :=
n2_relationSet_collapses_signedDirectionMultiplicity
What this page does not claim
The counterexample does not establish any physical duration or energy for the posting event. The counterexample does not mention the fine-structure constant, exact field units, Green response functions, or empirical data. The counterexample does not imply that the framework's event counting is inconsistent.
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/PairKernelCoherenceEventConstructorS15.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 additional semantics would exclude the signed direction multiplicity of two while preserving the event's multiplicity of one?
- How does the signed direction multiplicity relate to the framework's eight-tick recognition cycle?
- Does the counterexample generalize to larger torus sizes beyond two sites?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM relationSetOne_signedOccurrenceTwo_countermodel · IndisputableMonolith/Foundation/PairKernelCoherenceEventConstructorS15.lean
/-- Existing N=2 discriminator: relation-set event count one and signed generator occurrence count two are different multiplicity layers. -/ theorem relationSetOne_signedOccurrenceTwo_countermodel : ∃ (p q : TorusSite3 2) (event : PostingPair3 2), event = (torusSiteEquivFin 2 p, torusSiteEquivFin 2 q) ∧ event ∈ realizedPrimitivePostingPairs3 2 ∧ postingPairMultiplicity3 2 event.1 event.2 = 1 ∧ signedDirectionMultiplicity3 (Equiv.refl (Fin 3)) p q 0 = 2 := n2_relationSet_collapses_signedDirectionMultiplicityA single realized posting event can carry a signed direction multiplicity of two. relationSetOne_signedOccurrenceTwo_countermodel · IndisputableMonolith/Foundation/PairKernelCoherenceEventConstructorS15.leanTHEOREM relationSetOne_signedOccurrenceTwo_countermodel · IndisputableMonolith/Foundation/PairKernelCoherenceEventConstructorS15.lean
/-- Existing N=2 discriminator: relation-set event count one and signed generator occurrence count two are different multiplicity layers. -/ theorem relationSetOne_signedOccurrenceTwo_countermodel : ∃ (p q : TorusSite3 2) (event : PostingPair3 2), event = (torusSiteEquivFin 2 p, torusSiteEquivFin 2 q) ∧ event ∈ realizedPrimitivePostingPairs3 2 ∧ postingPairMultiplicity3 2 event.1 event.2 = 1 ∧ signedDirectionMultiplicity3 (Equiv.refl (Fin 3)) p q 0 = 2 := n2_relationSet_collapses_signedDirectionMultiplicityThe counterexample does not assign a physical duration to the event, nor does it price the event's energy according to any specific formula. relationSetOne_signedOccurrenceTwo_countermodel · IndisputableMonolith/Foundation/PairKernelCoherenceEventConstructorS15.lean