Skip to main content

Crate nexcore_helix

Crate nexcore_helix 

Source
Expand description

§nexcore-helix — Conservation Law as Computable Geometry

The conservation law ∃ = ∂(×(ς, ∅)) encodes a helix:

  • It advances (→) — each turn raises resolution
  • It returns (κ) — same angular truth at every altitude
  • It bounds (∂) — radius separates inside from outside

Five turns at increasing altitude, same truth at higher resolution:

TurnNameWhatEncoding
0PrimitivesThe alphabet15 symbols
1ConservationThe grammar∃ = ∂(×(ς, ∅))
2CrystalbookThe laws8 constraints
3Derivative IdentityThe calculusHow the grammar changes
4MutualismThe pointWhy the grammar exists

By Matthew A. Campion, PharmD.

Modules§

dna
DNA encoding for helix conservation states.
engine
Involutionary Engine — bidirectional computation on DNA-encoded helix states.

Structs§

ConservationInput
The three inputs to the conservation law.
ConservationResult
Result of computing ∃ = ∂(×(ς, ∅)).
Derivatives
Partial derivatives of ∃ with respect to each primitive.
HelixPosition
A point on the knowledge helix.
MutualismResult
Result of a mutualism test.

Enums§

ExistenceClass
MutualismClass
Turn
The five turns of the knowledge helix.
WeakestPrimitive

Functions§

binding_laws
Which Crystalbook laws bind a system based on its weakest primitive.
can_advance
Check if a system can advance to the next helix turn.
conservation
Compute ∃ = ∂(×(ς, ∅)).
derivatives
Compute partial derivatives of ∃ = ∂(×(ς, ∅)).
helix_position
Compute 3D position on the helix.
mutualism_test
Test whether an action serves mutualism.
vice_risk
Vice risk associated with the weakest primitive.