UOR Euler Reduction

IRI
https://uor.foundation/reduction/
Prefix
reduction:
Space
kernel
Comment
Sequential composition of ψ-maps into a parameterized reduction ψ = ψ_9 ∘ … ∘ ψ_1. Defines stages, phase gates, rollback, and epochs.

Imports

  • https://uor.foundation/op/
  • https://uor.foundation/state/
  • https://uor.foundation/partition/
  • https://uor.foundation/resolver/
  • https://uor.foundation/morphism/
  • https://uor.foundation/observable/
  • https://uor.foundation/predicate/
  • https://uor.foundation/effect/
  • https://uor.foundation/schema/
  • https://uor.foundation/u/

Classes

NameIRISubclass OfDisjoint WithComment
EulerReductionhttps://uor.foundation/reduction/EulerReductionhttp://www.w3.org/2002/07/owl#ThingThe composite endofunctor ψ = ψ_9 ∘ … ∘ ψ_1, parameterized by Ω = e^{iπ/6}.
PhaseRotationSchedulerhttps://uor.foundation/reduction/PhaseRotationSchedulerhttp://www.w3.org/2002/07/owl#ThingSchedule Ω⁰, Ω¹, …, Ω⁵ assigning a phase angle to each stage of the reduction.
TargetConvergenceAnglehttps://uor.foundation/reduction/TargetConvergenceAnglehttp://www.w3.org/2002/07/owl#ThingThe angle at which the reduction terminates (default: π).
PhaseGateAttestationhttps://uor.foundation/reduction/PhaseGateAttestationhttp://www.w3.org/2002/07/owl#ThingValidation at each stage boundary checking that the accumulated phase angle matches the expected Ω^k.
ComplexConjugateRollbackhttps://uor.foundation/reduction/ComplexConjugateRollbackhttp://www.w3.org/2002/07/owl#ThingRecovery operation when a phase gate fails: z → z̄. Involutory: applying twice yields the original value.
ReductionStephttps://uor.foundation/reduction/ReductionStephttp://www.w3.org/2002/07/owl#ThingA named stage of the reduction. The standard reduction has six stages (Initialization through Convergence).
ReductionStatehttps://uor.foundation/reduction/ReductionStatehttp://www.w3.org/2002/07/owl#ThingState of reduction execution at a specific point, including the current stage, phase angle, and pinned mask.
ReductionRulehttps://uor.foundation/reduction/ReductionRulehttp://www.w3.org/2002/07/owl#ThingGuard-effect pair governing stage transitions in the reduction. The guard must be satisfied before the effect is applied.
Epochhttps://uor.foundation/reduction/Epochhttp://www.w3.org/2002/07/owl#ThingTemporal segment of reduction execution. Each epoch represents one complete pass through the reduction stages.
EpochBoundaryhttps://uor.foundation/reduction/EpochBoundaryhttp://www.w3.org/2002/07/owl#ThingTransition between epochs. Carries metadata about the epoch boundary crossing.
PredicateExpressionhttps://uor.foundation/reduction/PredicateExpressionhttp://www.w3.org/2002/07/owl#ThingA Boolean expression over the reduction state. The atomic guard unit.
GuardExpressionhttps://uor.foundation/reduction/GuardExpressionhttp://www.w3.org/2002/07/owl#ThingA conjunction of PredicateExpressions that must hold for a transition to fire.
TransitionEffecthttps://uor.foundation/reduction/TransitionEffecthttp://www.w3.org/2002/07/owl#ThingState changes applied when a transition fires. Contains PropertyBind steps.
PropertyBindhttps://uor.foundation/reduction/PropertyBindhttp://www.w3.org/2002/07/owl#ThingA single site pinning: target site + value.
ReductionAdvancehttps://uor.foundation/reduction/ReductionAdvancehttp://www.w3.org/2002/07/owl#ThingAdvancement from one ReductionStep to the next.
ServiceWindowhttps://uor.foundation/reduction/ServiceWindowhttp://www.w3.org/2002/07/owl#ThingA sliding window over recent epochs providing BaseContext.
ReductionTransactionhttps://uor.foundation/reduction/ReductionTransactionhttp://www.w3.org/2002/07/owl#ThingAn atomic group of state changes within the reduction.
PipelineSuccesshttps://uor.foundation/reduction/PipelineSuccesshttp://www.w3.org/2002/07/owl#ThingSuccessful termination (FullGrounding).
PipelineFailureReasonhttps://uor.foundation/reduction/PipelineFailureReasonhttp://www.w3.org/2002/07/owl#ThingTyped failure: DispatchMiss, GroundingFailure, ConvergenceStall, etc.
PreflightCheckhttps://uor.foundation/reduction/PreflightCheckhttp://www.w3.org/2002/07/owl#ThingA pre-execution validation: feasibility, dispatch coverage, coherence.
FeasibilityResulthttps://uor.foundation/reduction/FeasibilityResulthttp://www.w3.org/2002/07/owl#ThingResult of a preflight check: feasibility witness or infeasibility witness.
LeaseStatehttps://uor.foundation/reduction/LeaseStatehttp://www.w3.org/2002/07/owl#ThingLifecycle of a partitioned context lease: Pending → Active → Released/Expired/Suspended.
ManagedLeasehttps://uor.foundation/reduction/ManagedLeasehttp://www.w3.org/2002/07/owl#ThingA context lease with lifecycle tracking.
LeaseCheckpointhttps://uor.foundation/reduction/LeaseCheckpointhttp://www.w3.org/2002/07/owl#ThingSnapshot of lease state at a point in time.
BackPressureSignalhttps://uor.foundation/reduction/BackPressureSignalhttp://www.w3.org/2002/07/owl#ThingFlow control when reduction produces faster than downstream can consume.
DeferredQuerySethttps://uor.foundation/reduction/DeferredQuerySethttp://www.w3.org/2002/07/owl#ThingQueries postponed to a future epoch.
SubleaseTransferhttps://uor.foundation/reduction/SubleaseTransferhttp://www.w3.org/2002/07/owl#ThingTransfer of a lease from one computation to another.
ComparisonPredicatehttps://uor.foundation/reduction/ComparisonPredicatehttps://uor.foundation/reduction/PredicateExpressionPredicate comparing a state field against a value.
ConjunctionPredicatehttps://uor.foundation/reduction/ConjunctionPredicatehttps://uor.foundation/reduction/PredicateExpressionConjunction (AND) of multiple predicates.
DisjunctionPredicatehttps://uor.foundation/reduction/DisjunctionPredicatehttps://uor.foundation/reduction/PredicateExpressionDisjunction (OR) of multiple predicates.
NegationPredicatehttps://uor.foundation/reduction/NegationPredicatehttps://uor.foundation/reduction/PredicateExpressionNegation (NOT) of a single predicate.
MembershipPredicatehttps://uor.foundation/reduction/MembershipPredicatehttps://uor.foundation/reduction/PredicateExpressionPredicate testing membership of an element in a set.
GroundingPredicatehttps://uor.foundation/reduction/GroundingPredicatehttps://uor.foundation/reduction/PredicateExpressionPredicate testing whether grounding exceeds a threshold.
SiteCoveragePredicatehttps://uor.foundation/reduction/SiteCoveragePredicatehttps://uor.foundation/reduction/PredicateExpressionPredicate testing whether a site coverage target is met.
EqualsPredicatehttps://uor.foundation/reduction/EqualsPredicatehttps://uor.foundation/reduction/PredicateExpressionPredicate testing equality of two expressions.
NonNullPredicatehttps://uor.foundation/reduction/NonNullPredicatehttps://uor.foundation/reduction/PredicateExpressionPredicate testing that a field is non-null.
QuerySubtypePredicatehttps://uor.foundation/reduction/QuerySubtypePredicatehttps://uor.foundation/reduction/PredicateExpressionPredicate testing whether a query is a subtype of a given type.
CompileUnithttps://uor.foundation/reduction/CompileUnithttp://www.w3.org/2002/07/owl#ThingThe typed input graph submitted to the reduction pipeline. Packages a root Term, target quantum level, verification domains, and thermodynamic budget. Stage 0 accepts exactly one CompileUnit and initializes the reduction state vector from it.

Properties

NameKindFunctionalDomainRangeComment
phaseParameterDatatypetruehttps://uor.foundation/reduction/EulerReductionhttp://www.w3.org/2001/XMLSchema#decimalThe base phase parameter Ω for this reduction (e.g., e^{iπ/6}).
stageCountDatatypetruehttps://uor.foundation/reduction/EulerReductionhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe number of stages in this reduction.
convergenceAngleDatatypetruehttps://uor.foundation/reduction/EulerReductionhttp://www.w3.org/2001/XMLSchema#decimalThe cumulative phase angle at which the reduction converges.
composedOfMapsObjectfalsehttps://uor.foundation/reduction/EulerReductionhttps://uor.foundation/schema/TermExpressionThe ordered list of ψ-maps that compose this reduction.
rotationScheduleDatatypetruehttps://uor.foundation/reduction/PhaseRotationSchedulerhttp://www.w3.org/2001/XMLSchema#decimalString representation of the rotation schedule Ω⁰, Ω¹, …, Ω⁵.
baseAngleDatatypetruehttps://uor.foundation/reduction/PhaseRotationSchedulerhttp://www.w3.org/2001/XMLSchema#decimalThe base angle π/6 from which the schedule is derived.
targetAngleDatatypetruehttps://uor.foundation/reduction/TargetConvergenceAnglehttp://www.w3.org/2001/XMLSchema#decimalThe target convergence angle (default: π).
gateStageObjecttruehttps://uor.foundation/reduction/PhaseGateAttestationhttps://uor.foundation/reduction/ReductionStepThe reduction stage at which this gate is applied.
gateExpectedPhaseDatatypetruehttps://uor.foundation/reduction/PhaseGateAttestationhttp://www.w3.org/2001/XMLSchema#decimalThe expected phase angle Ω^k at this gate.
gateResultDatatypetruehttps://uor.foundation/reduction/PhaseGateAttestationhttp://www.w3.org/2001/XMLSchema#booleanWhether the phase gate check passed or failed.
rollbackTargetObjecttruehttps://uor.foundation/reduction/ComplexConjugateRollbackhttps://uor.foundation/reduction/ReductionStepThe reduction stage to which execution rolls back on gate failure.
stageIndexDatatypetruehttps://uor.foundation/reduction/ReductionStephttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerZero-based index of this stage in the reduction.
stageNameDatatypetruehttps://uor.foundation/reduction/ReductionStephttp://www.w3.org/2001/XMLSchema#stringHuman-readable name of this reduction stage.
expectedPhaseDatatypetruehttps://uor.foundation/reduction/ReductionStephttp://www.w3.org/2001/XMLSchema#decimalThe expected phase angle Ω^k at this stage.
entryGuardObjecttruehttps://uor.foundation/reduction/ReductionStephttps://uor.foundation/predicate/StatePredicateA typed predicate evaluated on the current ReductionState. Must be satisfied to enter this stage.
exitGuardObjecttruehttps://uor.foundation/reduction/ReductionStephttps://uor.foundation/predicate/StatePredicateA typed predicate that must be satisfied before the reduction advances past this stage.
stageEffectObjecttruehttps://uor.foundation/reduction/ReductionStephttps://uor.foundation/effect/EffectThe effect applied by this stage upon successful exit.
currentStageObjecttruehttps://uor.foundation/reduction/ReductionStatehttps://uor.foundation/reduction/ReductionStepThe reduction stage at which execution is currently positioned.
phaseAngleDatatypetruehttps://uor.foundation/reduction/ReductionStatehttp://www.w3.org/2001/XMLSchema#decimalThe accumulated phase angle at the current point.
pinnedMaskDatatypetruehttps://uor.foundation/reduction/ReductionStatehttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerBit mask of sites that are pinned (resolved) at this point.
freeRankDatatypetruehttps://uor.foundation/reduction/ReductionStatehttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe number of free (unresolved) sites at this point.
transitionGuardObjecttruehttps://uor.foundation/reduction/ReductionRulehttps://uor.foundation/predicate/GuardedTransitionA typed GuardedTransition from predicate/ governing the stage transition.
transitionEffectObjecttruehttps://uor.foundation/reduction/ReductionRulehttps://uor.foundation/schema/TermExpressionThe effect applied when this transition fires.
transitionAdvanceDatatypetruehttps://uor.foundation/reduction/ReductionRulehttp://www.w3.org/2001/XMLSchema#booleanWhether this transition advances to the next stage.
epochIndexDatatypetruehttps://uor.foundation/reduction/Epochhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerZero-based index of this epoch in the reduction execution.
epochDatumObjecttruehttps://uor.foundation/reduction/Epochhttps://uor.foundation/schema/TermExpressionMetadata or summary datum for this epoch.
epochBoundaryTypeObjecttruehttps://uor.foundation/reduction/EpochBoundaryhttps://uor.foundation/schema/TermExpressionThe type of epoch boundary crossing (e.g., normal, forced, timeout).
predicateFieldDatatypetruehttps://uor.foundation/reduction/PredicateExpressionhttp://www.w3.org/2001/XMLSchema#stringThe state field this predicate tests.
predicateOperatorDatatypetruehttps://uor.foundation/reduction/PredicateExpressionhttp://www.w3.org/2001/XMLSchema#stringThe comparison operator (e.g., '=', '<', '>=').
predicateValueDatatypetruehttps://uor.foundation/reduction/PredicateExpressionhttp://www.w3.org/2001/XMLSchema#stringThe value against which the field is compared.
guardPredicatesObjectfalsehttps://uor.foundation/reduction/GuardExpressionhttps://uor.foundation/reduction/PredicateExpressionThe predicate expressions that compose this guard.
effectBindingsObjectfalsehttps://uor.foundation/reduction/TransitionEffecthttps://uor.foundation/reduction/PropertyBindThe property bind steps applied by this effect.
bindTargetDatatypetruehttps://uor.foundation/reduction/PropertyBindhttp://www.w3.org/2001/XMLSchema#stringThe target site identifier for this binding.
bindValueDatatypetruehttps://uor.foundation/reduction/PropertyBindhttp://www.w3.org/2001/XMLSchema#stringThe value to pin the target site to.
advanceFromObjecttruehttps://uor.foundation/reduction/ReductionAdvancehttps://uor.foundation/reduction/ReductionStepThe source stage of the advancement.
advanceToObjecttruehttps://uor.foundation/reduction/ReductionAdvancehttps://uor.foundation/reduction/ReductionStepThe target stage of the advancement.
windowSizeDatatypetruehttps://uor.foundation/reduction/ServiceWindowhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe number of recent epochs in this service window.
windowOffsetDatatypetruehttps://uor.foundation/reduction/ServiceWindowhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe starting epoch offset of this service window.
transactionPolicyDatatypetruehttps://uor.foundation/reduction/ReductionTransactionhttp://www.w3.org/2001/XMLSchema#stringThe execution policy for this transaction (e.g., AllOrNothing, BestEffort).
transactionOutcomeObjecttruehttps://uor.foundation/reduction/ReductionTransactionhttps://uor.foundation/schema/TermExpressionThe outcome of this transaction (e.g., committed, rolled back).
failureKindDatatypetruehttps://uor.foundation/reduction/PipelineFailureReasonhttp://www.w3.org/2001/XMLSchema#stringThe kind of pipeline failure (e.g., DispatchMiss, ConvergenceStall).
preflightKindDatatypetruehttps://uor.foundation/reduction/PreflightCheckhttp://www.w3.org/2001/XMLSchema#stringThe kind of preflight check (e.g., feasibility, dispatch coverage).
preflightResultObjecttruehttps://uor.foundation/reduction/PreflightCheckhttps://uor.foundation/schema/TermExpressionThe result of the preflight check (e.g., pass, fail).
groundingReachedDatatypetruehttps://uor.foundation/reduction/PipelineSuccesshttp://www.w3.org/2001/XMLSchema#booleanWhether full grounding was achieved.
feasibilityKindDatatypetruehttps://uor.foundation/reduction/FeasibilityResulthttp://www.w3.org/2001/XMLSchema#stringThe kind of feasibility result (e.g., Feasible, Infeasible).
feasibilityWitnessDatatypetruehttps://uor.foundation/reduction/FeasibilityResulthttp://www.w3.org/2001/XMLSchema#stringThe witness justifying the feasibility or infeasibility result.
leasePhaseDatatypetruehttps://uor.foundation/reduction/LeaseStatehttp://www.w3.org/2001/XMLSchema#stringThe lifecycle phase of a lease (e.g., Pending, Active, Released).
managedLeaseIdObjecttruehttps://uor.foundation/reduction/ManagedLeasehttps://uor.foundation/schema/TermExpressionUnique identifier for this managed lease.
leaseLifecycleObjecttruehttps://uor.foundation/reduction/ManagedLeasehttps://uor.foundation/reduction/LeaseStateThe current lifecycle state of this managed lease.
checkpointEpochDatatypetruehttps://uor.foundation/reduction/LeaseCheckpointhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe epoch index at which this checkpoint was taken.
checkpointStateObjecttruehttps://uor.foundation/reduction/LeaseCheckpointhttps://uor.foundation/reduction/ReductionStateThe reduction state captured at this checkpoint.
pressureLevelDatatypetruehttps://uor.foundation/reduction/BackPressureSignalhttp://www.w3.org/2001/XMLSchema#stringThe current back-pressure level (e.g., Low, Medium, High).
pressureThresholdDatatypetruehttps://uor.foundation/reduction/BackPressureSignalhttp://www.w3.org/2001/XMLSchema#decimalThe threshold at which back-pressure activates.
deferredCountDatatypetruehttps://uor.foundation/reduction/DeferredQuerySethttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe number of queries in this deferred set.
deferralEpochDatatypetruehttps://uor.foundation/reduction/DeferredQuerySethttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe epoch in which these queries were deferred.
sourceLeaseRefObjecttruehttps://uor.foundation/reduction/SubleaseTransferhttps://uor.foundation/schema/TermExpressionThe lease being transferred from.
targetLeaseRefObjecttruehttps://uor.foundation/reduction/SubleaseTransferhttps://uor.foundation/schema/TermExpressionThe lease being transferred to.
transferredBudgetDatatypetruehttps://uor.foundation/reduction/SubleaseTransferhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe site budget transferred between leases.
transferCompletedDatatypetruehttps://uor.foundation/reduction/SubleaseTransferhttp://www.w3.org/2001/XMLSchema#booleanWhether the sublease transfer has been completed.
comparisonFieldObjecttruehttps://uor.foundation/reduction/ComparisonPredicatehttps://uor.foundation/schema/TermExpressionThe state field tested by this comparison predicate.
comparisonOperatorObjecttruehttps://uor.foundation/reduction/ComparisonPredicatehttps://uor.foundation/schema/TermExpressionThe comparison operator (e.g., '=', '<', '>=').
comparisonValueObjecttruehttps://uor.foundation/reduction/ComparisonPredicatehttps://uor.foundation/schema/TermExpressionThe value against which the comparison is made.
conjunctsObjectfalsehttps://uor.foundation/reduction/ConjunctionPredicatehttps://uor.foundation/schema/TermExpressionA conjunct predicate in a conjunction.
disjunctsObjectfalsehttps://uor.foundation/reduction/DisjunctionPredicatehttps://uor.foundation/schema/TermExpressionA disjunct predicate in a disjunction.
negatedPredicateObjecttruehttps://uor.foundation/reduction/NegationPredicatehttps://uor.foundation/schema/TermExpressionThe predicate being negated.
membershipSetObjecttruehttps://uor.foundation/reduction/MembershipPredicatehttps://uor.foundation/schema/TermExpressionThe set against which membership is tested.
membershipElementObjecttruehttps://uor.foundation/reduction/MembershipPredicatehttps://uor.foundation/schema/TermExpressionThe element being tested for set membership.
groundingThresholdDatatypetruehttps://uor.foundation/reduction/GroundingPredicatehttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe grounding threshold above which the predicate holds.
coverageTargetDatatypetruehttps://uor.foundation/reduction/SiteCoveragePredicatehttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe site coverage target expression.
equalityLeftObjecttruehttps://uor.foundation/reduction/EqualsPredicatehttps://uor.foundation/schema/TermExpressionThe left-hand side of an equality test.
equalityRightObjecttruehttps://uor.foundation/reduction/EqualsPredicatehttps://uor.foundation/schema/TermExpressionThe right-hand side of an equality test.
nonNullFieldDatatypetruehttps://uor.foundation/reduction/NonNullPredicatehttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe field that must be non-null.
queryTypeRefObjecttruehttps://uor.foundation/reduction/QuerySubtypePredicatehttps://uor.foundation/schema/TermExpressionThe query type reference for subtype testing.
siteStateObjecttruehttps://uor.foundation/reduction/ReductionStatehttps://uor.foundation/schema/TermExpressionThe site state descriptor within a reduction state.
transactionScopeObjecttruehttps://uor.foundation/reduction/ReductionTransactionhttps://uor.foundation/schema/TermExpressionThe scope of sites affected by this transaction.
transactionStatusObjecttruehttps://uor.foundation/reduction/ReductionTransactionhttps://uor.foundation/schema/TermExpressionCurrent status of this transaction (e.g., pending, committed).
baseContextRefObjecttruehttps://uor.foundation/reduction/ServiceWindowhttps://uor.foundation/schema/TermExpressionReference to the base context provided by this service window.
leaseRemainingBudgetDatatypetruehttps://uor.foundation/reduction/LeaseCheckpointhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe remaining site budget at this checkpoint.
expiryEpochDatatypetruehttps://uor.foundation/reduction/ManagedLeasehttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe epoch at which this managed lease expires.
leaseBudgetDatatypetruehttps://uor.foundation/reduction/ManagedLeasehttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe total site budget allocated to this managed lease.
sourceStageObjecttruehttps://uor.foundation/reduction/BackPressureSignalhttps://uor.foundation/schema/TermExpressionThe source stage emitting back-pressure.
targetStageObjecttruehttps://uor.foundation/reduction/BackPressureSignalhttps://uor.foundation/schema/TermExpressionThe target stage receiving back-pressure.
deferralReasonObjecttruehttps://uor.foundation/reduction/DeferredQuerySethttps://uor.foundation/schema/TermExpressionThe reason for deferring these queries.
infeasibilityKindObjecttruehttps://uor.foundation/reduction/FeasibilityResulthttps://uor.foundation/schema/TermExpressionThe kind of infeasibility detected.
failureStageObjecttruehttps://uor.foundation/reduction/PipelineFailureReasonhttps://uor.foundation/schema/TermExpressionThe reduction stage at which the pipeline failure occurred.
finalGroundingDatatypetruehttps://uor.foundation/reduction/PipelineSuccesshttp://www.w3.org/2001/XMLSchema#decimalThe final grounding level achieved on pipeline success.
preservedGroundingDatatypetruehttps://uor.foundation/reduction/EpochBoundaryhttp://www.w3.org/2001/XMLSchema#booleanWhether grounding was preserved across the epoch boundary.
rootTermObjecttruehttps://uor.foundation/reduction/CompileUnithttps://uor.foundation/schema/TermExpressionThe root term expression of a CompileUnit — the top-level syntactic node from which all sub-expressions descend.
unitWittLevelObjecttruehttps://uor.foundation/reduction/CompileUnithttps://uor.foundation/schema/WittLevelThe quantum level at which this CompileUnit operates.
thermodynamicBudgetDatatypetruehttps://uor.foundation/reduction/CompileUnithttp://www.w3.org/2001/XMLSchema#decimalThe Landauer-bounded energy budget for this CompileUnit's resolution, measured in k_B T ln 2 units.
targetDomainsObjectfalsehttps://uor.foundation/reduction/CompileUnithttps://uor.foundation/op/VerificationDomainThe verification domain(s) targeted by this CompileUnit.
unitAddressObjecttruehttps://uor.foundation/reduction/CompileUnithttps://uor.foundation/u/ElementContent-addressable identifier computed as the u:Element of the root term’s transitive closure. Computed by stage_initialization, not declared by the submitter. Excludes budget, domains, and quantum level to enable memoization.
preflightOrderDatatypetruehttps://uor.foundation/reduction/PreflightCheckhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerZero-based execution order for preflight checks. Lower indices execute first. BudgetSolvencyCheck (order 0) must precede all others.

Named Individuals

NameTypePropertiesComment
Initializationhttps://uor.foundation/reduction/ReductionStep
  • stageIndex: 0
  • stageName: Initialization
  • expectedPhase: Ω⁰
Stage 0: initialize state vector to identity.
Declarehttps://uor.foundation/reduction/ReductionStep
  • stageIndex: 1
  • stageName: Declare
  • expectedPhase: Ω¹
Stage 1: dispatch resolver (δ selects).
Factorizehttps://uor.foundation/reduction/ReductionStep
  • stageIndex: 2
  • stageName: Factorize
  • expectedPhase: Ω²
Stage 2: produce valid ring address (G grounds).
Resolvehttps://uor.foundation/reduction/ReductionStep
  • stageIndex: 3
  • stageName: Resolve
  • expectedPhase: Ω³
Stage 3: resolve constraints (Π terminates).
Attesthttps://uor.foundation/reduction/ReductionStep
  • stageIndex: 4
  • stageName: Attest
  • expectedPhase: Ω⁴
Stage 4: accumulate without contradiction (α consistent).
Extracthttps://uor.foundation/reduction/ReductionStep
  • stageIndex: 5
  • stageName: Extract
  • expectedPhase: Ω⁵
Stage 5: extract coherent output (P projects).
Convergencehttps://uor.foundation/reduction/ReductionStep
  • stageIndex: 6
  • stageName: Convergence
  • expectedPhase: π
Terminal stage: reduction has reached the convergence angle π.
gate_initializationhttps://uor.foundation/reduction/PhaseGateAttestation
  • gateStage: https://uor.foundation/reduction/stage_initialization
  • gateExpectedPhase: Ω⁰
  • gateResult: true
Phase gate at stage 0 boundary: checks Ω⁰ = 1.
gate_declarehttps://uor.foundation/reduction/PhaseGateAttestation
  • gateStage: https://uor.foundation/reduction/stage_declare
  • gateExpectedPhase: Ω¹
  • gateResult: true
Phase gate at stage 1 boundary: checks Ω¹.
gate_factorizehttps://uor.foundation/reduction/PhaseGateAttestation
  • gateStage: https://uor.foundation/reduction/stage_factorize
  • gateExpectedPhase: Ω²
  • gateResult: true
Phase gate at stage 2 boundary: checks Ω².
gate_resolvehttps://uor.foundation/reduction/PhaseGateAttestation
  • gateStage: https://uor.foundation/reduction/stage_resolve
  • gateExpectedPhase: Ω³
  • gateResult: true
Phase gate at stage 3 boundary: checks Ω³.
gate_attesthttps://uor.foundation/reduction/PhaseGateAttestation
  • gateStage: https://uor.foundation/reduction/stage_attest
  • gateExpectedPhase: Ω⁴
  • gateResult: true
Phase gate at stage 4 boundary: checks Ω⁴.
gate_extracthttps://uor.foundation/reduction/PhaseGateAttestation
  • gateStage: https://uor.foundation/reduction/stage_extract
  • gateExpectedPhase: Ω⁵
  • gateResult: true
Phase gate at stage 5 boundary: checks Ω⁵.
euler_reduction_instancehttps://uor.foundation/reduction/EulerReduction
  • phaseParameter: e^{iπ/6}
  • stageCount: 6
  • convergenceAngle: π
The canonical Euler reduction instance with Ω = e^{iπ/6} and 6 stages.
phase_schedulehttps://uor.foundation/reduction/PhaseRotationScheduler
  • rotationSchedule: Ω⁰, Ω¹, Ω², Ω³, Ω⁴, Ω⁵
  • baseAngle: π/6
The canonical phase rotation schedule for the 6-stage reduction.
convergence_targethttps://uor.foundation/reduction/TargetConvergenceAngle
  • targetAngle: π
The default convergence target angle π.
conjugate_rollbackhttps://uor.foundation/reduction/ComplexConjugateRollback
  • rollbackTarget: https://uor.foundation/reduction/stage_initialization
The canonical complex conjugate rollback operation: z → z̄.
DispatchMisshttps://uor.foundation/reduction/PipelineFailureReason
  • failureKind: DispatchMiss
Failure: no resolver matched the dispatch query.
GroundingFailurehttps://uor.foundation/reduction/PipelineFailureReason
  • failureKind: GroundingFailure
Failure: grounding to a valid ring address failed.
ConvergenceStallhttps://uor.foundation/reduction/PipelineFailureReason
  • failureKind: ConvergenceStall
Failure: reduction stalled before reaching convergence angle.
ContradictionDetectedhttps://uor.foundation/reduction/PipelineFailureReason
  • failureKind: ContradictionDetected
Failure: accumulation detected a logical contradiction.
CoherenceViolationhttps://uor.foundation/reduction/PipelineFailureReason
  • failureKind: CoherenceViolation
Failure: coherence constraint violated during extraction.
FullGroundingSuccesshttps://uor.foundation/reduction/PipelineSuccess
  • groundingReached: true
Successful termination: all sites saturated.
FeasibilityCheckhttps://uor.foundation/reduction/PreflightCheck
  • preflightKind: Feasibility
  • preflightOrder: 1
Preflight: checks that the reduction can reach convergence.
DispatchCoverageCheckhttps://uor.foundation/reduction/PreflightCheck
  • preflightKind: DispatchCoverage
  • preflightOrder: 2
Preflight: checks that every dispatch query has a resolver.
PackageCoherenceCheckhttps://uor.foundation/reduction/PreflightCheck
  • preflightKind: PackageCoherence
  • preflightOrder: 3
Preflight: checks package-level coherence constraints.
default_service_windowhttps://uor.foundation/reduction/ServiceWindow
  • windowSize: 3
  • windowOffset: 0
The default service window: 3 epochs, zero offset.
advance_init_to_declarehttps://uor.foundation/reduction/ReductionAdvance
  • advanceFrom: https://uor.foundation/reduction/stage_initialization
  • advanceTo: https://uor.foundation/reduction/stage_declare
Advancement from Initialization to Declare.
atomic_transactionhttps://uor.foundation/reduction/ReductionTransaction
  • transactionPolicy: AllOrNothing
An all-or-nothing atomic reduction transaction.
empty_guardhttps://uor.foundation/reduction/GuardExpressionA trivially satisfied guard with no predicates.
identity_effecthttps://uor.foundation/reduction/TransitionEffectThe identity effect: no state changes.
true_predicatehttps://uor.foundation/reduction/PredicateExpression
  • predicateField: *
  • predicateOperator: true
  • predicateValue: *
A predicate that always evaluates to true.
noop_bindhttps://uor.foundation/reduction/PropertyBind
  • bindTarget: none
  • bindValue: unchanged
A no-op property binding that changes nothing.
Pendinghttps://uor.foundation/reduction/LeaseState
  • leasePhase: Pending
Lease is pending activation.
Activehttps://uor.foundation/reduction/LeaseState
  • leasePhase: Active
Lease is active and resources are allocated.
Releasedhttps://uor.foundation/reduction/LeaseState
  • leasePhase: Released
Lease has been explicitly released.
Expiredhttps://uor.foundation/reduction/LeaseState
  • leasePhase: Expired
Lease has expired due to timeout.
Suspendedhttps://uor.foundation/reduction/LeaseState
  • leasePhase: Suspended
Lease is temporarily suspended.
FeasibilityWitnesshttps://uor.foundation/reduction/FeasibilityResult
  • feasibilityKind: Feasible
Preflight result: reduction is feasible.
InfeasibilityWitnesshttps://uor.foundation/reduction/FeasibilityResult
  • feasibilityKind: Infeasible
  • feasibilityWitness: obstruction detected
Preflight result: reduction is infeasible.
PreflightTiminghttps://uor.foundation/reduction/PreflightCheck
  • preflightKind: Timing
  • preflightOrder: 4
Preflight: timing feasibility check.
RuntimeTiminghttps://uor.foundation/reduction/PreflightCheck
  • preflightKind: RuntimeTiming
  • preflightOrder: 5
Preflight: runtime timing bounds check.
BudgetSolvencyCheckhttps://uor.foundation/reduction/PreflightCheck
  • preflightKind: BudgetSolvency
  • preflightOrder: 0
Preflight: verifies thermodynamicBudget ≥ bitsWidth(unitWittLevel) × ln 2. Rejects the CompileUnit if the budget is absent or insufficient. Must execute before all other preflights (preflightOrder 0). Cost is O(1) per CS_4.
BackPressureDefaulthttps://uor.foundation/reduction/BackPressureSignal
  • pressureLevel: Medium
  • pressureThreshold: 0.75
Default back-pressure signal with medium threshold.