UOR Observables

IRI
https://uor.foundation/observable/
Prefix
observable:
Space
bridge
Comment
Observable quantities and metrics computed by the UOR kernel. Includes ring-metric, Hamming-metric, curvature, holonomy, and catastrophe-theoretic observables.

Imports

  • https://uor.foundation/op/
  • https://uor.foundation/schema/
  • https://uor.foundation/partition/
  • https://uor.foundation/type/

Classes

NameIRISubclass OfDisjoint WithComment
Observablehttps://uor.foundation/observable/Observablehttp://www.w3.org/2002/07/owl#ThingA measurable quantity in the UOR Framework. All observables are kernel-computed and user-consumed.
StratumObservablehttps://uor.foundation/observable/StratumObservablehttps://uor.foundation/observable/ObservableAn observable measuring stratum-level properties: position within the ring's layer structure.
MetricObservablehttps://uor.foundation/observable/MetricObservablehttps://uor.foundation/observable/ObservableAn observable measuring geometric distance between ring elements under a specific metric.
PathObservablehttps://uor.foundation/observable/PathObservablehttps://uor.foundation/observable/ObservableAn observable measuring properties of paths through the ring: path length, total variation, winding number.
ReductionObservablehttps://uor.foundation/observable/ReductionObservablehttps://uor.foundation/observable/ObservableAn observable measuring reduction properties: the length and count of operation sequences.
CatastropheObservablehttps://uor.foundation/observable/CatastropheObservablehttps://uor.foundation/observable/ObservableAn observable measuring catastrophe-theoretic properties: thresholds at which qualitative changes occur in the partition.
CurvatureObservablehttps://uor.foundation/observable/CurvatureObservablehttps://uor.foundation/observable/ObservableAn observable measuring the curvature of the UOR geometry: the gap between ring-isometry and Hamming-isometry for a given transform.
HolonomyObservablehttps://uor.foundation/observable/HolonomyObservablehttps://uor.foundation/observable/ObservableAn observable measuring holonomy: the accumulated transformation when traversing a closed path in the ring.
SpectralObservablehttps://uor.foundation/observable/SpectralObservablehttps://uor.foundation/observable/ObservableADR-049: an observable whose value is a structural reading of a digest's frequency-domain spectrum. Distinct from the seven internally-derived Observable categories (Stratum / Metric / Path / Reduction / Catastrophe / Curvature / Holonomy) — its values are Walsh–Hadamard parities at specific frequencies, not derivable from the framework's internal algebraic/topological structure. Foundation's typed observable `WalshHadamardParity` per ADR-049 falls under this subclass; predicates over its values enter the typed-commitment surface per ADR-048 as `SingletonCommitment<WalshHadamardParity>` operands.
ValueThresholdObservablehttps://uor.foundation/observable/ValueThresholdObservablehttps://uor.foundation/observable/ObservableADR-040 + ADR-049: an observable whose value is a byte-sequence threshold comparison reading of a digest. Distinct from the seven internally-derived Observable categories (Stratum / Metric / Path / Reduction / Catastrophe / Curvature / Holonomy) and from SpectralObservable / AxisProjectionObservable — its values carry from `(digest as big-endian unsigned integer) <= (target as big-endian unsigned integer)`, the predicate form ADR-040 named when it committed `type:LexicographicLessEqBound`. Foundation's typed observable `LexicographicLessEqThreshold` per ADR-049 falls under this subclass; the canonical search-cost commitment alias `TargetCommitment = SingletonCommitment<LexicographicLessEqThreshold>` per ADR-048 consumes it. The ConstraintRef::Bound.args_repr canonical-string-form encoding for ValueThresholdObservable arguments carries the target byte sequence as the bound's argument directly.
AxisProjectionObservablehttps://uor.foundation/observable/AxisProjectionObservablehttps://uor.foundation/observable/ObservableADR-038: an observable whose value is the axis-realized projection of typed sites through an application-declared AxisTuple kernel per ADR-030. Distinct from the seven internally-derived Observable categories (Stratum, Metric, Path, Reduction, Catastrophe, Curvature, Holonomy) — its values carry from the substrate-extension surface (axis kernels), not from the framework's internal algebraic / topological structure. The closed-catalog discipline holds: foundation owns the subclass; applications consume catalog variants through canonical-string-form `args_repr` on `ConstraintRef::Bound`. The args_repr encoding (per ADR-038) is `axis_address=<hex>;kernel=<symbolic>;sites=<site-list>[;target=<target-spec>]` — axis identification by content-address (AXIS_ADDRESS per ADR-030), not by tuple position, so the encoding is application-invariant.
RingMetrichttps://uor.foundation/observable/RingMetrichttps://uor.foundation/observable/MetricObservableDistance between two ring elements under the ring metric: d_R(x, y) = |x - y| mod 2^n.
HammingMetrichttps://uor.foundation/observable/HammingMetrichttps://uor.foundation/observable/MetricObservableDistance between two ring elements under the Hamming metric: the number of bit positions where they differ.
IncompatibilityMetrichttps://uor.foundation/observable/IncompatibilityMetrichttps://uor.foundation/observable/MetricObservableThe metric incompatibility between two ring elements: the divergence between their ring-metric and Hamming-metric distances, measuring geometric curvature.
ValueModObservablehttps://uor.foundation/observable/ValueModObservablehttps://uor.foundation/observable/MetricObservableObserves a Datum's value modulo a configurable modulus. Used as the bound observable for BoundConstraint instances representing residue and affine constraint kinds (residueConstraintKind, affineConstraintKind).
GroundingSigmahttps://uor.foundation/observable/GroundingSigmahttps://uor.foundation/observable/ObservableObserves the grounding completion ratio σ ∈ [0, 1] of a context, where σ = 1 indicates the ground state (state:GroundedContext). Backs the sigma_metric BaseMetric accessor on Grounded<T>.
JacobianObservablehttps://uor.foundation/observable/JacobianObservablehttps://uor.foundation/observable/ObservableObserves the per-site Jacobian row of a Datum at a particular WittLevel, computed as the sequence of partial derivatives of the ring operation with respect to each site coordinate. Backs the jacobian_metric BaseMetric accessor on Grounded<T>; the Rust-side JacobianMetric<L> is parametric over the level marker.
StratumValuehttps://uor.foundation/observable/StratumValuehttps://uor.foundation/observable/StratumObservableThe stratum index of a ring element.
StratumDeltahttps://uor.foundation/observable/StratumDeltahttps://uor.foundation/observable/StratumObservableThe difference in stratum between two ring elements.
StratumTrajectoryhttps://uor.foundation/observable/StratumTrajectoryhttps://uor.foundation/observable/StratumObservableThe sequence of strata traversed by a path through the ring.
PathLengthhttps://uor.foundation/observable/PathLengthhttps://uor.foundation/observable/PathObservableThe length of a path through the ring, measured in operation steps.
TotalVariationhttps://uor.foundation/observable/TotalVariationhttps://uor.foundation/observable/PathObservableThe total variation of a path: the sum of metric distances between consecutive elements.
WindingNumberhttps://uor.foundation/observable/WindingNumberhttps://uor.foundation/observable/PathObservableThe winding number of a closed path: the number of times the path wraps around the ring.
ReductionLengthhttps://uor.foundation/observable/ReductionLengthhttps://uor.foundation/observable/ReductionObservableThe number of operation applications in a reduction sequence.
ReductionCounthttps://uor.foundation/observable/ReductionCounthttps://uor.foundation/observable/ReductionObservableThe number of distinct reduction sequences in a computation.
CatastropheThresholdhttps://uor.foundation/observable/CatastropheThresholdhttps://uor.foundation/observable/CatastropheObservableA critical value at which a qualitative change occurs in the partition structure.
CatastropheCounthttps://uor.foundation/observable/CatastropheCounthttps://uor.foundation/observable/CatastropheObservableThe number of catastrophe events (qualitative partition changes) in a computation.
Commutatorhttps://uor.foundation/observable/Commutatorhttps://uor.foundation/observable/CurvatureObservableThe commutator [f, g](x) = f(g(x)) - g(f(x)) of two operations, measuring their non-commutativity.
CurvatureFluxhttps://uor.foundation/observable/CurvatureFluxhttps://uor.foundation/observable/CurvatureObservableThe integrated curvature over a region of type space: the total metric incompatibility accumulated.
Monodromyhttps://uor.foundation/observable/Monodromyhttps://uor.foundation/observable/HolonomyObservableThe monodromy of a closed path: the net transformation accumulated when traversing a loop in the type space.
ParallelTransporthttps://uor.foundation/observable/ParallelTransporthttps://uor.foundation/observable/HolonomyObservableThe parallel transport of a vector along a path: the canonical lift of the path to the tangent bundle of the ring.
DihedralElementhttps://uor.foundation/observable/DihedralElementhttps://uor.foundation/observable/HolonomyObservableAn element of the dihedral group D_{2^n} acting on the type space. Each dihedral element induces an isometry of 𝒯_n.
MeasurementUnithttps://uor.foundation/observable/MeasurementUnithttp://www.w3.org/2002/07/owl#ThingA unit of measurement for observable quantities. Each MeasurementUnit individual names a specific unit (bits, ring steps, dimensionless) replacing the string-valued observable:unit property.
Jacobianhttps://uor.foundation/observable/Jacobianhttps://uor.foundation/observable/CurvatureObservableSite-by-site curvature decomposition. J_k measures the discrete derivative of the incompatibility metric at site position k: J_k = |d_R(x, succ(x)) - d_H(x, succ(x))| restricted to position k.
TopologicalObservablehttps://uor.foundation/observable/TopologicalObservablehttps://uor.foundation/observable/ObservableAn observable measuring a topological invariant of the resolution space. Topological observables are invariant under continuous deformations of the constraint configuration.
BettiNumberhttps://uor.foundation/observable/BettiNumberhttps://uor.foundation/observable/TopologicalObservableThe rank of a homology group of the constraint nerve. β_k = rank(H_k(N(C))) counts the k-dimensional holes in the constraint configuration.
SpectralGaphttps://uor.foundation/observable/SpectralGaphttps://uor.foundation/observable/TopologicalObservableThe smallest positive eigenvalue of the constraint nerve Laplacian. Controls the convergence rate of iterative resolution: larger gap = faster convergence.
ThermoObservablehttps://uor.foundation/observable/ThermoObservablehttps://uor.foundation/observable/ObservableAn observable measuring thermodynamic properties of the resolution process: residual entropy, Landauer cost, and reduction distribution statistics.
ResidualEntropyhttps://uor.foundation/observable/ResidualEntropyhttps://uor.foundation/observable/ThermoObservableS_residual: the residual Shannon entropy of the site distribution after partial resolution. Computed as S = (Σ κ_k − χ(N(C))) × ln 2 (IT_7b). Unit: Nats.
LandauerCosthttps://uor.foundation/observable/LandauerCosthttps://uor.foundation/observable/ThermoObservableThe minimum thermodynamic cost (in units of k_B T ln 2) of erasing one bit of site uncertainty. The UOR ring operates at β* = ln 2 — the Landauer temperature.
LandauerBudgethttps://uor.foundation/observable/LandauerBudgethttps://uor.foundation/observable/ThermoObservableA sealed observable carrier for accumulated Landauer cost in nats. Monotonic within a single pipeline invocation. The UOR ring operates at the Landauer temperature (β* = ln 2), so this observable is a direct measure of irreversible bit-erasure performed by the computation up to the witness it accompanies.
ReductionEntropyhttps://uor.foundation/observable/ReductionEntropyhttps://uor.foundation/observable/ThermoObservableThe Shannon entropy of the reduction distribution P(j) = 2^{−j}. At the Landauer temperature, this equals ln 2 per reduction step — each step erases exactly one bit of site uncertainty.
SynthesisSignaturehttps://uor.foundation/observable/SynthesisSignaturehttp://www.w3.org/2002/07/owl#ThingA named topological signature: a pair (realised Euler characteristic, realised Betti profile). Linked from TypeSynthesisResult. Allows comparison between the goal signature and the actually achieved signature.
SpectralSequencePagehttps://uor.foundation/observable/SpectralSequencePagehttp://www.w3.org/2002/07/owl#ThingA single page E_r of the quantum level spectral sequence. Carries the page index r and the differential d_r. The sequence converges when all differentials vanish — typically by E_3 for simple constraint configurations.
LiftObstructionClasshttps://uor.foundation/observable/LiftObstructionClasshttp://www.w3.org/2002/07/owl#ThingThe cohomology class in H^2(N(C(T))) representing the LiftObstruction for a specific WittLift. The class is zero iff the obstruction is trivial. When non-zero, it indexes the specific site pair at Q_{n+1} that cannot be closed by the lifted constraint set alone.
MonodromyClasshttps://uor.foundation/observable/MonodromyClasshttp://www.w3.org/2002/07/owl#ThingA classification of a type's holonomy: the subgroup of D_{2^n} generated by all Monodromy observables computed over closed paths in the type's constraint nerve. Trivial iff every closed constraint path returns to its starting site assignment without net dihedral transformation.
HolonomyGrouphttps://uor.foundation/observable/HolonomyGrouphttp://www.w3.org/2002/07/owl#ThingThe holonomy group of a ConstrainedType: the group of all Monodromy elements achievable by closed paths in the constraint nerve. Always a subgroup of D_{2^n}. Trivial iff the type has trivial monodromy everywhere; equals D_{2^n} iff paths involving both neg and bnot involutions are present.
ClosedConstraintPathhttps://uor.foundation/observable/ClosedConstraintPathhttp://www.w3.org/2002/07/owl#ThingA sequence of constraint applications forming a closed loop in the constraint nerve — beginning and ending at the same site assignment. The Monodromy of the loop is the net DihedralElement accumulated when traversing it.
PhaseBoundaryTypehttps://uor.foundation/observable/PhaseBoundaryTypehttp://www.w3.org/2002/07/owl#ThingA classification of phase boundary in the catastrophe diagram: period boundary (g divides 2^n − 1) or power-of-two boundary (g = 2^k).
AchievabilityStatushttps://uor.foundation/observable/AchievabilityStatushttp://www.w3.org/2002/07/owl#ThingThe achievability classification of a topological signature in the morphospace. Either Achievable or Forbidden (witnessed by ImpossibilityWitness).
HomotopyGrouphttps://uor.foundation/observable/HomotopyGrouphttp://www.w3.org/2002/07/owl#ThingThe k-th homotopy group πk(N(C), v) of the constraint nerve based at vertex v.
HigherMonodromyhttps://uor.foundation/observable/HigherMonodromyhttp://www.w3.org/2002/07/owl#ThingThe image of πk(N(C)) → Aut(sitek) for k > 1. Generalises the MN_6 monodromy homomorphism.
WhiteheadProducthttps://uor.foundation/observable/WhiteheadProducthttp://www.w3.org/2002/07/owl#ThingThe Whitehead product [α, β] ∈ πp+q−1 for α ∈ πp, β ∈ πq.
StratificationRecordhttps://uor.foundation/observable/StratificationRecordhttp://www.w3.org/2002/07/owl#ThingA record of the holonomy stratification of the moduli space at a given quantum level: the list of HolonomyStrata, their codimensions, and their relationship to the MorphospaceBoundary.
BaseMetrichttps://uor.foundation/observable/BaseMetrichttps://uor.foundation/observable/ObservableSuperclass for the six universal measurements. Every computation on the ring produces these six quantities: d_Δ, σ, J_k, β_k, χ, r.
GroundingObservablehttps://uor.foundation/observable/GroundingObservablehttps://uor.foundation/observable/ObservableThe grounding metric σ = pinned sites / total sites. Ranges from 0 (no sites pinned) to 1 (fully grounded).
EulerCharacteristicObservablehttps://uor.foundation/observable/EulerCharacteristicObservablehttps://uor.foundation/observable/ObservableThe Euler characteristic χ = Σ(−1)^k β_k of the constraint nerve. An integer-valued topological invariant.

Properties

NameKindFunctionalDomainRangeComment
valueDatatypetruehttps://uor.foundation/observable/Observablehttp://www.w3.org/2001/XMLSchema#decimalThe numeric value of an observable measurement.
sourceObjecttruehttps://uor.foundation/observable/Observablehttp://www.w3.org/2002/07/owl#ThingThe source object of this measurement (datum, partition, or path start point).
targetObjecttruehttps://uor.foundation/observable/Observablehttp://www.w3.org/2002/07/owl#ThingThe target object of this measurement (for metrics and path-end measurements).
hasUnitObjecttruehttps://uor.foundation/observable/Observablehttps://uor.foundation/observable/MeasurementUnitThe measurement unit of this observable. Replaces the string-valued observable:unit property with a typed reference to a MeasurementUnit individual.
sitePositionDatatypetruehttps://uor.foundation/observable/Jacobianhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe site position k at which this Jacobian entry is measured.
derivativeValueDatatypetruehttps://uor.foundation/observable/Jacobianhttp://www.w3.org/2001/XMLSchema#decimalThe discrete derivative value at this site position.
dimensionDatatypetruehttps://uor.foundation/observable/TopologicalObservablehttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe dimension k of the topological observable (e.g., the degree of the Betti number or the dimension of the spectral gap).
realisedEulerDatatypetruehttps://uor.foundation/observable/SynthesisSignaturehttp://www.w3.org/2001/XMLSchema#integerThe Euler characteristic actually achieved by this synthesis signature.
realisedBettiDatatypefalsehttps://uor.foundation/observable/SynthesisSignaturehttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerNon-functional. Realised Betti number values, one assertion per homological degree.
pageIndexDatatypetruehttps://uor.foundation/observable/SpectralSequencePagehttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe page r of this spectral sequence page. r=1 is the initial page; convergence is declared when all d_r are zero.
differentialIsZeroDatatypetruehttps://uor.foundation/observable/SpectralSequencePagehttp://www.w3.org/2001/XMLSchema#booleanTrue iff d_r = 0 on this page — no further corrections to the lifted homology.
convergedAtDatatypetruehttps://uor.foundation/observable/SpectralSequencePagehttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe page index r at which the spectral sequence converged (all subsequent differentials zero).
obstructionClassObjecttruehttps://uor.foundation/observable/LiftObstructionClasshttps://uor.foundation/cohomology/CohomologyGroupThe cohomology class in H^2(N(C(T))) representing this obstruction.
monodromyLoopObjecttruehttps://uor.foundation/observable/Monodromyhttps://uor.foundation/observable/ClosedConstraintPathThe closed path that generates this monodromy value.
monodromyElementObjecttruehttps://uor.foundation/observable/Monodromyhttps://uor.foundation/observable/DihedralElementThe dihedral element g in D_{2^n} accumulated when traversing the loop. The monodromy is trivial iff this element is the group identity.
isTrivialMonodromyDatatypetruehttps://uor.foundation/observable/Monodromyhttp://www.w3.org/2001/XMLSchema#booleanTrue iff the monodromyElement is the identity in D_{2^n}.
holonomyGroupObjectfalsehttps://uor.foundation/observable/HolonomyGrouphttps://uor.foundation/observable/DihedralElementNon-functional. The generators of the holonomy group: one DihedralElement per generating monodromy.
holonomyGroupOrderDatatypetruehttps://uor.foundation/observable/HolonomyGrouphttp://www.w3.org/2001/XMLSchema#positiveIntegerThe order of the holonomy group as a subgroup of D_{2^n}. For a FlatType: 1. For full dihedral holonomy: 2^{n+1}.
pathLengthDatatypetruehttps://uor.foundation/observable/ClosedConstraintPathhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe number of constraint application steps in this closed path.
pathConstraintsObjectfalsehttps://uor.foundation/observable/ClosedConstraintPathhttps://uor.foundation/type/ConstraintNon-functional. The ordered sequence of constraints traversed. One assertion per step.
dihedralElementValueObjectfalsehttps://uor.foundation/observable/DihedralElementhttps://uor.foundation/op/OperationNon-functional. One assertion per generator in the normal form of the element — the sequence of neg and/or bnot operations that realises this dihedral element when composed.
isIdentityElementDatatypetruehttps://uor.foundation/observable/DihedralElementhttp://www.w3.org/2001/XMLSchema#booleanTrue iff this element is the group identity (the trivial monodromy value).
elementOrderDatatypetruehttps://uor.foundation/observable/DihedralElementhttp://www.w3.org/2001/XMLSchema#positiveIntegerThe order of this element in D_{2^n}: the smallest k >= 1 such that g^k = id. For neg and bnot: order 2.
hardnessEstimateDatatypetruehttps://uor.foundation/observable/ThermoObservablehttp://www.w3.org/2001/XMLSchema#decimalAn estimated computational hardness for a ThermoObservable, connecting thermodynamic cost to complexity (TH_9 realisation).
phaseNDatatypetruehttps://uor.foundation/observable/CatastropheObservablehttp://www.w3.org/2001/XMLSchema#positiveIntegerThe ring dimension coordinate n in the (n, g) catastrophe phase diagram (PD_1 n-coordinate).
phaseGDatatypetruehttps://uor.foundation/observable/CatastropheObservablehttp://www.w3.org/2001/XMLSchema#positiveIntegerThe group-order coordinate g in the (n, g) catastrophe phase diagram (PD_1 g-coordinate).
onResonanceLineDatatypetruehttps://uor.foundation/observable/CatastropheObservablehttp://www.w3.org/2001/XMLSchema#booleanTrue when g divides 2^n − 1, placing this observable on a resonance line in the phase diagram (PD_4).
phaseBoundaryTypeObjecttruehttps://uor.foundation/observable/CatastropheObservablehttps://uor.foundation/observable/PhaseBoundaryTypeThe type of phase boundary at this point in the catastrophe diagram: PeriodBoundary or PowerOfTwoBoundary (PD_2).
achievabilityStatusObjecttruehttps://uor.foundation/observable/SynthesisSignaturehttps://uor.foundation/observable/AchievabilityStatusThe achievability classification of this observable's topological signature in the morphospace.
isAchievableDatatypetruehttps://uor.foundation/observable/SynthesisSignaturehttp://www.w3.org/2001/XMLSchema#booleanWhether this signature has been empirically verified as achievable at some quantum level.
isForbiddenDatatypetruehttps://uor.foundation/observable/SynthesisSignaturehttp://www.w3.org/2001/XMLSchema#booleanWhether this signature has been formally proven impossible by an ImpossibilityWitness.
achievabilityWitnessObjecttruehttps://uor.foundation/observable/SynthesisSignaturehttps://uor.foundation/proof/ProofThe proof individual (ImpossibilityWitness or AxiomaticDerivation) that grounds this signature's achievability classification.
rotationExponentDatatypetruehttps://uor.foundation/observable/DihedralElementhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe rotation exponent k ∈ \[0, 2^n) of this dihedral element in the standard representation r^k s^s. Together with reflectionBit, uniquely identifies the element within D_\{2^n\}.
reflectionBitDatatypetruehttps://uor.foundation/observable/DihedralElementhttp://www.w3.org/2001/XMLSchema#booleanThe reflection flag s ∈ \{0,1\} of this dihedral element. False = pure rotation (r^k), true = reflection (r^k·s). D_7 defines composition: (r^a s^p)(r^b s^q) = r^(a + (-1)^p b) s^(p XOR q).
homotopyDimensionDatatypetruehttps://uor.foundation/observable/HomotopyGrouphttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe dimension k of this homotopy group πk.
homotopyRankDatatypetruehttps://uor.foundation/observable/HomotopyGrouphttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe rank of this homotopy group (number of free generators).
homotopyBasepointObjecttruehttps://uor.foundation/observable/HomotopyGrouphttps://uor.foundation/type/ConstraintThe basepoint vertex v at which this homotopy group is computed.
higherMonodromyDimensionDatatypetruehttps://uor.foundation/observable/HigherMonodromyhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe dimension k > 1 at which this higher monodromy acts.
whiteheadTrivialDatatypetruehttps://uor.foundation/observable/WhiteheadProducthttp://www.w3.org/2001/XMLSchema#booleanTrue iff this Whitehead product is trivial (zero in πp+q−1).
postnikovTruncationObjecttruehttps://uor.foundation/observable/SpectralSequencePagehttps://uor.foundation/homology/PostnikovTruncationThe Postnikov truncation associated with this spectral sequence page.
stratificationLevelObjecttruehttps://uor.foundation/observable/StratificationRecordhttps://uor.foundation/schema/WittLevelThe quantum level at which this stratification is computed.
stratificationStratumObjectfalsehttps://uor.foundation/observable/StratificationRecordhttps://uor.foundation/type/HolonomyStratumA HolonomyStratum in this stratification record.
metricDomainDatatypetruehttps://uor.foundation/observable/BaseMetrichttp://www.w3.org/2001/XMLSchema#stringThe mathematical domain of this base metric.
metricRangeDatatypetruehttps://uor.foundation/observable/BaseMetrichttp://www.w3.org/2001/XMLSchema#stringThe mathematical range (codomain) of this base metric.
metricCompositionObjecttruehttps://uor.foundation/observable/BaseMetrichttps://uor.foundation/schema/TermExpressionHow this metric composes with others in the measurement tower.
referencesClassAnnotationtruehttps://uor.foundation/observable/BaseMetrichttp://www.w3.org/2001/XMLSchema#stringIRI of the existing observable class that this base metric references. Annotation-valued (not ObjectProperty) because the assertion is a class-level reference, not an instance-level one: the metric describes a class of Observable phenomena, not a specific individual.
referencesIdentityObjecttruehttps://uor.foundation/observable/BaseMetrichttps://uor.foundation/op/IdentityThe existing identity that defines this base metric.
saturationNumeratorDatatypetruehttps://uor.foundation/observable/GroundingObservablehttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe count of pinned sites (numerator of σ).
saturationDenominatorDatatypetruehttps://uor.foundation/observable/GroundingObservablehttp://www.w3.org/2001/XMLSchema#positiveIntegerThe total site count (denominator of σ).
alternatingSumObjecttruehttps://uor.foundation/observable/EulerCharacteristicObservablehttps://uor.foundation/schema/TermExpressionThe alternating sum formula for Euler characteristic.
metricUnitObjecttruehttps://uor.foundation/observable/BaseMetrichttps://uor.foundation/observable/MeasurementUnitThe unit of measurement for this base metric.
metricPrecisionDatatypetruehttps://uor.foundation/observable/BaseMetrichttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe precision or resolution of this base metric.
metricMonotonicityObjecttruehttps://uor.foundation/observable/BaseMetrichttps://uor.foundation/schema/TermExpressionMonotonicity property of this metric (e.g., non-decreasing).
metricDecompositionObjecttruehttps://uor.foundation/observable/BaseMetrichttps://uor.foundation/schema/TermExpressionThe decomposition rule for this metric into sub-metrics.
metricTowerPositionDatatypetruehttps://uor.foundation/observable/BaseMetrichttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe position of this metric in the metric tower.
metricComputationCostObjecttruehttps://uor.foundation/observable/BaseMetrichttps://uor.foundation/schema/TermExpressionThe computational cost of evaluating this metric.
metricBoundObjecttruehttps://uor.foundation/observable/BaseMetrichttps://uor.foundation/schema/TermExpressionUpper or lower bound on the metric value.
landauerNatsDatatypetruehttps://uor.foundation/observable/LandauerBudgethttp://www.w3.org/2001/XMLSchema#decimalThe accumulated Landauer cost carried by a LandauerBudget instance, measured in nats. Monotonic within a pipeline invocation. The unit is observable:Nats — every increment corresponds to a number of irreversible bit-erasures times ln 2 (op:OA_5).

Named Individuals

NameTypePropertiesComment
Bitshttps://uor.foundation/observable/MeasurementUnitInformation-theoretic unit: the measurement is in bits (e.g., Hamming weight, entropy).
RingStepshttps://uor.foundation/observable/MeasurementUnitRing-arithmetic unit: the measurement is in ring distance steps (|x - y| mod 2^n).
Dimensionlesshttps://uor.foundation/observable/MeasurementUnitDimensionless unit: the measurement is a pure number (e.g., winding number, Betti number, spectral gap).
Natshttps://uor.foundation/observable/MeasurementUnitNatural information unit: entropy measured in nats (using natural logarithm). S_residual is expressed in nats when computed as (Σ κ_k − χ) × ln 2.
PeriodBoundaryhttps://uor.foundation/observable/PhaseBoundaryTypeA phase boundary where g divides 2^n − 1, meaning g is a period of the multiplicative structure of R_n.
PowerOfTwoBoundaryhttps://uor.foundation/observable/PhaseBoundaryTypeA phase boundary where g = 2^k, meaning g aligns with the binary stratification of R_n.
Achievablehttps://uor.foundation/observable/AchievabilityStatusThe signature has been verified as achievable at some quantum level by an AxiomaticDerivation proof.
Forbiddenhttps://uor.foundation/observable/AchievabilityStatusThe signature has been formally proven impossible by an ImpossibilityWitness deriving from MS_1, MS_2, or other impossibility theorems.
d_delta_metrichttps://uor.foundation/observable/BaseMetric
  • metricDomain: pair of ring elements
  • metricRange: non-negative integer
  • referencesClass: https://uor.foundation/observable/IncompatibilityMetric
d_Δ: the incompatibility metric |d_R − d_H| per site pair.
sigma_metrichttps://uor.foundation/observable/BaseMetric
  • metricDomain: computation state
  • metricRange: decimal in [0, 1]
  • referencesIdentity: https://uor.foundation/op/GS_2
σ: the grounding metric, pinned sites / total sites.
jacobian_metrichttps://uor.foundation/observable/BaseMetric
  • metricDomain: computation state × site index
  • metricRange: decimal
  • referencesClass: https://uor.foundation/observable/Jacobian
  • referencesIdentity: https://uor.foundation/op/DC_6
J_k: per-site curvature, ∂_R f_k.
betti_metrichttps://uor.foundation/observable/BaseMetric
  • metricDomain: simplicial complex × dimension
  • metricRange: non-negative integer
  • referencesClass: https://uor.foundation/observable/BettiNumber
β_k: per-dimension Betti number of the constraint nerve.
euler_metrichttps://uor.foundation/observable/BaseMetric
  • metricDomain: simplicial complex
  • metricRange: integer
  • referencesIdentity: https://uor.foundation/op/IT_2
χ: Euler characteristic, Σ(−1)^k β_k.
residual_metrichttps://uor.foundation/observable/BaseMetric
  • metricDomain: computation state
  • metricRange: non-negative integer
  • referencesClass: https://uor.foundation/observable/ResidualEntropy
r: count of free (unpinned) sites, the residual entropy.