Equivalence, Inversion & Formal Structure¶
Primes about formal transformations that preserve or reverse structure: canonical forms and equivalence-preserving rewriting, logical inversion and contraposition, reclaiming or reconciling unreachable records, and the asymmetry between verifying a solution and finding one.
14 primes in this family — primes that sit near one another in abstraction space (k-means over structural-signature embeddings). Each is shown with its short description.
- Canonical Form — A unique distinguished representative per equivalence class lets equivalence be tested by identity of representatives.
- Complement — Everything in a declared universe that is not in a designated subset.
- Contraposition — Run an implication backward: from the absence of the consequence, infer the absence of the cause.
- Equivalence-Preserving Rewriting — Transforming an object into a behaviourally equivalent but operationally different form under an explicit equivalence relation, then selecting among rewrites by an orthogonal cost criterion.
- Frame Change — Replace the organizing frame applied to a substantially preserved referent, map or bridge the old and new assignments, and establish the new frame as operative so coordinates, meanings, or responses are systematically re-read.
- Garbage Collection — Reclaiming resources that nothing reachable from a declared root can still use.
- Infinite Regress — Endless chain of explanation.
- Inversion — Reversal of structures.
- Record Reconciliation — Matching records across two naming systems and declaring, for each pair, a typed sameness verdict with explicit conditions of preservation and loss.
- Similarity Measure — Map an ordered pair, under a declared representation and relevance rule, to a comparable degree of likeness; the score may be nonmetric or asymmetric, and changing the frame can reverse what counts as near.
- Theme And Variation — A recognizable invariant is repeatedly re-instantiated under systematic transformation along named dimensions, with a retention condition that keeps each result referable back to the original—diversity generated from a held kernel rather than sampled independently.
- Type–Token Distinction — Separate a repeatable type from its numerically distinct tokens so shared properties attach once to the type while occurrence-specific identity, state, and history attach to each token.
- Unverified Precondition — An action presumes a referent exists at the moment of use without checking.
- Verifier-Prover Asymmetry — Verifying a candidate solution is qualitatively cheaper than finding one, and the cost-ratio supports a characteristic class of designs that split finding from checking.