UOR Schema

IRI
https://uor.foundation/schema/
Prefix
schema:
Space
kernel
Comment
Core value types and term language for the UOR ring substrate. Defines Datum (ring element), Term (syntactic expression), and the Ring container.

This is a kernel-space namespace in the Define stage of the PRISM pipeline. It provides the immutable algebraic substrate — ring structure, schema vocabulary, and operation algebra.

Learn more: Pipeline Overview · The Ring Substrate

Class hierarchy
Class hierarchy for UOR Schema namespace Datum Term Triad Literal Application Ring W16Ring WittLevel TermExpression LiteralExpress ApplicationExp InfixExpressio SetExpression CompositionExp ForAllDeclarat VariableBindin QuantifierKind SurfaceSymbol HostValue HostStringLite HostBooleanLit

Imports

Classes

NameSubclass OfDisjoint WithComment
DatumThingTermAn element of the ring Z/(2^n)Z at a specific Witt level n. The primary semantic value type. Disjoint from Term: datums are values, terms are syntactic expressions that evaluate to datums.
TermThingDatumA syntactic expression in the UOR term language. Terms are evaluated to produce Datums. Disjoint from Datum.
TriadThingA three-component structure encoding an element's position in the UOR address space: stratum (ring layer), spectrum (bit pattern), and glyph (Braille address).
LiteralTerm, SurfaceSymbolA term that directly denotes a datum value. A Literal is a leaf node in the term language — it refers to a concrete Datum via schema:denotes without being a Datum itself.
ApplicationTermA term formed by applying an operation to one or more argument terms. The application's value is the result of evaluating the operator on the evaluated arguments.
RingThingThe ambient ring Z/(2^n)Z at a specific Witt level n. The Ring is the primary data structure of the UOR kernel. Its two generators (negation and complement) produce the dihedral group D_{2^n} that governs the invariance frame.
W16RingRingThe concrete ring Z/(2^16)Z at Witt level 16. Subclass of schema:Ring. Carries 65,536 elements. W16Ring is the first extension of the default Q0 ring and is the target of Amendment 26's universality proofs.
WittLevelThingA named Witt level Q_k at which the UOR ring operates. Level Q_k uses 8*(k+1) bits, 2^(8*(k+1)) states, and modulus 2^(8*(k+1)). The named individuals Q0-Q3 are the spec-defined reference levels. The class is open: Prism implementations operating at higher levels declare their own WittLevel individuals. The nextWittLevel property forms an unbounded chain Q0 -> Q1 -> Q2 -> ...
TermExpressionThingRoot AST node for parsed EBNF term expressions. Identity lhs/rhs values are instances of TermExpression subtypes. Maps to the `term` production in the EBNF grammar.
LiteralExpressionTermExpressionA leaf AST node: an integer literal, variable reference, or named constant.
ApplicationExpressionTermExpressionAn AST node representing operator application: an operator applied to an argument list (e.g., add(x, y)).
InfixExpressionTermExpressionAn AST node for infix relations and logical connectives (e.g., x <= y, P -> Q, a = b).
SetExpressionTermExpressionAn AST node for set-builder notation (e.g., {x : P(x)}).
CompositionExpressionTermExpressionAn AST node for function composition (f compose g).
ForAllDeclarationThingA structured quantifier binding: typed variable declarations with a domain and quantifier kind (universal or existential). Replaces the string-valued op:forAll property.
VariableBindingThingA single variable binding: a variable name bound to a domain type (e.g., x in R_n).
QuantifierKindThingThe kind of quantifier: Universal (forall) or Existential (exists). Controlled vocabulary with exactly 2 individuals.
SurfaceSymbolThingAn abstract leaf value that a grounding map can accept as surface input. Has no direct instances: every SurfaceSymbol is either a Datum-denoting schema:Literal or an xsd-typed schema:HostValue, and the two cases are disjoint.
HostValueSurfaceSymbolTerm, DatumAn xsd-typed value that denotes a host datatype rather than a ring datum. Used in property-position slots whose range is xsd and as the host-side input of a grounding map.
HostStringLiteralHostValueA host string literal carrying an xsd:string value.
HostBooleanLiteralHostValueA host boolean literal carrying an xsd:boolean value.

Properties

NameKindFunctionalDomainRangeComment
valueDatatypetrueDatumnonNegativeIntegerThe integer value of a datum element. For a Datum in Z/(2^n)Z, this is an integer in [0, 2^n).
wittLengthDatatypetrueDatumpositiveIntegerThe Witt level n of a datum, where the datum's ring is Z/(2^n)Z. Determines the bit width and modulus of the datum.
stratumDatatypetrueDatumnonNegativeIntegerThe ring-layer index of a datum, indicating its position in the stratification of Z/(2^n)Z.
spectrumDatatypetrueDatumnonNegativeIntegerThe bit-pattern representation of a datum, encoding its position in the hypercube geometry of Z/(2^n)Z.
elementObjecttrueDatumElementThe content-addressable element associated with this datum, linking the algebraic value to its identifier.
operatorObjecttrueApplicationOperationThe operation applied in an Application term.
argumentObjectfalseApplicationTermAn argument term in an Application. The ordering of arguments follows rdf:List semantics.
ringWittLengthDatatypetrueRingpositiveIntegerThe bit width n of the ring Z/(2^n)Z. Distinct from schema:wittLength on Datum — ringWittLength is the container's bit width; datum wittLength is a membership property.
modulusDatatypetrueRingpositiveIntegerThe modulus 2^n of the ring. Equals 2 raised to the power of ringWittLength.
generatorObjecttrueRingDatumThe generator element π₁ (value = 1) of the ring. Under iterated successor application, π₁ generates all ring elements.
negationObjecttrueRingInvolutionThe ring reflection involution: neg(x) = (-x) mod 2^n. One of the two generators of the dihedral group D_{2^n}.
complementObjecttrueRingInvolutionThe hypercube reflection involution: bnot(x) = (2^n - 1) ⊕ x. The second generator of the dihedral group D_{2^n}.
denotesObjecttrueLiteralDatumThe datum value that a Literal term denotes. Bridges the Term/Datum disjointness: a Literal refers to a Datum without being one. Evaluation of a Literal produces its denoted Datum.
bitsWidthDatatypetrueWittLevelpositiveIntegerThe bit width 8*(k+1) of this Witt level.
cycleSizeDatatypetrueWittLevelpositiveIntegerThe number of distinct states 2^(8*(k+1)) at this Witt level.
nextWittLevelObjecttrueWittLevelWittLevelThe next Witt level in the chain: Q_k -> Q_(k+1). The chain is unbounded; Q3 points to Q4, which is not a named individual in the spec but may be declared by Prism implementations.
wittLevelPredecessorObjecttrueWittLevelWittLevelThe predecessor Witt level in the chain: Q_(k+1) -> Q_k. Inverse of nextWittLevel. If nextWittLevel(Q_k) = Q_(k+1), then wittLevelPredecessor(Q_(k+1)) = Q_k. Formalizes the chain extension protocol (QL_8).
atWittLevelObjecttrueRingWittLevelThe Witt level at which this Ring instance operates. Links a concrete Ring individual to its WittLevel.
W16bitWidthDatatypetrueW16RingpositiveIntegerBit width of the Q1 ring: 16.
W16capacityDatatypetrueW16RingpositiveIntegerCarrier set size of the Q1 ring: 65,536 elements.
boundVariablesObjectfalseForAllDeclarationVariableBindingThe variable bindings in a quantifier declaration. Non-functional: a ForAllDeclaration may bind multiple variables.
variableDomainObjecttrueVariableBindingClassThe domain type of a variable binding (e.g., schema:Ring, type:ConstrainedType).
variableNameDatatypetrueVariableBindingstringThe name of a bound variable (e.g., 'x', 'y', 'n').
quantifierKindObjecttrueForAllDeclarationQuantifierKindThe kind of quantifier: Universal or Existential.
expressionOperatorObjecttrueApplicationExpressionOperationThe operator in an application expression (e.g., op:add, op:neg).
leftOperandObjecttrueInfixExpressionTermExpressionThe left operand of an infix expression.
rightOperandObjecttrueInfixExpressionTermExpressionThe right operand of an infix expression.
argumentsObjectfalseApplicationExpressionTermExpressionThe argument list of an application expression. Non-functional: an application may take multiple arguments.
literalValueDatatypetrueLiteralExpressionstringThe string representation of a literal expression value (e.g., '42', 'x', 'pi1').
infixOperatorDatatypetrueInfixExpressionstringThe operator symbol in an infix expression (e.g., '=', '\u{2264}', '\u{2192}').
hostStringDatatypetrueHostStringLiteralstringThe string value carried by a HostStringLiteral.
hostBooleanDatatypetrueHostBooleanLiteralbooleanThe boolean value carried by a HostBooleanLiteral.

Named Individuals

NameTypeComment
UniversalQuantifierKindUniversal quantification (forall).
ExistentialQuantifierKindExistential quantification (exists).
π₁DatumThe unique generator of R_n under successor. Value = 1 at every Witt level. Under iterated application of succ, π₁ generates every element of the ring.
  • value: 1
zeroDatumThe additive identity of the ring. Value = 0 at every Witt level. op:add(x, zero) = x for all x in R_n.
  • value: 0
W8WittLevelWitt level 0: 8-bit ring Z/256Z, 256 states. The reference level for all ComputationCertificate proofs in the spec.
  • bitsWidth: 8
  • cycleSize: 256
  • nextWittLevel: W16
W16WittLevelWitt level 1: 16-bit ring Z/65536Z, 65,536 states.
  • bitsWidth: 16
  • cycleSize: 65536
  • nextWittLevel: W24
  • wittLevelPredecessor: W8
W24WittLevelWitt level 2: 24-bit ring Z/16777216Z, 16,777,216 states.
  • bitsWidth: 24
  • cycleSize: 16777216
  • nextWittLevel: W32
  • wittLevelPredecessor: W16
W32WittLevelWitt level 3: 32-bit ring Z/4294967296Z, 4,294,967,296 states. The highest named level in the spec. nextWittLevel is absent — Prism implementations may extend the chain.
  • bitsWidth: 32
  • cycleSize: 4294967296
  • wittLevelPredecessor: W24
term_criticalIdentity_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_AD_1_lhsLiteralExpression
  • literalValue: addresses(glyph(d))
term_AD_1_rhsLiteralExpression
  • literalValue: d
term_AD_1_forAllForAllDeclaration
  • variableName: d ∈ R_n
term_AD_2_lhsLiteralExpression
  • literalValue: glyph(ι(addresses(a)))
term_AD_2_rhsLiteralExpression
  • literalValue: ι_addr(a)
term_AD_2_forAllForAllDeclaration
  • variableName: a ∈ Addr(R_n), ι : R_n → R_{n'}
term_R_A1_lhsLiteralExpression
  • literalValue: add(x, add(y, z))
term_R_A1_rhsLiteralExpression
  • literalValue: add(add(x, y), z)
term_R_A1_forAllForAllDeclaration
  • variableName: x, y, z ∈ R_n
term_R_A2_lhsLiteralExpression
  • literalValue: add(x, 0)
term_R_A2_rhsLiteralExpression
  • literalValue: x
term_R_A2_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_R_A3_lhsLiteralExpression
  • literalValue: add(x, neg(x))
term_R_A3_rhsLiteralExpression
  • literalValue: 0
term_R_A3_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_R_A4_lhsLiteralExpression
  • literalValue: add(x, y)
term_R_A4_rhsLiteralExpression
  • literalValue: add(y, x)
term_R_A4_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_R_A5_lhsLiteralExpression
  • literalValue: sub(x, y)
term_R_A5_rhsLiteralExpression
  • literalValue: add(x, neg(y))
term_R_A5_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_R_A6_lhsLiteralExpression
  • literalValue: neg(neg(x))
term_R_A6_rhsLiteralExpression
  • literalValue: x
term_R_A6_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_R_M1_lhsLiteralExpression
  • literalValue: mul(x, mul(y, z))
term_R_M1_rhsLiteralExpression
  • literalValue: mul(mul(x, y), z)
term_R_M1_forAllForAllDeclaration
  • variableName: x, y, z ∈ R_n
term_R_M2_lhsLiteralExpression
  • literalValue: mul(x, 1)
term_R_M2_rhsLiteralExpression
  • literalValue: x
term_R_M2_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_R_M3_lhsLiteralExpression
  • literalValue: mul(x, y)
term_R_M3_rhsLiteralExpression
  • literalValue: mul(y, x)
term_R_M3_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_R_M4_lhsLiteralExpression
  • literalValue: mul(x, add(y, z))
term_R_M4_rhsLiteralExpression
  • literalValue: add(mul(x, y), mul(x, z))
term_R_M4_forAllForAllDeclaration
  • variableName: x, y, z ∈ R_n
term_R_M5_lhsLiteralExpression
  • literalValue: mul(x, 0)
term_R_M5_rhsLiteralExpression
  • literalValue: 0
term_R_M5_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_B_1_lhsLiteralExpression
  • literalValue: xor(x, xor(y, z))
term_B_1_rhsLiteralExpression
  • literalValue: xor(xor(x, y), z)
term_B_1_forAllForAllDeclaration
  • variableName: x, y, z ∈ R_n
term_B_2_lhsLiteralExpression
  • literalValue: xor(x, 0)
term_B_2_rhsLiteralExpression
  • literalValue: x
term_B_2_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_B_3_lhsLiteralExpression
  • literalValue: xor(x, x)
term_B_3_rhsLiteralExpression
  • literalValue: 0
term_B_3_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_B_4_lhsLiteralExpression
  • literalValue: and(x, and(y, z))
term_B_4_rhsLiteralExpression
  • literalValue: and(and(x, y), z)
term_B_4_forAllForAllDeclaration
  • variableName: x, y, z ∈ R_n
term_B_5_lhsLiteralExpression
  • literalValue: and(x, 2^n - 1)
term_B_5_rhsLiteralExpression
  • literalValue: x
term_B_5_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_B_6_lhsLiteralExpression
  • literalValue: and(x, 0)
term_B_6_rhsLiteralExpression
  • literalValue: 0
term_B_6_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_B_7_lhsLiteralExpression
  • literalValue: or(x, or(y, z))
term_B_7_rhsLiteralExpression
  • literalValue: or(or(x, y), z)
term_B_7_forAllForAllDeclaration
  • variableName: x, y, z ∈ R_n
term_B_8_lhsLiteralExpression
  • literalValue: or(x, 0)
term_B_8_rhsLiteralExpression
  • literalValue: x
term_B_8_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_B_9_lhsLiteralExpression
  • literalValue: and(x, or(x, y))
term_B_9_rhsLiteralExpression
  • literalValue: x
term_B_9_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_B_10_lhsLiteralExpression
  • literalValue: and(x, or(y, z))
term_B_10_rhsLiteralExpression
  • literalValue: or(and(x, y), and(x, z))
term_B_10_forAllForAllDeclaration
  • variableName: x, y, z ∈ R_n
term_B_11_lhsLiteralExpression
  • literalValue: bnot(and(x, y))
term_B_11_rhsLiteralExpression
  • literalValue: or(bnot(x), bnot(y))
term_B_11_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_B_12_lhsLiteralExpression
  • literalValue: bnot(or(x, y))
term_B_12_rhsLiteralExpression
  • literalValue: and(bnot(x), bnot(y))
term_B_12_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_B_13_lhsLiteralExpression
  • literalValue: bnot(bnot(x))
term_B_13_rhsLiteralExpression
  • literalValue: x
term_B_13_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_X_1_lhsLiteralExpression
  • literalValue: neg(x)
term_X_1_rhsLiteralExpression
  • literalValue: sub(0, x)
term_X_1_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_X_2_lhsLiteralExpression
  • literalValue: bnot(x)
term_X_2_rhsLiteralExpression
  • literalValue: xor(x, 2^n - 1)
term_X_2_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_X_3_lhsLiteralExpression
  • literalValue: succ(x)
term_X_3_rhsLiteralExpression
  • literalValue: add(x, 1)
term_X_3_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_X_4_lhsLiteralExpression
  • literalValue: pred(x)
term_X_4_rhsLiteralExpression
  • literalValue: sub(x, 1)
term_X_4_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_X_5_lhsLiteralExpression
  • literalValue: neg(x)
term_X_5_rhsLiteralExpression
  • literalValue: add(bnot(x), 1)
term_X_5_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_X_6_lhsLiteralExpression
  • literalValue: bnot(x)
term_X_6_rhsLiteralExpression
  • literalValue: pred(neg(x))
term_X_6_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_X_7_lhsLiteralExpression
  • literalValue: xor(x, y)
term_X_7_rhsLiteralExpression
  • literalValue: add(x, y) - 2 * and(x, y)
term_X_7_forAllForAllDeclaration
  • variableName: x, y ∈ Z (before mod)
term_D_1_lhsLiteralExpression
  • literalValue: succ^{2^n}(x)
term_D_1_rhsLiteralExpression
  • literalValue: x
term_D_1_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_D_3_lhsLiteralExpression
  • literalValue: neg(succ(neg(x)))
term_D_3_rhsLiteralExpression
  • literalValue: pred(x)
term_D_3_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_D_4_lhsLiteralExpression
  • literalValue: bnot(neg(x))
term_D_4_rhsLiteralExpression
  • literalValue: pred(x)
term_D_4_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_D_5_lhsLiteralExpression
  • literalValue: D_{2^n}
term_D_5_rhsLiteralExpression
  • literalValue: {succ^k, neg ∘ succ^k : 0 ≤ k < 2^n}
term_D_5_forAllForAllDeclaration
  • variableName: n ≥ 1
term_U_1_lhsLiteralExpression
  • literalValue: R_n×
term_U_1_rhsLiteralExpression
  • literalValue: Z/2 × Z/2^{n-2}
term_U_1_forAllForAllDeclaration
  • variableName: n ≥ 3
term_U_2_lhsLiteralExpression
  • literalValue: R_1× ≅ {1}; R_2× ≅ Z/2
term_U_2_rhsLiteralExpression
  • literalValue: special cases for small n
term_U_2_forAllForAllDeclaration
  • variableName: n ∈ {1, 2}
term_U_3_lhsLiteralExpression
  • literalValue: ord(u)
term_U_3_rhsLiteralExpression
  • literalValue: lcm(ord((-1)^a), ord(3^b))
term_U_3_forAllForAllDeclaration
  • variableName: u = (-1)^a · 3^b ∈ R_n×
term_U_4_lhsLiteralExpression
  • literalValue: ord_g(2)
term_U_4_rhsLiteralExpression
  • literalValue: divides φ(g)
term_U_4_forAllForAllDeclaration
  • variableName: g odd
term_U_5_lhsLiteralExpression
  • literalValue: step_g
term_U_5_rhsLiteralExpression
  • literalValue: 2 * ((g - (2^n mod g)) mod g) + 1
term_U_5_forAllForAllDeclaration
  • variableName: g odd, g > 1
term_AG_1_lhsLiteralExpression
  • literalValue: μ_u
term_AG_1_rhsLiteralExpression
  • literalValue: ∉ D_{2^n}
term_AG_1_forAllForAllDeclaration
  • variableName: u ∈ R_n×, u ≠ ±1
term_AG_2_lhsLiteralExpression
  • literalValue: Aff(R_n)
term_AG_2_rhsLiteralExpression
  • literalValue: R_n× ⋉ R_n
term_AG_2_forAllForAllDeclaration
  • variableName: n ≥ 1
term_AG_3_lhsLiteralExpression
  • literalValue: |Aff(R_n)|
term_AG_3_rhsLiteralExpression
  • literalValue: 2^{2n-1}
term_AG_3_forAllForAllDeclaration
  • variableName: n ≥ 1
term_AG_4_lhsLiteralExpression
  • literalValue: D_{2^n}
term_AG_4_rhsLiteralExpression
  • literalValue: ⊂ Aff(R_n), u ∈ {±1}
term_AG_4_forAllForAllDeclaration
  • variableName: n ≥ 1
term_CA_1_lhsLiteralExpression
  • literalValue: add(x,y)_k
term_CA_1_rhsLiteralExpression
  • literalValue: xor(x_k, xor(y_k, c_k(x,y)))
term_CA_1_forAllForAllDeclaration
  • variableName: x, y ∈ R_n, 0 ≤ k < n
term_CA_2_lhsLiteralExpression
  • literalValue: c_{k+1}(x,y)
term_CA_2_rhsLiteralExpression
  • literalValue: or(and(x_k,y_k), and(xor(x_k,y_k), c_k))
term_CA_2_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_CA_3_lhsLiteralExpression
  • literalValue: c(x, y)
term_CA_3_rhsLiteralExpression
  • literalValue: c(y, x)
term_CA_3_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_CA_4_lhsLiteralExpression
  • literalValue: c(x, 0)
term_CA_4_rhsLiteralExpression
  • literalValue: 0
term_CA_4_forAllForAllDeclaration
  • variableName: x ∈ R_n, all positions
term_CA_5_lhsLiteralExpression
  • literalValue: c(x, neg(x))_k
term_CA_5_rhsLiteralExpression
  • literalValue: 1
term_CA_5_forAllForAllDeclaration
  • variableName: x ∈ R_n, k > v_2(x)
term_CA_6_lhsLiteralExpression
  • literalValue: d_Δ(x, y) > 0
term_CA_6_rhsLiteralExpression
  • literalValue: ∃ k : c_k(x,y) = 1
term_CA_6_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_C_1_lhsLiteralExpression
  • literalValue: pins(compose(A, B))
term_C_1_rhsLiteralExpression
  • literalValue: pins(A) ∪ pins(B)
term_C_1_forAllForAllDeclaration
  • variableName: constraints A, B
term_C_2_lhsLiteralExpression
  • literalValue: compose(A, B)
term_C_2_rhsLiteralExpression
  • literalValue: compose(B, A)
term_C_2_forAllForAllDeclaration
  • variableName: constraints A, B
term_C_3_lhsLiteralExpression
  • literalValue: compose(compose(A,B), C)
term_C_3_rhsLiteralExpression
  • literalValue: compose(A, compose(B,C))
term_C_3_forAllForAllDeclaration
  • variableName: constraints A, B, C
term_C_4_lhsLiteralExpression
  • literalValue: compose(A, A)
term_C_4_rhsLiteralExpression
  • literalValue: A
term_C_4_forAllForAllDeclaration
  • variableName: constraint A
term_C_5_lhsLiteralExpression
  • literalValue: compose(A, ε)
term_C_5_rhsLiteralExpression
  • literalValue: A
term_C_5_forAllForAllDeclaration
  • variableName: constraint A, identity ε
term_C_6_lhsLiteralExpression
  • literalValue: compose(A, Ω)
term_C_6_rhsLiteralExpression
  • literalValue: Ω
term_C_6_forAllForAllDeclaration
  • variableName: constraint A, annihilator Ω
term_CDI_lhsLiteralExpression
  • literalValue: carry(residue(T))
term_CDI_rhsLiteralExpression
  • literalValue: depth(T)
term_CDI_forAllForAllDeclaration
  • variableName: T ∈ T_n
term_CL_1_lhsLiteralExpression
  • literalValue: Constraint/≡
term_CL_1_rhsLiteralExpression
  • literalValue: 2^{[n]}
term_CL_1_forAllForAllDeclaration
  • variableName: constraint equivalence classes
term_CL_2_lhsLiteralExpression
  • literalValue: A ∨ B
term_CL_2_rhsLiteralExpression
  • literalValue: compose(A, B)
term_CL_2_forAllForAllDeclaration
  • variableName: constraints A, B
term_CL_3_lhsLiteralExpression
  • literalValue: pins(A ∧ B)
term_CL_3_rhsLiteralExpression
  • literalValue: pins(A) ∩ pins(B)
term_CL_3_forAllForAllDeclaration
  • variableName: constraints A, B
term_CL_4_lhsLiteralExpression
  • literalValue: (A ∨ B) ∧ C
term_CL_4_rhsLiteralExpression
  • literalValue: (A ∧ C) ∨ (B ∧ C)
term_CL_4_forAllForAllDeclaration
  • variableName: constraints A, B, C
term_CL_5_lhsLiteralExpression
  • literalValue: A ∧ A̅ = ε, A ∨ A̅ = Ω
term_CL_5_rhsLiteralExpression
  • literalValue: ∃ A̅ (complement)
term_CL_5_forAllForAllDeclaration
  • variableName: constraint A
term_CM_1_lhsLiteralExpression
  • literalValue: C_i redundant in {C_1,...,C_k}
term_CM_1_rhsLiteralExpression
  • literalValue: pins(C_i) ⊆ ∪_{j≠i} pins(C_j)
term_CM_1_forAllForAllDeclaration
  • variableName: constraint set {C_1,...,C_k}
term_CM_2_lhsLiteralExpression
  • literalValue: minimal cover
term_CM_2_rhsLiteralExpression
  • literalValue: irredundant sub-collection (greedy removal)
term_CM_2_forAllForAllDeclaration
  • variableName: CompositeConstraint
term_CM_3_lhsLiteralExpression
  • literalValue: min constraints to cover n sites
term_CM_3_rhsLiteralExpression
  • literalValue: ⌈n / max_k pins_per_constraint_k⌉
term_CM_3_forAllForAllDeclaration
  • variableName: n sites, constraint set
term_CR_1_lhsLiteralExpression
  • literalValue: cost(ResidueConstraint(m, r))
term_CR_1_rhsLiteralExpression
  • literalValue: step_m = 2 × ((−2^n) mod m) + 1
term_CR_1_forAllForAllDeclaration
  • variableName: ResidueConstraint
term_CR_2_lhsLiteralExpression
  • literalValue: cost(CarryConstraint(p))
term_CR_2_rhsLiteralExpression
  • literalValue: popcount(p)
term_CR_2_forAllForAllDeclaration
  • variableName: CarryConstraint
term_CR_3_lhsLiteralExpression
  • literalValue: cost(DepthConstraint(d_min, d_max))
term_CR_3_rhsLiteralExpression
  • literalValue: cost(residue) + cost(carry)
term_CR_3_forAllForAllDeclaration
  • variableName: DepthConstraint
term_CR_4_lhsLiteralExpression
  • literalValue: cost(compose(A, B))
term_CR_4_rhsLiteralExpression
  • literalValue: ≤ cost(A) + cost(B)
term_CR_4_forAllForAllDeclaration
  • variableName: constraints A, B
term_CR_5_lhsLiteralExpression
  • literalValue: optimal resolution order
term_CR_5_rhsLiteralExpression
  • literalValue: increasing cost order
term_CR_5_forAllForAllDeclaration
  • variableName: constraint set
term_F_1_lhsLiteralExpression
  • literalValue: pinned site
term_F_1_rhsLiteralExpression
  • literalValue: cannot be unpinned
term_F_1_forAllForAllDeclaration
  • variableName: SiteIndex
term_F_2_lhsLiteralExpression
  • literalValue: pin operations to close
term_F_2_rhsLiteralExpression
  • literalValue: ≤ n
term_F_2_forAllForAllDeclaration
  • variableName: FreeRank
term_F_3_lhsLiteralExpression
  • literalValue: pinnedCount + freeRank
term_F_3_rhsLiteralExpression
  • literalValue: totalSites = n
term_F_3_forAllForAllDeclaration
  • variableName: FreeRank
term_F_4_lhsLiteralExpression
  • literalValue: isClosed
term_F_4_rhsLiteralExpression
  • literalValue: freeRank = 0 ⇔ pinnedCount = n
term_F_4_forAllForAllDeclaration
  • variableName: FreeRank
term_FL_1_lhsLiteralExpression
  • literalValue: ⊥
term_FL_1_rhsLiteralExpression
  • literalValue: all sites free (freeRank = n)
term_FL_1_forAllForAllDeclaration
  • variableName: FreeRank lattice
term_FL_2_lhsLiteralExpression
  • literalValue: ⊤
term_FL_2_rhsLiteralExpression
  • literalValue: all sites pinned (pinnedCount = n)
term_FL_2_forAllForAllDeclaration
  • variableName: FreeRank lattice
term_FL_3_lhsLiteralExpression
  • literalValue: join(S₁, S₂)
term_FL_3_rhsLiteralExpression
  • literalValue: union of pinnings from S₁ and S₂
term_FL_3_forAllForAllDeclaration
  • variableName: FreeRank states S₁, S₂
term_FL_4_lhsLiteralExpression
  • literalValue: lattice height
term_FL_4_rhsLiteralExpression
  • literalValue: n
term_FL_4_forAllForAllDeclaration
  • variableName: FreeRank lattice
term_FPM_1_lhsLiteralExpression
  • literalValue: x ∈ Unit
term_FPM_1_rhsLiteralExpression
  • literalValue: site_0(x) = 1 (x is odd)
term_FPM_1_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_FPM_2_lhsLiteralExpression
  • literalValue: x ∈ Exterior
term_FPM_2_rhsLiteralExpression
  • literalValue: x ∉ carrier(T)
term_FPM_2_forAllForAllDeclaration
  • variableName: x ∈ R_n, type T
term_FPM_3_lhsLiteralExpression
  • literalValue: x ∈ Irreducible
term_FPM_3_rhsLiteralExpression
  • literalValue: x ∉ Unit ∪ Exterior AND no non-trivial factorization
term_FPM_3_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_FPM_4_lhsLiteralExpression
  • literalValue: x ∈ Reducible
term_FPM_4_rhsLiteralExpression
  • literalValue: x ∉ Unit ∪ Exterior ∪ Irreducible
term_FPM_4_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_FPM_5_lhsLiteralExpression
  • literalValue: x = 2^{v(x)} ⋅ u
term_FPM_5_rhsLiteralExpression
  • literalValue: u odd, v(x) = min position of 1-bit
term_FPM_5_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_FPM_6_lhsLiteralExpression
  • literalValue: |{x: v(x) = k}|
term_FPM_6_rhsLiteralExpression
  • literalValue: 2^{n−k−1} for 0 < k < n; 1 for k = n
term_FPM_6_forAllForAllDeclaration
  • variableName: R_n
term_FPM_7_lhsLiteralExpression
  • literalValue: base type partition
term_FPM_7_rhsLiteralExpression
  • literalValue: |Unit| = 2^{n−1}; |Irr| = 2^{n−2}; |Red| = 2^{n−2}
term_FPM_7_forAllForAllDeclaration
  • variableName: R_n, n ≥ 3
term_FS_1_lhsLiteralExpression
  • literalValue: site_k(x)
term_FS_1_rhsLiteralExpression
  • literalValue: (x >> k) AND 1
term_FS_1_forAllForAllDeclaration
  • variableName: x ∈ R_n, 0 ≤ k < n
term_FS_2_lhsLiteralExpression
  • literalValue: site_0(x)
term_FS_2_rhsLiteralExpression
  • literalValue: x mod 2 (parity)
term_FS_2_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_FS_3_lhsLiteralExpression
  • literalValue: site_k(x) given sites 0..k−1
term_FS_3_rhsLiteralExpression
  • literalValue: determines x mod 2^{k+1}
term_FS_3_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_FS_4_lhsLiteralExpression
  • literalValue: sites 0..k together
term_FS_4_rhsLiteralExpression
  • literalValue: determine x mod 2^{k+1}
term_FS_4_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_FS_5_lhsLiteralExpression
  • literalValue: all n sites
term_FS_5_rhsLiteralExpression
  • literalValue: determine x uniquely
term_FS_5_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_FS_6_lhsLiteralExpression
  • literalValue: stratum(x)
term_FS_6_rhsLiteralExpression
  • literalValue: v_2(x) = min{k : site_k(x) = 1}
term_FS_6_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_FS_7_lhsLiteralExpression
  • literalValue: depth(x)
term_FS_7_rhsLiteralExpression
  • literalValue: ≤ v_2(x) for irreducible elements
term_FS_7_forAllForAllDeclaration
  • variableName: x ∈ R_n, base type
term_RE_1_lhsLiteralExpression
  • literalValue: Π_D(T)
term_RE_1_rhsLiteralExpression
  • literalValue: Π_C(T) = Π_E(T)
term_RE_1_forAllForAllDeclaration
  • variableName: T ∈ T_n
term_IR_1_lhsLiteralExpression
  • literalValue: pinnedCount(state_{i+1})
term_IR_1_rhsLiteralExpression
  • literalValue: ≥ pinnedCount(state_i)
term_IR_1_forAllForAllDeclaration
  • variableName: resolution states
term_IR_2_lhsLiteralExpression
  • literalValue: iterations to converge
term_IR_2_rhsLiteralExpression
  • literalValue: ≤ n
term_IR_2_forAllForAllDeclaration
  • variableName: resolution loop
term_IR_3_lhsLiteralExpression
  • literalValue: convergenceRate
term_IR_3_rhsLiteralExpression
  • literalValue: pinnedCount / iterationCount
term_IR_3_forAllForAllDeclaration
  • variableName: ResolutionState
term_IR_4_lhsLiteralExpression
  • literalValue: constraint set spans all sites
term_IR_4_rhsLiteralExpression
  • literalValue: loop terminates
term_IR_4_forAllForAllDeclaration
  • variableName: complete constraint set
term_SF_1_lhsLiteralExpression
  • literalValue: n ≡ 0 (mod ord_g(2))
term_SF_1_rhsLiteralExpression
  • literalValue: factor g has optimal resolution at level n
term_SF_1_forAllForAllDeclaration
  • variableName: factor g, quantum n
term_SF_2_lhsLiteralExpression
  • literalValue: constraints with smaller step_g
term_SF_2_rhsLiteralExpression
  • literalValue: are more constraining, apply first
term_SF_2_forAllForAllDeclaration
  • variableName: constraint ordering
term_RD_1_lhsLiteralExpression
  • literalValue: same type T and constraint sequence
term_RD_1_rhsLiteralExpression
  • literalValue: unique resolved partition
term_RD_1_forAllForAllDeclaration
  • variableName: T ∈ T_n, [C₁,...,Cₖ]
term_RD_2_lhsLiteralExpression
  • literalValue: complete constraint set, any order
term_RD_2_rhsLiteralExpression
  • literalValue: same final partition
term_RD_2_forAllForAllDeclaration
  • variableName: closing constraint set
term_SE_1_lhsLiteralExpression
  • literalValue: EvaluationResolver
term_SE_1_rhsLiteralExpression
  • literalValue: directly computes set-theoretic partition
term_SE_1_forAllForAllDeclaration
  • variableName: T ∈ T_n
term_SE_2_lhsLiteralExpression
  • literalValue: DihedralFactorizationResolver
term_SE_2_rhsLiteralExpression
  • literalValue: orbit decomposition yields same partition
term_SE_2_forAllForAllDeclaration
  • variableName: T ∈ T_n
term_SE_3_lhsLiteralExpression
  • literalValue: CanonicalFormResolver
term_SE_3_rhsLiteralExpression
  • literalValue: confluent rewrite → same partition
term_SE_3_forAllForAllDeclaration
  • variableName: T ∈ T_n
term_SE_4_lhsLiteralExpression
  • literalValue: Π_D(T) = Π_C(T) = Π_E(T)
term_SE_4_rhsLiteralExpression
  • literalValue: all compute same set-theoretic partition
term_SE_4_forAllForAllDeclaration
  • variableName: T ∈ T_n
term_OO_1_lhsLiteralExpression
  • literalValue: benefit(C_i, S)
term_OO_1_rhsLiteralExpression
  • literalValue: |pins(C_i) ∖ S|
term_OO_1_forAllForAllDeclaration
  • variableName: constraint C_i, pinned set S
term_OO_2_lhsLiteralExpression
  • literalValue: cost(C_i)
term_OO_2_rhsLiteralExpression
  • literalValue: step_{m_i} or popcount(p_i)
term_OO_2_forAllForAllDeclaration
  • variableName: ResidueConstraint or CarryConstraint
term_OO_3_lhsLiteralExpression
  • literalValue: greedy selection
term_OO_3_rhsLiteralExpression
  • literalValue: argmax benefit(C_i, S) / cost(C_i)
term_OO_3_forAllForAllDeclaration
  • variableName: each resolution step
term_OO_4_lhsLiteralExpression
  • literalValue: greedy approximation
term_OO_4_rhsLiteralExpression
  • literalValue: (1 − 1/e) ≈ 63% of optimal
term_OO_4_forAllForAllDeclaration
  • variableName: weighted set cover
term_OO_5_lhsLiteralExpression
  • literalValue: equal cost tiebreaker
term_OO_5_rhsLiteralExpression
  • literalValue: prefer vertical (residue) before horizontal (carry)
term_OO_5_forAllForAllDeclaration
  • variableName: cost-tied constraints
term_CB_1_lhsLiteralExpression
  • literalValue: min convergenceRate
term_CB_1_rhsLiteralExpression
  • literalValue: 1 site per iteration
term_CB_1_forAllForAllDeclaration
  • variableName: worst case
term_CB_2_lhsLiteralExpression
  • literalValue: max convergenceRate
term_CB_2_rhsLiteralExpression
  • literalValue: n sites in 1 iteration
term_CB_2_forAllForAllDeclaration
  • variableName: best case
term_CB_3_lhsLiteralExpression
  • literalValue: expected rate (residue)
term_CB_3_rhsLiteralExpression
  • literalValue: ⌊log_2(m)⌋ sites per constraint
term_CB_3_forAllForAllDeclaration
  • variableName: ResidueConstraint(m, r)
term_CB_4_lhsLiteralExpression
  • literalValue: convergenceRate < 1 for 2 iterations
term_CB_4_rhsLiteralExpression
  • literalValue: constraint set may be insufficient
term_CB_4_forAllForAllDeclaration
  • variableName: stall detection
term_CB_5_lhsLiteralExpression
  • literalValue: ∪_i pins(C_i) = {0,...,n−1}
term_CB_5_rhsLiteralExpression
  • literalValue: constraint set closes budget
term_CB_5_forAllForAllDeclaration
  • variableName: sufficiency criterion
term_CB_6_lhsLiteralExpression
  • literalValue: iterations for k constraints
term_CB_6_rhsLiteralExpression
  • literalValue: ≤ min(k, n)
term_CB_6_forAllForAllDeclaration
  • variableName: well-formed model
term_OB_M1_lhsLiteralExpression
  • literalValue: d_R(x, z)
term_OB_M1_rhsLiteralExpression
  • literalValue: ≤ d_R(x, y) + d_R(y, z)
term_OB_M1_forAllForAllDeclaration
  • variableName: x, y, z ∈ R_n
term_OB_M2_lhsLiteralExpression
  • literalValue: d_H(x, z)
term_OB_M2_rhsLiteralExpression
  • literalValue: ≤ d_H(x, y) + d_H(y, z)
term_OB_M2_forAllForAllDeclaration
  • variableName: x, y, z ∈ R_n
term_OB_M3_lhsLiteralExpression
  • literalValue: d_Δ(x, y)
term_OB_M3_rhsLiteralExpression
  • literalValue: |d_R(x, y) − d_H(x, y)|
term_OB_M3_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_OB_M4_lhsLiteralExpression
  • literalValue: d_R(neg(x), neg(y))
term_OB_M4_rhsLiteralExpression
  • literalValue: d_R(x, y)
term_OB_M4_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_OB_M5_lhsLiteralExpression
  • literalValue: d_H(bnot(x), bnot(y))
term_OB_M5_rhsLiteralExpression
  • literalValue: d_H(x, y)
term_OB_M5_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_OB_M6_lhsLiteralExpression
  • literalValue: d_R(succ(x), succ(y))
term_OB_M6_rhsLiteralExpression
  • literalValue: d_R(x, y) but d_H may differ
term_OB_M6_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_OB_C1_lhsLiteralExpression
  • literalValue: [neg, bnot](x)
term_OB_C1_rhsLiteralExpression
  • literalValue: 2
term_OB_C1_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_OB_C2_lhsLiteralExpression
  • literalValue: [neg, add(•,k)](x)
term_OB_C2_rhsLiteralExpression
  • literalValue: −2k mod 2^n
term_OB_C2_forAllForAllDeclaration
  • variableName: x ∈ R_n, constant k
term_OB_C3_lhsLiteralExpression
  • literalValue: [bnot, xor(•,k)](x)
term_OB_C3_rhsLiteralExpression
  • literalValue: 0
term_OB_C3_forAllForAllDeclaration
  • variableName: x ∈ R_n, constant k
term_OB_H1_lhsLiteralExpression
  • literalValue: closed additive path monodromy
term_OB_H1_rhsLiteralExpression
  • literalValue: trivial (abelian ⇒ path-independent)
term_OB_H1_forAllForAllDeclaration
  • variableName: additive group
term_OB_H2_lhsLiteralExpression
  • literalValue: closed {neg,bnot} path monodromy
term_OB_H2_rhsLiteralExpression
  • literalValue: ∈ D_{2^n}
term_OB_H2_forAllForAllDeclaration
  • variableName: dihedral generators
term_OB_H3_lhsLiteralExpression
  • literalValue: succ-only path WindingNumber
term_OB_H3_rhsLiteralExpression
  • literalValue: path length / 2^n
term_OB_H3_forAllForAllDeclaration
  • variableName: closed succ path
term_OB_P1_lhsLiteralExpression
  • literalValue: PathLength(p₁ ⋅ p₂)
term_OB_P1_rhsLiteralExpression
  • literalValue: PathLength(p₁) + PathLength(p₂)
term_OB_P1_forAllForAllDeclaration
  • variableName: paths p₁, p₂
term_OB_P2_lhsLiteralExpression
  • literalValue: TotalVariation(p₁ ⋅ p₂)
term_OB_P2_rhsLiteralExpression
  • literalValue: ≤ TotalVariation(p₁) + TotalVariation(p₂)
term_OB_P2_forAllForAllDeclaration
  • variableName: paths p₁, p₂
term_OB_P3_lhsLiteralExpression
  • literalValue: ReductionLength(c₁ ; c₂)
term_OB_P3_rhsLiteralExpression
  • literalValue: ReductionLength(c₁) + ReductionLength(c₂)
term_OB_P3_forAllForAllDeclaration
  • variableName: reductions c₁, c₂
term_CT_1_lhsLiteralExpression
  • literalValue: catastrophe boundaries
term_CT_1_rhsLiteralExpression
  • literalValue: g = 2^k for 1 ≤ k ≤ n−1
term_CT_1_forAllForAllDeclaration
  • variableName: stratum transitions
term_CT_2_lhsLiteralExpression
  • literalValue: odd prime catastrophe
term_CT_2_rhsLiteralExpression
  • literalValue: ResidueConstraint(p, •) transitions visibility
term_CT_2_forAllForAllDeclaration
  • variableName: odd prime p
term_CT_3_lhsLiteralExpression
  • literalValue: CatastropheThreshold(g)
term_CT_3_rhsLiteralExpression
  • literalValue: step_g / n
term_CT_3_forAllForAllDeclaration
  • variableName: factor g
term_CT_4_lhsLiteralExpression
  • literalValue: composite catastrophe g = p⋅q
term_CT_4_rhsLiteralExpression
  • literalValue: max(step_p, step_q) / n
term_CT_4_forAllForAllDeclaration
  • variableName: composite g
term_CF_1_lhsLiteralExpression
  • literalValue: CurvatureFlux(γ)
term_CF_1_rhsLiteralExpression
  • literalValue: Σ |d_R(x_i, x_{i+1}) − d_H(x_i, x_{i+1})|
term_CF_1_forAllForAllDeclaration
  • variableName: path γ
term_CF_2_lhsLiteralExpression
  • literalValue: ResolutionCost(T)
term_CF_2_rhsLiteralExpression
  • literalValue: ≥ CurvatureFlux(γ_opt)
term_CF_2_forAllForAllDeclaration
  • variableName: type T
term_CF_3_lhsLiteralExpression
  • literalValue: CurvatureFlux(x, succ(x))
term_CF_3_rhsLiteralExpression
  • literalValue: trailing_ones(x) for t < n; n−1 for x = 2^n−1
term_CF_3_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_CF_4_lhsLiteralExpression
  • literalValue: Σ_{x ∈ R_n} CurvatureFlux(x, succ(x))
term_CF_4_rhsLiteralExpression
  • literalValue: 2^n − 2
term_CF_4_forAllForAllDeclaration
  • variableName: n ≥ 1
term_HG_1_lhsLiteralExpression
  • literalValue: additive holonomy
term_HG_1_rhsLiteralExpression
  • literalValue: trivial (abelian ⇒ path-independent)
term_HG_1_forAllForAllDeclaration
  • variableName: additive group
term_HG_2_lhsLiteralExpression
  • literalValue: {neg, bnot, succ, pred} holonomy
term_HG_2_rhsLiteralExpression
  • literalValue: D_{2^n}
term_HG_2_forAllForAllDeclaration
  • variableName: dihedral generators
term_HG_3_lhsLiteralExpression
  • literalValue: {mul(•, u) : u ∈ R_n×} holonomy
term_HG_3_rhsLiteralExpression
  • literalValue: R_n× ≅ Z/2 × Z/2^{n−2}
term_HG_3_forAllForAllDeclaration
  • variableName: unit group
term_HG_4_lhsLiteralExpression
  • literalValue: Hol(R_n)
term_HG_4_rhsLiteralExpression
  • literalValue: Aff(R_n) = R_n× ⋉ R_n
term_HG_4_forAllForAllDeclaration
  • variableName: n ≥ 1
term_HG_5_lhsLiteralExpression
  • literalValue: Hol(R_n) decomposition
term_HG_5_rhsLiteralExpression
  • literalValue: D_{2^n} ⋅ {mul(•,u) : u ∈ R_n×, u ≠ ±1}
term_HG_5_forAllForAllDeclaration
  • variableName: n ≥ 1
term_T_C1_lhsLiteralExpression
  • literalValue: compose(id, f)
term_T_C1_rhsLiteralExpression
  • literalValue: f
term_T_C1_forAllForAllDeclaration
  • variableName: f ∈ Transform
term_T_C2_lhsLiteralExpression
  • literalValue: compose(f, id)
term_T_C2_rhsLiteralExpression
  • literalValue: f
term_T_C2_forAllForAllDeclaration
  • variableName: f ∈ Transform
term_T_C3_lhsLiteralExpression
  • literalValue: compose(f, compose(g, h))
term_T_C3_rhsLiteralExpression
  • literalValue: compose(compose(f, g), h)
term_T_C3_forAllForAllDeclaration
  • variableName: f, g, h ∈ Transform
term_T_C4_lhsLiteralExpression
  • literalValue: f composesWith g
term_T_C4_rhsLiteralExpression
  • literalValue: target(f) = source(g)
term_T_C4_forAllForAllDeclaration
  • variableName: f, g ∈ Transform
term_T_I1_lhsLiteralExpression
  • literalValue: d_R(neg(x), neg(y))
term_T_I1_rhsLiteralExpression
  • literalValue: d_R(x, y)
term_T_I1_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_T_I2_lhsLiteralExpression
  • literalValue: d_H(bnot(x), bnot(y))
term_T_I2_rhsLiteralExpression
  • literalValue: d_H(x, y)
term_T_I2_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_T_I3_lhsLiteralExpression
  • literalValue: succ = neg ∘ bnot
term_T_I3_rhsLiteralExpression
  • literalValue: preserves d_R but not d_H
term_T_I3_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_T_I4_lhsLiteralExpression
  • literalValue: ring isometries
term_T_I4_rhsLiteralExpression
  • literalValue: form a group under composition
term_T_I4_forAllForAllDeclaration
  • variableName: Isometry
term_T_I5_lhsLiteralExpression
  • literalValue: CurvatureObservable
term_T_I5_rhsLiteralExpression
  • literalValue: measures failure of ring isometry to be Hamming isometry
term_T_I5_forAllForAllDeclaration
  • variableName: Isometry
term_T_E1_lhsLiteralExpression
  • literalValue: ι(x) = ι(y)
term_T_E1_rhsLiteralExpression
  • literalValue: x = y
term_T_E1_forAllForAllDeclaration
  • variableName: x, y ∈ R_n (injectivity)
term_T_E2_lhsLiteralExpression
  • literalValue: ι(add(x,y))
term_T_E2_rhsLiteralExpression
  • literalValue: add(ι(x), ι(y)); ι(mul(x,y)) = mul(ι(x), ι(y))
term_T_E2_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_T_E3_lhsLiteralExpression
  • literalValue: ι₂ ∘ ι₁ : R_n → R_k
term_T_E3_rhsLiteralExpression
  • literalValue: is an embedding (transitivity)
term_T_E3_forAllForAllDeclaration
  • variableName: ι₁: R_n → R_m, ι₂: R_m → R_k
term_T_E4_lhsLiteralExpression
  • literalValue: glyph ∘ ι ∘ addresses
term_T_E4_rhsLiteralExpression
  • literalValue: well-defined
term_T_E4_forAllForAllDeclaration
  • variableName: embedding ι
term_T_A1_lhsLiteralExpression
  • literalValue: g ∈ D_{2^n} on Constraint C
term_T_A1_rhsLiteralExpression
  • literalValue: g⋅C (transformed constraint)
term_T_A1_forAllForAllDeclaration
  • variableName: g ∈ D_{2^n}, C ∈ Constraint
term_T_A2_lhsLiteralExpression
  • literalValue: g ∈ D_{2^n} on Partition
term_T_A2_rhsLiteralExpression
  • literalValue: permutes components
term_T_A2_forAllForAllDeclaration
  • variableName: g ∈ D_{2^n}
term_T_A3_lhsLiteralExpression
  • literalValue: D_{2^n} orbits on R_n
term_T_A3_rhsLiteralExpression
  • literalValue: determine irreducibility boundaries
term_T_A3_forAllForAllDeclaration
  • variableName: DihedralFactorizationResolver
term_T_A4_lhsLiteralExpression
  • literalValue: fixed points of neg
term_T_A4_rhsLiteralExpression
  • literalValue: {0, 2^{n−1}}; bnot has none (n > 0)
term_T_A4_forAllForAllDeclaration
  • variableName: R_n
term_AU_1_lhsLiteralExpression
  • literalValue: Aut(R_n)
term_AU_1_rhsLiteralExpression
  • literalValue: {μ_u : x ↦ mul(u, x) | u ∈ R_n×}
term_AU_1_forAllForAllDeclaration
  • variableName: n ≥ 1
term_AU_2_lhsLiteralExpression
  • literalValue: Aut(R_n)
term_AU_2_rhsLiteralExpression
  • literalValue: ≅ R_n× ≅ Z/2 × Z/2^{n−2}
term_AU_2_forAllForAllDeclaration
  • variableName: n ≥ 3
term_AU_3_lhsLiteralExpression
  • literalValue: |Aut(R_n)|
term_AU_3_rhsLiteralExpression
  • literalValue: 2^{n−1}
term_AU_3_forAllForAllDeclaration
  • variableName: n ≥ 1
term_AU_4_lhsLiteralExpression
  • literalValue: Aut(R_n) ∩ D_{2^n}
term_AU_4_rhsLiteralExpression
  • literalValue: {id, neg}
term_AU_4_forAllForAllDeclaration
  • variableName: n ≥ 1
term_AU_5_lhsLiteralExpression
  • literalValue: Aff(R_n)
term_AU_5_rhsLiteralExpression
  • literalValue: ⟨D_{2^n}, μ_3⟩
term_AU_5_forAllForAllDeclaration
  • variableName: n ≥ 1
term_EF_1_lhsLiteralExpression
  • literalValue: F_ι(f)
term_EF_1_rhsLiteralExpression
  • literalValue: ι ∘ f ∘ ι⁻¹ on Im(ι)
term_EF_1_forAllForAllDeclaration
  • variableName: ι: R_n → R_m, f ∈ Cat(R_n)
term_EF_2_lhsLiteralExpression
  • literalValue: F_ι(f ∘ g)
term_EF_2_rhsLiteralExpression
  • literalValue: F_ι(f) ∘ F_ι(g)
term_EF_2_forAllForAllDeclaration
  • variableName: ι: R_n → R_m
term_EF_3_lhsLiteralExpression
  • literalValue: F_ι(id_{R_n})
term_EF_3_rhsLiteralExpression
  • literalValue: id_{Im(ι)}
term_EF_3_forAllForAllDeclaration
  • variableName: ι: R_n → R_m
term_EF_4_lhsLiteralExpression
  • literalValue: F_{ι₂ ∘ ι₁}
term_EF_4_rhsLiteralExpression
  • literalValue: F_{ι₂} ∘ F_{ι₁}
term_EF_4_forAllForAllDeclaration
  • variableName: ι₁: R_n → R_m, ι₂: R_m → R_k
term_EF_5_lhsLiteralExpression
  • literalValue: F_ι(ring isometry)
term_EF_5_rhsLiteralExpression
  • literalValue: ring isometry at level m
term_EF_5_forAllForAllDeclaration
  • variableName: ι: R_n → R_m
term_EF_6_lhsLiteralExpression
  • literalValue: F_ι(D_{2^n})
term_EF_6_rhsLiteralExpression
  • literalValue: ⊆ D_{2^m} as subgroup
term_EF_6_forAllForAllDeclaration
  • variableName: ι: R_n → R_m
term_EF_7_lhsLiteralExpression
  • literalValue: F_ι(R_n×)
term_EF_7_rhsLiteralExpression
  • literalValue: ⊆ R_m× as subgroup
term_EF_7_forAllForAllDeclaration
  • variableName: ι: R_n → R_m
term_AA_1_lhsLiteralExpression
  • literalValue: glyph(x)
term_AA_1_rhsLiteralExpression
  • literalValue: [braille(x[0:5]), braille(x[6:11]), ...]
term_AA_1_forAllForAllDeclaration
  • variableName: x ∈ R_n (6-bit blocks)
term_AA_2_lhsLiteralExpression
  • literalValue: braille(a ⊕ b)
term_AA_2_rhsLiteralExpression
  • literalValue: braille(a) ⊕ braille(b)
term_AA_2_forAllForAllDeclaration
  • variableName: a, b ∈ {0,1}^6
term_AA_3_lhsLiteralExpression
  • literalValue: glyph(bnot(x))
term_AA_3_rhsLiteralExpression
  • literalValue: complement each Braille character of glyph(x)
term_AA_3_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_AA_4_lhsLiteralExpression
  • literalValue: glyph(add(x, y))
term_AA_4_rhsLiteralExpression
  • literalValue: ≠ f(glyph(x), glyph(y)) in general
term_AA_4_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_AA_5_lhsLiteralExpression
  • literalValue: liftable operations
term_AA_5_rhsLiteralExpression
  • literalValue: {xor, and, or, bnot}; NOT {add, sub, mul, neg, succ, pred}
term_AA_5_forAllForAllDeclaration
  • variableName: operations on R_n
term_AA_6_lhsLiteralExpression
  • literalValue: neg(x) = succ(bnot(x))
term_AA_6_rhsLiteralExpression
  • literalValue: bnot lifts, succ does not
term_AA_6_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_AM_1_lhsLiteralExpression
  • literalValue: d_addr(a, b)
term_AM_1_rhsLiteralExpression
  • literalValue: Σ_i popcount(braille_i(a) ⊕ braille_i(b))
term_AM_1_forAllForAllDeclaration
  • variableName: addresses a, b
term_AM_2_lhsLiteralExpression
  • literalValue: d_addr(glyph(x), glyph(y))
term_AM_2_rhsLiteralExpression
  • literalValue: d_H(x, y)
term_AM_2_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_AM_3_lhsLiteralExpression
  • literalValue: d_addr
term_AM_3_rhsLiteralExpression
  • literalValue: does NOT preserve d_R in general
term_AM_3_forAllForAllDeclaration
  • variableName: addresses
term_AM_4_lhsLiteralExpression
  • literalValue: d_Δ(x, y)
term_AM_4_rhsLiteralExpression
  • literalValue: |d_R(x,y) − d_addr(glyph(x), glyph(y))|
term_AM_4_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_TH_1_lhsLiteralExpression
  • literalValue: S(state)
term_TH_1_rhsLiteralExpression
  • literalValue: freeRank × ln 2
term_TH_1_forAllForAllDeclaration
  • variableName: state ∈ FreeRank
term_TH_2_lhsLiteralExpression
  • literalValue: S(⊥)
term_TH_2_rhsLiteralExpression
  • literalValue: n × ln 2
term_TH_2_forAllForAllDeclaration
  • variableName: unconstrained type
term_TH_3_lhsLiteralExpression
  • literalValue: S(⊤)
term_TH_3_rhsLiteralExpression
  • literalValue: 0
term_TH_3_forAllForAllDeclaration
  • variableName: fully resolved type
term_TH_4_lhsLiteralExpression
  • literalValue: total resolution cost
term_TH_4_rhsLiteralExpression
  • literalValue: n × k_B T × ln 2
term_TH_4_forAllForAllDeclaration
  • variableName: Landauer bound
term_TH_5_lhsLiteralExpression
  • literalValue: β*
term_TH_5_rhsLiteralExpression
  • literalValue: ln 2
term_TH_5_forAllForAllDeclaration
  • variableName: UOR site system
term_TH_6_lhsLiteralExpression
  • literalValue: constraint application
term_TH_6_rhsLiteralExpression
  • literalValue: removes entropy; convergenceRate = cooling rate
term_TH_6_forAllForAllDeclaration
  • variableName: resolution loop
term_TH_7_lhsLiteralExpression
  • literalValue: CatastropheThreshold
term_TH_7_rhsLiteralExpression
  • literalValue: temperature of partition phase transition
term_TH_7_forAllForAllDeclaration
  • variableName: partition bifurcation
term_TH_8_lhsLiteralExpression
  • literalValue: step_g
term_TH_8_rhsLiteralExpression
  • literalValue: free-energy cost of constraint boundary
term_TH_8_forAllForAllDeclaration
  • variableName: constraint boundary g
term_TH_9_lhsLiteralExpression
  • literalValue: computational hardness
term_TH_9_rhsLiteralExpression
  • literalValue: type incompleteness (high temperature)
term_TH_9_forAllForAllDeclaration
  • variableName: type specification
term_TH_10_lhsLiteralExpression
  • literalValue: type resolution
term_TH_10_rhsLiteralExpression
  • literalValue: measurement; cost ≥ entropy removed
term_TH_10_forAllForAllDeclaration
  • variableName: resolution process
term_AR_1_lhsLiteralExpression
  • literalValue: adiabatic schedule
term_AR_1_rhsLiteralExpression
  • literalValue: decreasing freeRank × cost-per-site order
term_AR_1_forAllForAllDeclaration
  • variableName: constraint ordering
term_AR_2_lhsLiteralExpression
  • literalValue: Cost_adiabatic
term_AR_2_rhsLiteralExpression
  • literalValue: Σ_i cost(C_{σ(i)}) where σ is optimal
term_AR_2_forAllForAllDeclaration
  • variableName: optimal ordering
term_AR_3_lhsLiteralExpression
  • literalValue: Cost_adiabatic
term_AR_3_rhsLiteralExpression
  • literalValue: ≥ n × k_B T × ln 2
term_AR_3_forAllForAllDeclaration
  • variableName: Landauer bound
term_AR_4_lhsLiteralExpression
  • literalValue: η = (n × ln 2) / Cost_adiabatic
term_AR_4_rhsLiteralExpression
  • literalValue: ≤ 1
term_AR_4_forAllForAllDeclaration
  • variableName: adiabatic efficiency
term_AR_5_lhsLiteralExpression
  • literalValue: greedy vs adiabatic difference
term_AR_5_rhsLiteralExpression
  • literalValue: ≤ 5% for n ≤ 16
term_AR_5_forAllForAllDeclaration
  • variableName: empirical, Q0–Q4
term_PD_1_lhsLiteralExpression
  • literalValue: phase space
term_PD_1_rhsLiteralExpression
  • literalValue: {(n, g) : n ∈ Z₊, g constraint boundary}
term_PD_1_forAllForAllDeclaration
  • variableName: UOR phase diagram
term_PD_2_lhsLiteralExpression
  • literalValue: phase boundaries
term_PD_2_rhsLiteralExpression
  • literalValue: g | (2^n − 1) or g = 2^k
term_PD_2_forAllForAllDeclaration
  • variableName: (n, g) plane
term_PD_3_lhsLiteralExpression
  • literalValue: parity boundary
term_PD_3_rhsLiteralExpression
  • literalValue: |Unit| = 2^{n−1}, |non-Unit| = 2^{n−1}
term_PD_3_forAllForAllDeclaration
  • variableName: g = 2
term_PD_4_lhsLiteralExpression
  • literalValue: resonance lines
term_PD_4_rhsLiteralExpression
  • literalValue: n = k ⋅ ord_g(2)
term_PD_4_forAllForAllDeclaration
  • variableName: (n, g) plane
term_PD_5_lhsLiteralExpression
  • literalValue: phase count at level n
term_PD_5_rhsLiteralExpression
  • literalValue: ≤ 2^n (typical O(n))
term_PD_5_forAllForAllDeclaration
  • variableName: quantum level n
term_RC_1_lhsLiteralExpression
  • literalValue: reversible pinning of site k
term_RC_1_rhsLiteralExpression
  • literalValue: store prior state in ancilla site k'
term_RC_1_forAllForAllDeclaration
  • variableName: SiteIndex k
term_RC_2_lhsLiteralExpression
  • literalValue: reversible pinning entropy
term_RC_2_rhsLiteralExpression
  • literalValue: ΔS_total = 0
term_RC_2_forAllForAllDeclaration
  • variableName: reversible strategy
term_RC_3_lhsLiteralExpression
  • literalValue: deferred Landauer cost
term_RC_3_rhsLiteralExpression
  • literalValue: n × k_B T × ln 2 at ancilla erasure
term_RC_3_forAllForAllDeclaration
  • variableName: ancilla cleanup
term_RC_4_lhsLiteralExpression
  • literalValue: reversible total cost
term_RC_4_rhsLiteralExpression
  • literalValue: = irreversible total cost (redistributed)
term_RC_4_forAllForAllDeclaration
  • variableName: reversible strategy
term_RC_5_lhsLiteralExpression
  • literalValue: quantum UOR
term_RC_5_rhsLiteralExpression
  • literalValue: superposed sites, cost ∝ winning path
term_RC_5_forAllForAllDeclaration
  • variableName: hypothetical quantum
term_DC_1_lhsLiteralExpression
  • literalValue: ∂_R f(x)
term_DC_1_rhsLiteralExpression
  • literalValue: f(succ(x)) - f(x)
term_DC_1_forAllForAllDeclaration
  • variableName: f : R_n → R_n, x ∈ R_n
term_DC_2_lhsLiteralExpression
  • literalValue: ∂_H f(x)
term_DC_2_rhsLiteralExpression
  • literalValue: f(bnot(x)) - f(x)
term_DC_2_forAllForAllDeclaration
  • variableName: f : R_n → R_n, x ∈ R_n
term_DC_3_lhsLiteralExpression
  • literalValue: ∂_H id(x)
term_DC_3_rhsLiteralExpression
  • literalValue: bnot(x) - x = -(2x + 1) mod 2^n
term_DC_3_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_DC_4_lhsLiteralExpression
  • literalValue: [neg, bnot](x)
term_DC_4_rhsLiteralExpression
  • literalValue: ∂_R neg(x) - ∂_H neg(x)
term_DC_4_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_DC_5_lhsLiteralExpression
  • literalValue: ∂_R f - ∂_H f
term_DC_5_rhsLiteralExpression
  • literalValue: Σ carry contributions
term_DC_5_forAllForAllDeclaration
  • variableName: f : R_n → R_n
term_DC_6_lhsLiteralExpression
  • literalValue: J_k(x)
term_DC_6_rhsLiteralExpression
  • literalValue: ∂_R f_k(x) where f_k = site_k
term_DC_6_forAllForAllDeclaration
  • variableName: x ∈ R_n, 0 ≤ k < n
term_DC_7_lhsLiteralExpression
  • literalValue: J_{n-1}(x)
term_DC_7_rhsLiteralExpression
  • literalValue: may differ from lower sites
term_DC_7_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_DC_8_lhsLiteralExpression
  • literalValue: rank(J(x))
term_DC_8_rhsLiteralExpression
  • literalValue: = d_H(x, succ(x)) - 1 for generic x
term_DC_8_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_DC_9_lhsLiteralExpression
  • literalValue: κ(x)
term_DC_9_rhsLiteralExpression
  • literalValue: Σ_k J_k(x)
term_DC_9_forAllForAllDeclaration
  • variableName: x ∈ R_n
term_DC_10_lhsLiteralExpression
  • literalValue: optimal next constraint
term_DC_10_rhsLiteralExpression
  • literalValue: argmax J_k over free sites
term_DC_10_forAllForAllDeclaration
  • variableName: resolution step
term_DC_11_lhsLiteralExpression
  • literalValue: Σ_{x} J_k(x)
term_DC_11_rhsLiteralExpression
  • literalValue: ≈ (2^n - 2)/n for each k
term_DC_11_forAllForAllDeclaration
  • variableName: 0 ≤ k < n
term_HA_1_lhsLiteralExpression
  • literalValue: N(C)
term_HA_1_rhsLiteralExpression
  • literalValue: simplicial complex on constraints
term_HA_1_forAllForAllDeclaration
  • variableName: constraint set C
term_HA_2_lhsLiteralExpression
  • literalValue: resolution stalls
term_HA_2_rhsLiteralExpression
  • literalValue: ⟺ H_k(N(C)) ≠ 0 for some k > 0
term_HA_2_forAllForAllDeclaration
  • variableName: constraint set C
term_HA_3_lhsLiteralExpression
  • literalValue: S_residual
term_HA_3_rhsLiteralExpression
  • literalValue: ≥ Σ_k β_k × ln 2
term_HA_3_forAllForAllDeclaration
  • variableName: constraint configuration C
term_IT_2_lhsLiteralExpression
  • literalValue: χ(N(C))
term_IT_2_rhsLiteralExpression
  • literalValue: Σ_k (-1)^k β_k
term_IT_2_forAllForAllDeclaration
  • variableName: constraint nerve N(C)
term_IT_3_lhsLiteralExpression
  • literalValue: χ(N(C))
term_IT_3_rhsLiteralExpression
  • literalValue: Σ_k (-1)^k dim(H_k)
term_IT_3_forAllForAllDeclaration
  • variableName: constraint nerve N(C)
term_IT_6_lhsLiteralExpression
  • literalValue: λ_1(N(C))
term_IT_6_rhsLiteralExpression
  • literalValue: lower bounds convergence rate
term_IT_6_forAllForAllDeclaration
  • variableName: constraint nerve N(C)
term_IT_7a_lhsLiteralExpression
  • literalValue: Σ κ_k - χ(N(C))
term_IT_7a_rhsLiteralExpression
  • literalValue: = S_residual / ln 2
term_IT_7a_forAllForAllDeclaration
  • variableName: constraint configuration C
term_IT_7b_lhsLiteralExpression
  • literalValue: S_residual
term_IT_7b_rhsLiteralExpression
  • literalValue: = (Σ κ_k - χ) × ln 2
term_IT_7b_forAllForAllDeclaration
  • variableName: constraint configuration C
term_IT_7c_lhsLiteralExpression
  • literalValue: resolution cost
term_IT_7c_rhsLiteralExpression
  • literalValue: ≥ n - χ(N(C))
term_IT_7c_forAllForAllDeclaration
  • variableName: constraint configuration C
term_IT_7d_lhsLiteralExpression
  • literalValue: resolution complete
term_IT_7d_rhsLiteralExpression
  • literalValue: ⟺ χ(N(C)) = n and all β_k = 0
term_IT_7d_forAllForAllDeclaration
  • variableName: constraint nerve N(C)
term_phi_1_lhsLiteralExpression
  • literalValue: φ₁(neg, ResidueConstraint(m,r))
term_phi_1_rhsLiteralExpression
  • literalValue: ResidueConstraint(m, m-r)
term_phi_1_forAllForAllDeclaration
  • variableName: ring op, constraint
term_phi_2_lhsLiteralExpression
  • literalValue: φ₂(compose(A,B))
term_phi_2_rhsLiteralExpression
  • literalValue: φ₂(A) ∪ φ₂(B)
term_phi_2_forAllForAllDeclaration
  • variableName: constraints A, B
term_phi_3_lhsLiteralExpression
  • literalValue: φ₃(closed site state)
term_phi_3_rhsLiteralExpression
  • literalValue: unique 4-component partition
term_phi_3_forAllForAllDeclaration
  • variableName: closed FreeRank
term_phi_4_lhsLiteralExpression
  • literalValue: φ₄(T, x)
term_phi_4_rhsLiteralExpression
  • literalValue: φ₃(φ₂(φ₁(T, x)))
term_phi_4_forAllForAllDeclaration
  • variableName: T ∈ T_n, x ∈ R_n
term_phi_5_lhsLiteralExpression
  • literalValue: φ₅(neg)
term_phi_5_rhsLiteralExpression
  • literalValue: preserves d_R, may change d_H
term_phi_5_forAllForAllDeclaration
  • variableName: op ∈ Operation
term_phi_6_lhsLiteralExpression
  • literalValue: φ₆(state, observables)
term_phi_6_rhsLiteralExpression
  • literalValue: RefinementSuggestion
term_phi_6_forAllForAllDeclaration
  • variableName: ResolutionState
term_psi_1_lhsLiteralExpression
  • literalValue: N(constraints)
term_psi_1_rhsLiteralExpression
  • literalValue: SimplicialComplex
term_psi_1_forAllForAllDeclaration
  • variableName: constraint set
term_psi_2_lhsLiteralExpression
  • literalValue: C(K)
term_psi_2_rhsLiteralExpression
  • literalValue: ChainComplex
term_psi_2_forAllForAllDeclaration
  • variableName: simplicial complex K
term_psi_3_lhsLiteralExpression
  • literalValue: H_k(C)
term_psi_3_rhsLiteralExpression
  • literalValue: ker(∂_k) / im(∂_{k+1})
term_psi_3_forAllForAllDeclaration
  • variableName: chain complex C
term_psi_5_lhsLiteralExpression
  • literalValue: C^k
term_psi_5_rhsLiteralExpression
  • literalValue: Hom(C_k, R)
term_psi_5_forAllForAllDeclaration
  • variableName: chain complex C, ring R
term_psi_6_lhsLiteralExpression
  • literalValue: H^k(C)
term_psi_6_rhsLiteralExpression
  • literalValue: ker(δ^k) / im(δ^{k-1})
term_psi_6_forAllForAllDeclaration
  • variableName: cochain complex C
term_surfaceSymmetry_lhsLiteralExpression
  • literalValue: P(Π(G(s)))
term_surfaceSymmetry_rhsLiteralExpression
  • literalValue: s' where type(s') ≡ type(s) under F.constraint
term_surfaceSymmetry_forAllForAllDeclaration
  • variableName: G: GroundingMap, P: ProjectionMap, F: Frame, s: Literal, G.symbolConstraints = P.projectionOrder
term_CC_1_lhsLiteralExpression
  • literalValue: resolution(x, T)
term_CC_1_rhsLiteralExpression
  • literalValue: O(1) for CompleteType T
term_CC_1_forAllForAllDeclaration
  • variableName: x ∈ R_n, T: CompleteType
term_CC_2_lhsLiteralExpression
  • literalValue: completeness(T)
term_CC_2_rhsLiteralExpression
  • literalValue: implies completeness(T')
term_CC_2_forAllForAllDeclaration
  • variableName: T, T': ConstrainedType, T ⊆ T'
term_CC_3_lhsLiteralExpression
  • literalValue: sitesClosed(W₁) + sitesClosed(W₂)
term_CC_3_rhsLiteralExpression
  • literalValue: = n for valid concat(W₁, W₂)
term_CC_3_forAllForAllDeclaration
  • variableName: W₁, W₂: CompletenessWitness
term_CC_4_lhsLiteralExpression
  • literalValue: CompletenessResolver
term_CC_4_rhsLiteralExpression
  • literalValue: fix(ψ-pipeline, CompletenessCandidate)
term_CC_4_forAllForAllDeclaration
  • variableName: CompletenessCandidate
term_CC_5_lhsLiteralExpression
  • literalValue: cert.verified = true
term_CC_5_rhsLiteralExpression
  • literalValue: implies χ(N(C)) = n ∧ ∀k: β_k = 0
term_CC_5_forAllForAllDeclaration
  • variableName: cert: CompletenessCertificate
term_QL_1_lhsLiteralExpression
  • literalValue: neg(bnot(x))
term_QL_1_rhsLiteralExpression
  • literalValue: succ(x) in Z/(2ⁿ)Z
term_QL_1_forAllForAllDeclaration
  • variableName: x ∈ R_n, n ≥ 1
term_QL_2_lhsLiteralExpression
  • literalValue: |D_{2ⁿ}|
term_QL_2_rhsLiteralExpression
  • literalValue: 2ⁿ⁺¹ for all n ≥ 1
term_QL_2_forAllForAllDeclaration
  • variableName: n ≥ 1
term_QL_3_lhsLiteralExpression
  • literalValue: P(j) = 2^{-j}
term_QL_3_rhsLiteralExpression
  • literalValue: Boltzmann distribution at β* = ln 2, all n ≥ 1
term_QL_3_forAllForAllDeclaration
  • variableName: j ∈ R_n, n ≥ 1
term_QL_4_lhsLiteralExpression
  • literalValue: siteBudget(PrimitiveType, n)
term_QL_4_rhsLiteralExpression
  • literalValue: = n (one site per bit)
term_QL_4_forAllForAllDeclaration
  • variableName: PrimitiveType, n ≥ 1
term_QL_5_lhsLiteralExpression
  • literalValue: resolution(CompleteType, n)
term_QL_5_rhsLiteralExpression
  • literalValue: O(1) for all n ≥ 1
term_QL_5_forAllForAllDeclaration
  • variableName: CompleteType, n ≥ 1
term_QL_6_lhsLiteralExpression
  • literalValue: contentAddress(x, n)
term_QL_6_rhsLiteralExpression
  • literalValue: bijection for all n ≥ 1
term_QL_6_forAllForAllDeclaration
  • variableName: x ∈ R_n, n ≥ 1
term_QL_7_lhsLiteralExpression
  • literalValue: ψ-pipeline(ConstrainedType, n)
term_QL_7_rhsLiteralExpression
  • literalValue: valid ChainComplex for all n ≥ 1
term_QL_7_forAllForAllDeclaration
  • variableName: ConstrainedType, n ≥ 1
term_GR_1_lhsLiteralExpression
  • literalValue: freeRank(B_{i+1})
term_GR_1_rhsLiteralExpression
  • literalValue: ≤ freeRank(B_i)
term_GR_1_forAllForAllDeclaration
  • variableName: i in Session S
term_GR_2_lhsLiteralExpression
  • literalValue: b.datum resolves under b.constraint
term_GR_2_rhsLiteralExpression
  • literalValue: in O(1) iff Binding b is sound
term_GR_2_forAllForAllDeclaration
  • variableName: b: Binding
term_GR_3_lhsLiteralExpression
  • literalValue: ∃ i: freeRank(B_i) = 0
term_GR_3_rhsLiteralExpression
  • literalValue: Session S converges
term_GR_3_forAllForAllDeclaration
  • variableName: Session S
term_GR_4_lhsLiteralExpression
  • literalValue: bindings(C_fresh) ∩ bindings(C_prior)
term_GR_4_rhsLiteralExpression
  • literalValue: = ∅ after SessionBoundary
term_GR_4_forAllForAllDeclaration
  • variableName: C_prior, C_fresh: Context, SessionBoundary event
term_GR_5_lhsLiteralExpression
  • literalValue: ContradictionBoundary
term_GR_5_rhsLiteralExpression
  • literalValue: iff ∃ b, b': same address, different datum, same constraint
term_GR_5_forAllForAllDeclaration
  • variableName: b, b': Binding in same Context
term_TS_1_lhsLiteralExpression
  • literalValue: nerve(T, target)
term_TS_1_rhsLiteralExpression
  • literalValue: ∃ ConstrainedType T over R_n realising target
term_TS_1_forAllForAllDeclaration
  • variableName: target: χ* ≤ n, β₀* = 1, β_k* = 0 for k ≥ 1
term_TS_2_lhsLiteralExpression
  • literalValue: basisSize(T, IT_7d target)
term_TS_2_rhsLiteralExpression
  • literalValue: n
term_TS_2_forAllForAllDeclaration
  • variableName: IT_7d target, n-site types
term_TS_3_lhsLiteralExpression
  • literalValue: χ(N(C + constraint))
term_TS_3_rhsLiteralExpression
  • literalValue: ≥ χ(N(C))
term_TS_3_forAllForAllDeclaration
  • variableName: C: synthesis candidate constraint set
term_TS_4_lhsLiteralExpression
  • literalValue: steps(TypeSynthesisResolver, target)
term_TS_4_rhsLiteralExpression
  • literalValue: ≤ n
term_TS_4_forAllForAllDeclaration
  • variableName: target: realisable n-site type synthesis goal
term_TS_5_lhsLiteralExpression
  • literalValue: SynthesizedType achieves IT_7d
term_TS_5_rhsLiteralExpression
  • literalValue: iff CompletenessResolver certifies CompleteType
term_TS_5_forAllForAllDeclaration
  • variableName: T: SynthesizedType
term_TS_6_lhsLiteralExpression
  • literalValue: E[steps, Jacobian-guided synthesis]
term_TS_6_rhsLiteralExpression
  • literalValue: O(n log n) vs O(n²) uninformed
term_TS_6_forAllForAllDeclaration
  • variableName: T: n-site type synthesis goal
term_TS_7_lhsLiteralExpression
  • literalValue: β₀(N(C)) for non-empty C
term_TS_7_rhsLiteralExpression
  • literalValue: ≥ 1
term_TS_7_forAllForAllDeclaration
  • variableName: C: non-empty constraint set
term_WLS_1_lhsLiteralExpression
  • literalValue: WittLift T' is CompleteType
term_WLS_1_rhsLiteralExpression
  • literalValue: iff spectral sequence collapses at E_2
term_WLS_1_forAllForAllDeclaration
  • variableName: T: CompleteType at Q_n, T': WittLift to Q_{n+1}
term_WLS_2_lhsLiteralExpression
  • literalValue: non-trivial LiftObstruction location
term_WLS_2_rhsLiteralExpression
  • literalValue: specific site at bit position n+1
term_WLS_2_forAllForAllDeclaration
  • variableName: non-trivial LiftObstruction
term_WLS_3_lhsLiteralExpression
  • literalValue: basisSize(T') for trivial lift
term_WLS_3_rhsLiteralExpression
  • literalValue: basisSize(T) + 1
term_WLS_3_forAllForAllDeclaration
  • variableName: T: CompleteType at Q_n with closed constraint set
term_WLS_4_lhsLiteralExpression
  • literalValue: spectral sequence convergence page
term_WLS_4_rhsLiteralExpression
  • literalValue: ≤ E_{d+2}
term_WLS_4_forAllForAllDeclaration
  • variableName: depth-d constraint configuration
term_WLS_5_lhsLiteralExpression
  • literalValue: universallyValid identity in R_{n+1}
term_WLS_5_rhsLiteralExpression
  • literalValue: holds with lifted constraint set
term_WLS_5_forAllForAllDeclaration
  • variableName: every op:universallyValid identity, WittLift T'
term_WLS_6_lhsLiteralExpression
  • literalValue: ψ-pipeline ChainComplex(T')
term_WLS_6_rhsLiteralExpression
  • literalValue: valid and restricts to ChainComplex(T) on base nerve
term_WLS_6_forAllForAllDeclaration
  • variableName: T': any WittLift of a CompleteType T
term_MN_1_lhsLiteralExpression
  • literalValue: HolonomyGroup(T)
term_MN_1_rhsLiteralExpression
  • literalValue: ≤ D_{2^n}
term_MN_1_forAllForAllDeclaration
  • variableName: T: ConstrainedType over R_n
term_MN_2_lhsLiteralExpression
  • literalValue: HolonomyGroup(T) for additive constraints
term_MN_2_rhsLiteralExpression
  • literalValue: {id} (trivial: T is FlatType)
term_MN_2_forAllForAllDeclaration
  • variableName: T: all ResidueConstraint or DepthConstraint
term_MN_3_lhsLiteralExpression
  • literalValue: HolonomyGroup(T) with neg + bnot in closed path
term_MN_3_rhsLiteralExpression
  • literalValue: D_{2^n} (full dihedral holonomy)
term_MN_3_forAllForAllDeclaration
  • variableName: T: ConstrainedType with neg-related and bnot-related constraints in closed path
term_MN_4_lhsLiteralExpression
  • literalValue: HolonomyGroup(T) ≠ {id}
term_MN_4_rhsLiteralExpression
  • literalValue: ⟹ β₁(N(C(T))) ≥ 1
term_MN_4_forAllForAllDeclaration
  • variableName: T: ConstrainedType
term_MN_5_lhsLiteralExpression
  • literalValue: CompleteType (IT_7d) ⟹ β₁ = 0 ⟹ holonomy
term_MN_5_rhsLiteralExpression
  • literalValue: trivial ⟹ FlatType
term_MN_5_forAllForAllDeclaration
  • variableName: T: CompleteType
term_MN_6_lhsLiteralExpression
  • literalValue: monodromy(p₁ · p₂)
term_MN_6_rhsLiteralExpression
  • literalValue: monodromy(p₁) · monodromy(p₂) in D_{2^n}
term_MN_6_forAllForAllDeclaration
  • variableName: p₁, p₂: ClosedConstraintPath
term_MN_7_lhsLiteralExpression
  • literalValue: TwistedType T ⟹ H²(N(C(T')); ℤ/2ℤ)
term_MN_7_rhsLiteralExpression
  • literalValue: non-zero class (non-trivial LiftObstruction)
term_MN_7_forAllForAllDeclaration
  • variableName: T': any WittLift of TwistedType T
term_PT_1_lhsLiteralExpression
  • literalValue: siteBudget(A × B)
term_PT_1_rhsLiteralExpression
  • literalValue: siteBudget(A) + siteBudget(B)
term_PT_1_forAllForAllDeclaration
  • variableName: A, B: TypeDefinition
term_PT_2_lhsLiteralExpression
  • literalValue: partition(A × B)
term_PT_2_rhsLiteralExpression
  • literalValue: partition(A) ⊗ partition(B)
term_PT_2_forAllForAllDeclaration
  • variableName: A, B: TypeDefinition
term_PT_3_lhsLiteralExpression
  • literalValue: χ(N(C(A × B)))
term_PT_3_rhsLiteralExpression
  • literalValue: χ(N(C(A))) + χ(N(C(B)))
term_PT_3_forAllForAllDeclaration
  • variableName: A, B: TypeDefinition
term_PT_4_lhsLiteralExpression
  • literalValue: S(A × B)
term_PT_4_rhsLiteralExpression
  • literalValue: S(A) + S(B)
term_PT_4_forAllForAllDeclaration
  • variableName: A, B: TypeDefinition
term_ST_1_lhsLiteralExpression
  • literalValue: siteBudget(A + B)
term_ST_1_rhsLiteralExpression
  • literalValue: max(siteBudget(A), siteBudget(B))
term_ST_1_forAllForAllDeclaration
  • variableName: A, B: TypeDefinition
term_ST_2_lhsLiteralExpression
  • literalValue: S(A + B)
term_ST_2_rhsLiteralExpression
  • literalValue: ln 2 + max(S(A), S(B))
term_ST_2_forAllForAllDeclaration
  • variableName: A, B: TypeDefinition
term_GS_1_lhsLiteralExpression
  • literalValue: T_ctx(C)
term_GS_1_rhsLiteralExpression
  • literalValue: freeRank(C) × ln 2 / n
term_GS_1_forAllForAllDeclaration
  • variableName: C: Context, n = siteBudget
term_GS_2_lhsLiteralExpression
  • literalValue: σ(C)
term_GS_2_rhsLiteralExpression
  • literalValue: (n − freeRank(C)) / n
term_GS_2_forAllForAllDeclaration
  • variableName: C: Context, n = siteBudget
term_GS_3_lhsLiteralExpression
  • literalValue: σ(B_{i+1})
term_GS_3_rhsLiteralExpression
  • literalValue: ≥ σ(B_i)
term_GS_3_forAllForAllDeclaration
  • variableName: i in Session S
term_GS_4_lhsLiteralExpression
  • literalValue: σ(C) = 1
term_GS_4_rhsLiteralExpression
  • literalValue: freeRank(C) = 0 ↔ S(C) = 0 ↔ T_ctx(C) = 0
term_GS_4_forAllForAllDeclaration
  • variableName: C: Context
term_GS_5_lhsLiteralExpression
  • literalValue: stepCount(q, C) at freeRank(C) = 0
term_GS_5_rhsLiteralExpression
  • literalValue: 0
term_GS_5_forAllForAllDeclaration
  • variableName: q: Query, C: GroundedContext
term_GS_6_lhsLiteralExpression
  • literalValue: effectiveBudget(q, C)
term_GS_6_rhsLiteralExpression
  • literalValue: max(0, siteBudget(q.type) − |pinnedSites(C) ∩ q.siteSet|)
term_GS_6_forAllForAllDeclaration
  • variableName: q: Query, C: Context
term_GS_7_lhsLiteralExpression
  • literalValue: Cost_saturation(C)
term_GS_7_rhsLiteralExpression
  • literalValue: n × k_B T × ln 2
term_GS_7_forAllForAllDeclaration
  • variableName: C: GroundedContext, n = siteBudget
term_MS_1_lhsLiteralExpression
  • literalValue: β₀(N(C))
term_MS_1_rhsLiteralExpression
  • literalValue: ≥ 1
term_MS_1_forAllForAllDeclaration
  • variableName: C: non-empty ConstrainedType
term_MS_2_lhsLiteralExpression
  • literalValue: χ(N(C))
term_MS_2_rhsLiteralExpression
  • literalValue: ≤ n
term_MS_2_forAllForAllDeclaration
  • variableName: C: ConstrainedType at quantum level n
term_MS_3_lhsLiteralExpression
  • literalValue: χ(N(C + c))
term_MS_3_rhsLiteralExpression
  • literalValue: ≥ χ(N(C))
term_MS_3_forAllForAllDeclaration
  • variableName: C: ConstrainedType, c: Constraint
term_MS_4_lhsLiteralExpression
  • literalValue: achievable(χ*, β_k*, n)
term_MS_4_rhsLiteralExpression
  • literalValue: → achievable(χ*, β_k*, n+1)
term_MS_4_forAllForAllDeclaration
  • variableName: (χ*, β_k*) achievable at level n
term_MS_5_lhsLiteralExpression
  • literalValue: verified SynthesisSignature set
term_MS_5_rhsLiteralExpression
  • literalValue: → exact morphospace boundary in the limit
term_MS_5_forAllForAllDeclaration
  • variableName: all quantum levels
term_GD_1_lhsLiteralExpression
  • literalValue: isGeodesic(T)
term_GD_1_rhsLiteralExpression
  • literalValue: AR_1-ordered(T) ∧ DC_10-selected(T)
term_GD_1_forAllForAllDeclaration
  • variableName: T: ComputationTrace
term_GD_2_lhsLiteralExpression
  • literalValue: ΔS_step(i) on geodesic
term_GD_2_rhsLiteralExpression
  • literalValue: ln 2
term_GD_2_forAllForAllDeclaration
  • variableName: step i of GeodesicTrace T
term_GD_3_lhsLiteralExpression
  • literalValue: Cost_geodesic(T)
term_GD_3_rhsLiteralExpression
  • literalValue: freeRank_initial × k_B T × ln 2
term_GD_3_forAllForAllDeclaration
  • variableName: T: GeodesicTrace
term_GD_4_lhsLiteralExpression
  • literalValue: Cost(T) for geodesic T
term_GD_4_rhsLiteralExpression
  • literalValue: = Cost(T') for any geodesic T' on same type
term_GD_4_forAllForAllDeclaration
  • variableName: T, T': GeodesicTrace on same ConstrainedType
term_GD_5_lhsLiteralExpression
  • literalValue: isSubgeodesic(T)
term_GD_5_rhsLiteralExpression
  • literalValue: ∃ i: J_k(step_i) < max_{free} J_k(state_i)
term_GD_5_forAllForAllDeclaration
  • variableName: T: ComputationTrace
term_QM_1_lhsLiteralExpression
  • literalValue: S_vonNeumann(ψ)
term_QM_1_rhsLiteralExpression
  • literalValue: Cost_Landauer(collapse(ψ))
term_QM_1_forAllForAllDeclaration
  • variableName: ψ: SuperposedSiteState
term_QM_2_lhsLiteralExpression
  • literalValue: collapse(ψ)
term_QM_2_rhsLiteralExpression
  • literalValue: apply(ResidueConstraint, collapsed_site)
term_QM_2_forAllForAllDeclaration
  • variableName: ψ: SuperposedSiteState
term_QM_3_lhsLiteralExpression
  • literalValue: S_vN(ψ)
term_QM_3_rhsLiteralExpression
  • literalValue: ∈ [0, ln 2]
term_QM_3_forAllForAllDeclaration
  • variableName: ψ: single-site SuperposedSiteState
term_QM_4_lhsLiteralExpression
  • literalValue: collapse(collapse(ψ))
term_QM_4_rhsLiteralExpression
  • literalValue: collapse(ψ)
term_QM_4_forAllForAllDeclaration
  • variableName: ψ: SuperposedSiteState
term_QM_5_lhsLiteralExpression
  • literalValue: Σᵢ |αᵢ|²
term_QM_5_rhsLiteralExpression
  • literalValue: 1
term_QM_5_forAllForAllDeclaration
  • variableName: SuperposedSiteState ψ
term_RC_6_lhsLiteralExpression
  • literalValue: normalize(ψ)
term_RC_6_rhsLiteralExpression
  • literalValue: ψ / sqrt(Σ |αᵢ|²)
term_RC_6_forAllForAllDeclaration
  • variableName: SuperposedSiteState ψ
term_FPM_8_lhsLiteralExpression
  • literalValue: |Irr| + |Red| + |Unit| + |Ext|
term_FPM_8_rhsLiteralExpression
  • literalValue: 2ⁿ
term_FPM_8_forAllForAllDeclaration
  • variableName: Partition P over R_n
term_FPM_9_lhsLiteralExpression
  • literalValue: x ∈ Ext(T)
term_FPM_9_rhsLiteralExpression
  • literalValue: x ∉ carrier(T)
term_FPM_9_forAllForAllDeclaration
  • variableName: TypeDefinition T, Datum x
term_MN_8_lhsLiteralExpression
  • literalValue: holonomyClassified(T)
term_MN_8_rhsLiteralExpression
  • literalValue: isFlatType(T) xor isTwistedType(T)
term_MN_8_forAllForAllDeclaration
  • variableName: ConstrainedType T with holonomyGroup
term_QL_8_lhsLiteralExpression
  • literalValue: wittLevelPredecessor(nextWittLevel(Q_k))
term_QL_8_rhsLiteralExpression
  • literalValue: Q_k
term_QL_8_forAllForAllDeclaration
  • variableName: WittLevel W_n with nextWittLevel defined
term_D_7_lhsLiteralExpression
  • literalValue: compose(rᵃ sᵖ, rᵇ sᵠ)
term_D_7_rhsLiteralExpression
  • literalValue: r^((a + (-1)ᵖ b) mod 2ⁿ) s^(p xor q)
term_D_7_forAllForAllDeclaration
  • variableName: DihedralElement rᵃ sᵖ, rᵇ sᵠ in D_{2ⁿ}
term_SP_1_lhsLiteralExpression
  • literalValue: resolve_superposition(classical(x))
term_SP_1_rhsLiteralExpression
  • literalValue: resolve_classical(x)
term_SP_1_forAllForAllDeclaration
  • variableName: Datum x
term_SP_2_lhsLiteralExpression
  • literalValue: collapse(resolve_superposition(ψ))
term_SP_2_rhsLiteralExpression
  • literalValue: resolve_classical(collapse(ψ))
term_SP_2_forAllForAllDeclaration
  • variableName: SuperposedSiteState ψ
term_SP_3_lhsLiteralExpression
  • literalValue: amplitudeVector(resolve_superposition(ψ))
term_SP_3_rhsLiteralExpression
  • literalValue: normalized
term_SP_3_forAllForAllDeclaration
  • variableName: SuperposedSiteState ψ
term_SP_4_lhsLiteralExpression
  • literalValue: P(collapse to site k)
term_SP_4_rhsLiteralExpression
  • literalValue: |α_k|²
term_SP_4_forAllForAllDeclaration
  • variableName: SuperposedSiteState ψ, site index k
term_PT_2a_lhsLiteralExpression
  • literalValue: Π(A × B)
term_PT_2a_rhsLiteralExpression
  • literalValue: PartitionProduct(Π(A), Π(B))
term_PT_2a_forAllForAllDeclaration
  • variableName: ProductType A × B
term_PT_2b_lhsLiteralExpression
  • literalValue: Π(A + B)
term_PT_2b_rhsLiteralExpression
  • literalValue: PartitionCoproduct(Π(A), Π(B))
term_PT_2b_forAllForAllDeclaration
  • variableName: SumType A + B
term_GD_6_lhsLiteralExpression
  • literalValue: isGeodesic(trace)
term_GD_6_rhsLiteralExpression
  • literalValue: isAR1Ordered(trace) ∧ isDC10Selected(trace)
term_GD_6_forAllForAllDeclaration
  • variableName: ComputationTrace trace
term_WT_1_lhsLiteralExpression
  • literalValue: LiftChain(Q_j, Q_k) valid
term_WT_1_rhsLiteralExpression
  • literalValue: every chainStep has trivial or resolved LiftObstruction
term_WT_1_forAllForAllDeclaration
  • variableName: LiftChain from Q_j to Q_k
term_WT_2_lhsLiteralExpression
  • literalValue: obstructionCount(chain)
term_WT_2_rhsLiteralExpression
  • literalValue: <= chainLength(chain)
term_WT_2_forAllForAllDeclaration
  • variableName: LiftChain
term_WT_3_lhsLiteralExpression
  • literalValue: resolvedBasisSize(Q_k)
term_WT_3_rhsLiteralExpression
  • literalValue: basisSize(Q_j) + chainLength + obstructionResolutionCost
term_WT_3_forAllForAllDeclaration
  • variableName: LiftChain with source Q_j, target Q_k
term_WT_4_lhsLiteralExpression
  • literalValue: isFlat(chain)
term_WT_4_rhsLiteralExpression
  • literalValue: obstructionCount = 0 iff HolonomyGroup trivial at every step
term_WT_4_forAllForAllDeclaration
  • variableName: LiftChain
term_WT_5_lhsLiteralExpression
  • literalValue: LiftChainCertificate exists
term_WT_5_rhsLiteralExpression
  • literalValue: CompleteType at Q_k satisfies IT_7d with witness chain
term_WT_5_forAllForAllDeclaration
  • variableName: Q_k for arbitrary k
term_WT_6_lhsLiteralExpression
  • literalValue: QT_3 with chainLength=1, cost=0
term_WT_6_rhsLiteralExpression
  • literalValue: reduces to QLS_3
term_WT_6_forAllForAllDeclaration
  • variableName: Single-step chains
term_WT_7_lhsLiteralExpression
  • literalValue: flat chain resolvedBasisSize(Q_k)
term_WT_7_rhsLiteralExpression
  • literalValue: basisSize(Q_j) + (k - j)
term_WT_7_forAllForAllDeclaration
  • variableName: LiftChain with isFlat = true
term_CC_PINS_lhsLiteralExpression
  • literalValue: pinsSites(CarryConstraint(p))
term_CC_PINS_rhsLiteralExpression
  • literalValue: {k : p(k)=1} union {first-zero(p)}
term_CC_PINS_forAllForAllDeclaration
  • variableName: bit-pattern p in CarryConstraint
term_CC_COST_SITE_lhsLiteralExpression
  • literalValue: |pinsSites(CarryConstraint(p))|
term_CC_COST_SITE_rhsLiteralExpression
  • literalValue: popcount(p) + 1
term_CC_COST_SITE_forAllForAllDeclaration
  • variableName: bit-pattern p in CarryConstraint
term_jsat_RR_lhsLiteralExpression
  • literalValue: jointSat(Res(m1,r1), Res(m2,r2))
term_jsat_RR_rhsLiteralExpression
  • literalValue: gcd(m1,m2) | (r1 - r2)
term_jsat_RR_forAllForAllDeclaration
  • variableName: ResidueConstraint pairs over R_n
term_jsat_CR_lhsLiteralExpression
  • literalValue: jointSat(Carry(p), Res(m,r))
term_jsat_CR_rhsLiteralExpression
  • literalValue: pin-site intersection residue-class compatible
term_jsat_CR_forAllForAllDeclaration
  • variableName: CarryConstraint, ResidueConstraint pairs
term_jsat_CC_lhsLiteralExpression
  • literalValue: jointSat(Carry(p1), Carry(p2))
term_jsat_CC_rhsLiteralExpression
  • literalValue: p1 AND p2 conflict-free
term_jsat_CC_forAllForAllDeclaration
  • variableName: CarryConstraint pairs over R_n
term_D_8_lhsLiteralExpression
  • literalValue: (r^a s^p)^(-1)
term_D_8_rhsLiteralExpression
  • literalValue: r^(-(−1)^p a mod 2^n) s^p
term_D_8_forAllForAllDeclaration
  • variableName: a in 0..2^n, p in {0,1}
term_D_9_lhsLiteralExpression
  • literalValue: ord(r^k s^1)
term_D_9_rhsLiteralExpression
  • literalValue: 2
term_D_9_forAllForAllDeclaration
  • variableName: k in Z/(2^n)Z
term_EXP_1_lhsLiteralExpression
  • literalValue: carrier(C) is monotone
term_EXP_1_rhsLiteralExpression
  • literalValue: all residues of C = modulus - 1, no Carry/Depth
term_EXP_1_forAllForAllDeclaration
  • variableName: ConstrainedType C over R_n
term_EXP_2_lhsLiteralExpression
  • literalValue: count of monotone ConstrainedTypes at Q_n
term_EXP_2_rhsLiteralExpression
  • literalValue: 2^n
term_EXP_2_forAllForAllDeclaration
  • variableName: WittLevel W_n, n >= 1
term_EXP_3_lhsLiteralExpression
  • literalValue: carrier(SumType(A,B))
term_EXP_3_rhsLiteralExpression
  • literalValue: coproduct(carrier(A), carrier(B))
term_EXP_3_forAllForAllDeclaration
  • variableName: SumType A + B
term_ST_3_lhsLiteralExpression
  • literalValue: chi(N(C(A+B)))
term_ST_3_rhsLiteralExpression
  • literalValue: chi(N(C(A))) + chi(N(C(B)))
term_ST_3_forAllForAllDeclaration
  • variableName: disjoint SumType A + B
term_ST_4_lhsLiteralExpression
  • literalValue: beta_k(N(C(A+B)))
term_ST_4_rhsLiteralExpression
  • literalValue: beta_k(N(C(A))) + beta_k(N(C(B)))
term_ST_4_forAllForAllDeclaration
  • variableName: disjoint SumType A + B, k >= 0
term_ST_5_lhsLiteralExpression
  • literalValue: CompleteType(A + B)
term_ST_5_rhsLiteralExpression
  • literalValue: CompleteType(A) and CompleteType(B) and Q(A)=Q(B)
term_ST_5_forAllForAllDeclaration
  • variableName: SumType A + B
term_TS_8_lhsLiteralExpression
  • literalValue: min constraints for beta_1 = k
term_TS_8_rhsLiteralExpression
  • literalValue: 2k + 1
term_TS_8_forAllForAllDeclaration
  • variableName: first Betti number k >= 1, n-site type
term_TS_9_lhsLiteralExpression
  • literalValue: TypeSynthesisResolver terminates
term_TS_9_rhsLiteralExpression
  • literalValue: within 2^n steps
term_TS_9_forAllForAllDeclaration
  • variableName: WittLevel W_n, any target signature
term_TS_10_lhsLiteralExpression
  • literalValue: ForbiddenSignature(sigma)
term_TS_10_rhsLiteralExpression
  • literalValue: no ConstrainedType with <= n constraints realises sigma
term_TS_10_forAllForAllDeclaration
  • variableName: topological signature sigma at Q_n
term_WT_8_lhsLiteralExpression
  • literalValue: ObstructionChain length from Q_j to Q_k
term_WT_8_rhsLiteralExpression
  • literalValue: <= (k-j) * C(basisSize(Q_j), 3)
term_WT_8_forAllForAllDeclaration
  • variableName: LiftChain from Q_j to Q_k
term_WT_9_lhsLiteralExpression
  • literalValue: TowerCompletenessResolver terminates
term_WT_9_rhsLiteralExpression
  • literalValue: within QT_8 bound
term_WT_9_forAllForAllDeclaration
  • variableName: LiftChain of finite length
term_COEFF_1_lhsLiteralExpression
  • literalValue: standard coefficient ring for psi-pipeline
term_COEFF_1_rhsLiteralExpression
  • literalValue: Z/2Z
term_COEFF_1_forAllForAllDeclaration
  • variableName: CechNerve N(C) at any quantum level
term_GO_1_lhsLiteralExpression
  • literalValue: pinsSites(killing constraint for obstruction c)
term_GO_1_rhsLiteralExpression
  • literalValue: superset of pinsSites(C_i) cap pinsSites(C_j)
term_GO_1_forAllForAllDeclaration
  • variableName: GluingObstruction c, cycle pair (C_i, C_j)
term_GR_6_lhsLiteralExpression
  • literalValue: freeRank(q) after grounding
term_GR_6_rhsLiteralExpression
  • literalValue: sites of q not in BindingAccumulator
term_GR_6_forAllForAllDeclaration
  • variableName: grounded Session, new RelationQuery q
term_GR_7_lhsLiteralExpression
  • literalValue: sigma after re-entry with query q
term_GR_7_rhsLiteralExpression
  • literalValue: min(sigma, 1 - freeRank(q)/n)
term_GR_7_forAllForAllDeclaration
  • variableName: SessionResolver, new query q
term_QM_6_lhsLiteralExpression
  • literalValue: amplitude index set of SuperposedSiteState over T
term_QM_6_rhsLiteralExpression
  • literalValue: monotone pinning trajectories consistent with T
term_QM_6_forAllForAllDeclaration
  • variableName: SuperposedSiteState over ConstrainedType T at Q_n
term_CIC_1_lhsLiteralExpression
  • literalValue: valid(T) ∧ T: Transform
term_CIC_1_rhsLiteralExpression
  • literalValue: ∃ c: TransformCertificate. certifies(c, T)
term_CIC_1_forAllForAllDeclaration
  • variableName: Transform T
term_CIC_2_lhsLiteralExpression
  • literalValue: isometry(T) ∧ metric-preserving(T)
term_CIC_2_rhsLiteralExpression
  • literalValue: ∃ c: IsometryCertificate. certifies(c, T)
term_CIC_2_forAllForAllDeclaration
  • variableName: Isometry T
term_CIC_3_lhsLiteralExpression
  • literalValue: f(f(x)) = x ∀ x ∈ R_n
term_CIC_3_rhsLiteralExpression
  • literalValue: ∃ c: InvolutionCertificate. certifies(c, f)
term_CIC_3_forAllForAllDeclaration
  • variableName: Involution f
term_CIC_4_lhsLiteralExpression
  • literalValue: σ(C) = 1 ∧ freeRank = 0
term_CIC_4_rhsLiteralExpression
  • literalValue: ∃ c: GroundingCertificate. certifies(c, C)
term_CIC_4_forAllForAllDeclaration
  • variableName: GroundedContext C
term_CIC_5_lhsLiteralExpression
  • literalValue: AR_1-ordered ∧ DC_10-selected trace
term_CIC_5_rhsLiteralExpression
  • literalValue: ∃ c: GeodesicCertificate. certifies(c, trace)
term_CIC_5_forAllForAllDeclaration
  • variableName: GeodesicTrace
term_CIC_6_lhsLiteralExpression
  • literalValue: S_vN = L_cost at β* = ln 2
term_CIC_6_rhsLiteralExpression
  • literalValue: ∃ c: MeasurementCertificate. certifies(c, event)
term_CIC_6_forAllForAllDeclaration
  • variableName: MeasurementEvent
term_CIC_7_lhsLiteralExpression
  • literalValue: P(k) = |α_k|² verified
term_CIC_7_rhsLiteralExpression
  • literalValue: ∃ c: BornRuleVerification. certifies(c, event)
term_CIC_7_forAllForAllDeclaration
  • variableName: MeasurementEvent with amplitude vector
term_GC_1_lhsLiteralExpression
  • literalValue: shared-frame grounding of symbol s
term_GC_1_rhsLiteralExpression
  • literalValue: ∃ c: GroundingCertificate. certifies(c, map)
term_GC_1_forAllForAllDeclaration
  • variableName: GroundingMap with valid ProjectionMap
term_GR_8_lhsLiteralExpression
  • literalValue: compose(S_A, S_B) valid at Q_k
term_GR_8_rhsLiteralExpression
  • literalValue: ∀ j ≤ k: ∀ a ∈ pinnedSites(S_A, Q_j) ∩ pinnedSites(S_B, Q_j): datum(S_A, a, Q_j) = datum(S_B, a, Q_j)
term_GR_8_forAllForAllDeclaration
  • variableName: S_A, S_B: Session at quantum level Q_k (k ≥ 0)
term_GR_9_lhsLiteralExpression
  • literalValue: leasedSites(L_A) ∩ leasedSites(L_B)
term_GR_9_rhsLiteralExpression
  • literalValue: = ∅
term_GR_9_forAllForAllDeclaration
  • variableName: L_A, L_B: ContextLease on SharedContext C, L_A ≠ L_B
term_GR_10_lhsLiteralExpression
  • literalValue: finalState(R, P_1, Q)
term_GR_10_rhsLiteralExpression
  • literalValue: = finalState(R, P_2, Q) for any P_1, P_2: ExecutionPolicy
term_GR_10_forAllForAllDeclaration
  • variableName: SessionResolver R with ExecutionPolicy P, pending query set Q
term_MC_1_lhsLiteralExpression
  • literalValue: Σᵢ freeRank(leasedSites(L_i))
term_MC_1_rhsLiteralExpression
  • literalValue: = freeRank(C)
term_MC_1_forAllForAllDeclaration
  • variableName: SharedContext C; leaseSet {L_1, …, L_k} covering all sites of C
term_MC_2_lhsLiteralExpression
  • literalValue: freeRank(B_{i+1} |_L)
term_MC_2_rhsLiteralExpression
  • literalValue: ≤ freeRank(B_i |_L)
term_MC_2_forAllForAllDeclaration
  • variableName: ContextLease L held by Session S; binding step i within S restricted to leasedSites(L)
term_MC_3_lhsLiteralExpression
  • literalValue: freeRank(compose(S_A, S_B))
term_MC_3_rhsLiteralExpression
  • literalValue: freeRank(S_A) + freeRank(S_B) − |pinnedSites(S_A) ∩ pinnedSites(S_B)|
term_MC_3_forAllForAllDeclaration
  • variableName: S_A, S_B: Session; compose(S_A, S_B) valid (SR_8 satisfied)
term_MC_4_lhsLiteralExpression
  • literalValue: freeRank(compose(S_A, S_B))
term_MC_4_rhsLiteralExpression
  • literalValue: = freeRank(S_A) + freeRank(S_B)
term_MC_4_forAllForAllDeclaration
  • variableName: S_A, S_B on ContextLeases L_A, L_B within SharedContext C; SR_9 holds
term_MC_5_lhsLiteralExpression
  • literalValue: finalBindings(R, P_1, Q)
term_MC_5_rhsLiteralExpression
  • literalValue: = finalBindings(R, P_2, Q)
term_MC_5_forAllForAllDeclaration
  • variableName: SessionResolver R; pending query set Q; ExecutionPolicy P_1, P_2
term_MC_6_lhsLiteralExpression
  • literalValue: σ(compose(S_1, …, S_k))
term_MC_6_rhsLiteralExpression
  • literalValue: = 1 (FullGrounding)
term_MC_6_forAllForAllDeclaration
  • variableName: SharedContext C; leases {L_1, …, L_k} pairwise disjoint (SR_9) and fully covering C; each S_i with freeRank = 0 within L_i
term_MC_7_lhsLiteralExpression
  • literalValue: stepCount(q, C*)
term_MC_7_rhsLiteralExpression
  • literalValue: = 0
term_MC_7_forAllForAllDeclaration
  • variableName: q: RelationQuery; C* = compose(S_1, …, S_k) with σ(C*) = 1 by MC_6
term_MC_8_lhsLiteralExpression
  • literalValue: max_i stepCount(S_i to convergence within L_i)
term_MC_8_rhsLiteralExpression
  • literalValue: ≤ ⌈n/k⌉
term_MC_8_forAllForAllDeclaration
  • variableName: SharedContext C with totalSites = n; uniform partition into k leases
term_WC_1_lhsLiteralExpression
  • literalValue: a_k(x)
term_WC_1_rhsLiteralExpression
  • literalValue: x_k (k-th bit of x)
term_WC_1_forAllForAllDeclaration
  • variableName: x ∈ R_n, 0 ≤ k < n
term_WC_2_lhsLiteralExpression
  • literalValue: S_k − x_k − y_k (mod 2)
term_WC_2_rhsLiteralExpression
  • literalValue: c_k(x,y)
term_WC_2_forAllForAllDeclaration
  • variableName: x, y ∈ R_n, 0 ≤ k < n
term_WC_3_lhsLiteralExpression
  • literalValue: CA_2 recurrence
term_WC_3_rhsLiteralExpression
  • literalValue: S_{k+1} ghost equation at p=2
term_WC_3_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_WC_4_lhsLiteralExpression
  • literalValue: δ_k(x+y) correction
term_WC_4_rhsLiteralExpression
  • literalValue: c_{k+1}(x,y)
term_WC_4_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_WC_5_lhsLiteralExpression
  • literalValue: obstruction_trivial = false
term_WC_5_rhsLiteralExpression
  • literalValue: δ_k ≠ 0 for some pair
term_WC_5_forAllForAllDeclaration
  • variableName: Q_k, k ≥ 1
term_WC_6_lhsLiteralExpression
  • literalValue: d_Δ(x,y) > 0
term_WC_6_rhsLiteralExpression
  • literalValue: ghost defect nonzero
term_WC_6_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_WC_7_lhsLiteralExpression
  • literalValue: succ^{2ⁿ}(x) = x
term_WC_7_rhsLiteralExpression
  • literalValue: r^{2ⁿ} = 1 in Witt-Burnside ring
term_WC_7_forAllForAllDeclaration
  • variableName: x ∈ R_n, n ≥ 1
term_WC_8_lhsLiteralExpression
  • literalValue: neg(succ(neg(x)))
term_WC_8_rhsLiteralExpression
  • literalValue: srs = r⁻¹ relation
term_WC_8_forAllForAllDeclaration
  • variableName: x ∈ R_n, n ≥ 1
term_WC_9_lhsLiteralExpression
  • literalValue: bnot(neg(x)) = pred(x)
term_WC_9_rhsLiteralExpression
  • literalValue: Product of Witt-Burnside reflections
term_WC_9_forAllForAllDeclaration
  • variableName: x ∈ R_n, n ≥ 1
term_WC_10_lhsLiteralExpression
  • literalValue: φ(x) on W_n(F_2)
term_WC_10_rhsLiteralExpression
  • literalValue: x (identity, F_2 perfect)
term_WC_10_forAllForAllDeclaration
  • variableName: x ∈ R_n, n ≥ 1
term_WC_11_lhsLiteralExpression
  • literalValue: V(x) on W_n(F_2)
term_WC_11_rhsLiteralExpression
  • literalValue: add(x, x) in Z/(2ⁿ)Z
term_WC_11_forAllForAllDeclaration
  • variableName: x ∈ R_n, n ≥ 1
term_WC_12_lhsLiteralExpression
  • literalValue: δ(x) on W_n(F_2)
term_WC_12_rhsLiteralExpression
  • literalValue: (x − mul(x,x)) / 2
term_WC_12_forAllForAllDeclaration
  • variableName: x ∈ R_n, n ≥ 2
term_OA_1_lhsLiteralExpression
  • literalValue: |2|_2 · |2|_∞
term_OA_1_rhsLiteralExpression
  • literalValue: 1 in Q×
term_OA_1_forAllForAllDeclaration
  • variableName: p = 2
term_OA_2_lhsLiteralExpression
  • literalValue: CrossingCost(p=2)
term_OA_2_rhsLiteralExpression
  • literalValue: ln 2 = −ln|2|_2
term_OA_2_forAllForAllDeclaration
  • variableName: p = 2
term_OA_3_lhsLiteralExpression
  • literalValue: β* in Cost_Landauer
term_OA_3_rhsLiteralExpression
  • literalValue: CrossingCost(p=2)
term_OA_3_forAllForAllDeclaration
  • variableName: p = 2
term_OA_4_lhsLiteralExpression
  • literalValue: P(outcome k) = |α_k|_∞²
term_OA_4_rhsLiteralExpression
  • literalValue: Archimedean image of 2-adic amplitude
term_OA_4_forAllForAllDeclaration
  • variableName: rational amplitudes
term_OA_5_lhsLiteralExpression
  • literalValue: Information cost of δ (division by 2)
term_OA_5_rhsLiteralExpression
  • literalValue: ln 2 nats
term_OA_5_forAllForAllDeclaration
  • variableName: p = 2
term_HT_1_lhsLiteralExpression
  • literalValue: N(C)
term_HT_1_rhsLiteralExpression
  • literalValue: KanComplex
term_HT_1_forAllForAllDeclaration
  • variableName: constraint configuration C
term_HT_2_lhsLiteralExpression
  • literalValue: π₀(N(C))
term_HT_2_rhsLiteralExpression
  • literalValue: Z^{β₀}
term_HT_2_forAllForAllDeclaration
  • variableName: constraint configuration C
term_HT_3_lhsLiteralExpression
  • literalValue: π₁(N(C)) → D_{2^n}
term_HT_3_rhsLiteralExpression
  • literalValue: HolonomyGroup factorization
term_HT_3_forAllForAllDeclaration
  • variableName: constraint configuration C
term_HT_4_lhsLiteralExpression
  • literalValue: π_k(N(C)) for k > dim(N(C))
term_HT_4_rhsLiteralExpression
  • literalValue: 0
term_HT_4_forAllForAllDeclaration
  • variableName: constraint configuration C, k > dim(N(C))
term_HT_5_lhsLiteralExpression
  • literalValue: τ_{≤1}(N(C))
term_HT_5_rhsLiteralExpression
  • literalValue: FlatType/TwistedType classification
term_HT_5_forAllForAllDeclaration
  • variableName: constraint configuration C
term_HT_6_lhsLiteralExpression
  • literalValue: κ_k trivial for all k > d
term_HT_6_rhsLiteralExpression
  • literalValue: spectral sequence collapses at E_{d+2}
term_HT_6_forAllForAllDeclaration
  • variableName: constraint configuration C, d = max simplex dim
term_HT_7_lhsLiteralExpression
  • literalValue: [α, β] ≠ 0 in π_{p+q−1}
term_HT_7_rhsLiteralExpression
  • literalValue: LiftObstruction non-trivial
term_HT_7_forAllForAllDeclaration
  • variableName: α ∈ π_p, β ∈ π_q
term_HT_8_lhsLiteralExpression
  • literalValue: π_k(N(C)) ⊗ Z
term_HT_8_rhsLiteralExpression
  • literalValue: H_k(N(C); Z) for smallest k with π_k ≠ 0
term_HT_8_forAllForAllDeclaration
  • variableName: constraint configuration C
term_psi_7_lhsLiteralExpression
  • literalValue: KanComplex(N(C))
term_psi_7_rhsLiteralExpression
  • literalValue: PostnikovTower
term_psi_7_forAllForAllDeclaration
  • variableName: constraint configuration C
term_psi_8_lhsLiteralExpression
  • literalValue: PostnikovTower(τ≤k)
term_psi_8_rhsLiteralExpression
  • literalValue: HomotopyGroups(π_k)
term_psi_8_forAllForAllDeclaration
  • variableName: constraint configuration C
term_psi_9_lhsLiteralExpression
  • literalValue: HomotopyGroups(π_k)
term_psi_9_rhsLiteralExpression
  • literalValue: KInvariants(κ_k)
term_psi_9_forAllForAllDeclaration
  • variableName: constraint configuration C
term_HP_1_lhsLiteralExpression
  • literalValue: ψ_7 ∘ ψ_1
term_HP_1_rhsLiteralExpression
  • literalValue: Kan promotion of nerve
term_HP_1_forAllForAllDeclaration
  • variableName: constraint configuration C
term_HP_2_lhsLiteralExpression
  • literalValue: ψ_8(τ≤k) restricted
term_HP_2_rhsLiteralExpression
  • literalValue: ψ_3(C≤k)
term_HP_2_forAllForAllDeclaration
  • variableName: constraint configuration C, truncation level k
term_HP_3_lhsLiteralExpression
  • literalValue: ψ_9 detects convergence
term_HP_3_rhsLiteralExpression
  • literalValue: spectral sequence converges at E_{d+2}
term_HP_3_forAllForAllDeclaration
  • variableName: constraint configuration C
term_HP_4_lhsLiteralExpression
  • literalValue: HomotopyResolver time
term_HP_4_rhsLiteralExpression
  • literalValue: O(n^{d+1})
term_HP_4_forAllForAllDeclaration
  • variableName: d = max simplex dimension
term_MD_1_lhsLiteralExpression
  • literalValue: dim(M_n)
term_MD_1_rhsLiteralExpression
  • literalValue: basisSize(T)
term_MD_1_forAllForAllDeclaration
  • variableName: T in M_n
term_MD_2_lhsLiteralExpression
  • literalValue: H^0(Def(T))
term_MD_2_rhsLiteralExpression
  • literalValue: Aut(T) ∩ D_{2^n}
term_MD_2_forAllForAllDeclaration
  • variableName: CompleteType T
term_MD_3_lhsLiteralExpression
  • literalValue: H^1(Def(T))
term_MD_3_rhsLiteralExpression
  • literalValue: T_T(M_n)
term_MD_3_forAllForAllDeclaration
  • variableName: CompleteType T
term_MD_4_lhsLiteralExpression
  • literalValue: H^2(Def(T))
term_MD_4_rhsLiteralExpression
  • literalValue: LiftObstruction space
term_MD_4_forAllForAllDeclaration
  • variableName: CompleteType T
term_MD_5_lhsLiteralExpression
  • literalValue: FlatType stratum codimension
term_MD_5_rhsLiteralExpression
  • literalValue: 0
term_MD_5_forAllForAllDeclaration
  • variableName: M_n at any quantum level
term_MD_6_lhsLiteralExpression
  • literalValue: TwistedType stratum codimension
term_MD_6_rhsLiteralExpression
  • literalValue: ≥ 1
term_MD_6_forAllForAllDeclaration
  • variableName: M_n at any quantum level
term_MD_7_lhsLiteralExpression
  • literalValue: VersalDeformation existence
term_MD_7_rhsLiteralExpression
  • literalValue: guaranteed when H^2 = 0
term_MD_7_forAllForAllDeclaration
  • variableName: CompleteType T
term_MD_8_lhsLiteralExpression
  • literalValue: familyPreservesCompleteness
term_MD_8_rhsLiteralExpression
  • literalValue: H^2(Def(T_t)) = 0 along path
term_MD_8_forAllForAllDeclaration
  • variableName: DeformationFamily {C_t}
term_MD_9_lhsLiteralExpression
  • literalValue: site(ModuliTowerMap, T) dimension
term_MD_9_rhsLiteralExpression
  • literalValue: 1 when obstructionTrivial
term_MD_9_forAllForAllDeclaration
  • variableName: CompleteType T, obstruction = 0
term_MD_10_lhsLiteralExpression
  • literalValue: site(ModuliTowerMap, T)
term_MD_10_rhsLiteralExpression
  • literalValue: empty iff TwistedType at every level
term_MD_10_forAllForAllDeclaration
  • variableName: CompleteType T
term_MR_1_lhsLiteralExpression
  • literalValue: ModuliResolver boundary
term_MR_1_rhsLiteralExpression
  • literalValue: MorphospaceBoundary
term_MR_1_forAllForAllDeclaration
  • variableName: M_n
term_MR_2_lhsLiteralExpression
  • literalValue: StratificationRecord coverage
term_MR_2_rhsLiteralExpression
  • literalValue: every CompleteType in exactly one stratum
term_MR_2_forAllForAllDeclaration
  • variableName: M_n
term_MR_3_lhsLiteralExpression
  • literalValue: ModuliResolver complexity
term_MR_3_rhsLiteralExpression
  • literalValue: O(n × basisSize²)
term_MR_3_forAllForAllDeclaration
  • variableName: CompleteType T
term_MR_4_lhsLiteralExpression
  • literalValue: achievabilityStatus = Achievable
term_MR_4_rhsLiteralExpression
  • literalValue: signature in some HolonomyStratum
term_MR_4_forAllForAllDeclaration
  • variableName: MorphospaceRecord
term_CY_1_lhsLiteralExpression
  • literalValue: generate(k)
term_CY_1_rhsLiteralExpression
  • literalValue: and(x_k, y_k) = 1
term_CY_1_forAllForAllDeclaration
  • variableName: x, y ∈ R_n, 0 ≤ k < n
term_CY_2_lhsLiteralExpression
  • literalValue: propagate(k)
term_CY_2_rhsLiteralExpression
  • literalValue: xor(x_k, y_k) = 1 ∧ c_k = 1
term_CY_2_forAllForAllDeclaration
  • variableName: x, y ∈ R_n, 0 ≤ k < n
term_CY_3_lhsLiteralExpression
  • literalValue: kill(k)
term_CY_3_rhsLiteralExpression
  • literalValue: and(x_k, y_k) = 0 ∧ xor(x_k, y_k) = 0
term_CY_3_forAllForAllDeclaration
  • variableName: x, y ∈ R_n, 0 ≤ k < n
term_CY_4_lhsLiteralExpression
  • literalValue: d_Δ(x, y)
term_CY_4_rhsLiteralExpression
  • literalValue: |carryCount(x+y) − hammingDistance(x, y)|
term_CY_4_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_CY_5_lhsLiteralExpression
  • literalValue: argmin_enc Σ d_Δ(enc(s_i), enc(s_j))
term_CY_5_rhsLiteralExpression
  • literalValue: enc where carry significance ≅ domain dependency
term_CY_5_forAllForAllDeclaration
  • variableName: finite symbol set S, observed pairs (s_i, s_j)
term_CY_6_lhsLiteralExpression
  • literalValue: min d_Δ site ordering
term_CY_6_rhsLiteralExpression
  • literalValue: high-significance sites → most informative observables
term_CY_6_forAllForAllDeclaration
  • variableName: EncodingConfiguration over ordered domain
term_CY_7_lhsLiteralExpression
  • literalValue: T(carry_chain(n))
term_CY_7_rhsLiteralExpression
  • literalValue: O(log n) via prefix computation on (g_k, p_k) pairs
term_CY_7_forAllForAllDeclaration
  • variableName: CarryChain of length n
term_BM_1_lhsLiteralExpression
  • literalValue: σ(C)
term_BM_1_rhsLiteralExpression
  • literalValue: (n − freeRank(C)) / n
term_BM_1_forAllForAllDeclaration
  • variableName: Context C with n sites
term_BM_2_lhsLiteralExpression
  • literalValue: χ(nerve(C))
term_BM_2_rhsLiteralExpression
  • literalValue: Σ(−1)^k β_k(nerve(C))
term_BM_2_forAllForAllDeclaration
  • variableName: constraint set C
term_BM_3_lhsLiteralExpression
  • literalValue: Σκ_k − χ
term_BM_3_rhsLiteralExpression
  • literalValue: S_residual / ln 2
term_BM_3_forAllForAllDeclaration
  • variableName: computation state
term_BM_4_lhsLiteralExpression
  • literalValue: J_k (pinned site k)
term_BM_4_rhsLiteralExpression
  • literalValue: 0
term_BM_4_forAllForAllDeclaration
  • variableName: pinned site k
term_BM_5_lhsLiteralExpression
  • literalValue: d_Δ(x, y) > 0
term_BM_5_rhsLiteralExpression
  • literalValue: carry(x + y) ≠ 0
term_BM_5_forAllForAllDeclaration
  • variableName: x, y ∈ R_n
term_BM_6_lhsLiteralExpression
  • literalValue: metric tower
term_BM_6_rhsLiteralExpression
  • literalValue: d_Δ → {σ, J_k} → β_k → χ → r
term_BM_6_forAllForAllDeclaration
  • variableName: computation state
term_GL_1_lhsLiteralExpression
  • literalValue: σ(T)
term_GL_1_rhsLiteralExpression
  • literalValue: lower_adjoint(T)
term_GL_1_forAllForAllDeclaration
  • variableName: type T in type lattice
term_GL_2_lhsLiteralExpression
  • literalValue: r(T)
term_GL_2_rhsLiteralExpression
  • literalValue: 1 − upper_adjoint(T)
term_GL_2_forAllForAllDeclaration
  • variableName: type T in type lattice
term_GL_3_lhsLiteralExpression
  • literalValue: upper(lower(T))
term_GL_3_rhsLiteralExpression
  • literalValue: T (fixpoint: σ=1, r=0)
term_GL_3_forAllForAllDeclaration
  • variableName: CompleteType T
term_GL_4_lhsLiteralExpression
  • literalValue: T₁ ≤ T₂ in type lattice
term_GL_4_rhsLiteralExpression
  • literalValue: site(T₂) ⊆ site(T₁)
term_GL_4_forAllForAllDeclaration
  • variableName: types T₁, T₂
term_NV_1_lhsLiteralExpression
  • literalValue: nerve(C₁ ∪ C₂)
term_NV_1_rhsLiteralExpression
  • literalValue: nerve(C₁) ∪ nerve(C₂)
term_NV_1_forAllForAllDeclaration
  • variableName: disjoint constraint domains C₁, C₂
term_NV_2_lhsLiteralExpression
  • literalValue: β_k(C₁ ∪ C₂)
term_NV_2_rhsLiteralExpression
  • literalValue: β_k(C₁) + β_k(C₂) − β_k(C₁ ∩ C₂)
term_NV_2_forAllForAllDeclaration
  • variableName: constraint sets C₁, C₂
term_NV_3_lhsLiteralExpression
  • literalValue: Δβ_k
term_NV_3_rhsLiteralExpression
  • literalValue: ∈ {−1, 0, +1}
term_NV_3_forAllForAllDeclaration
  • variableName: single constraint addition, dimension k
term_NV_4_lhsLiteralExpression
  • literalValue: β_k(C ∪ {c})
term_NV_4_rhsLiteralExpression
  • literalValue: ≤ β_k(C)
term_NV_4_forAllForAllDeclaration
  • variableName: constraint set C, new constraint c
term_SD_1_lhsLiteralExpression
  • literalValue: quantize(value, range, bits)
term_SD_1_rhsLiteralExpression
  • literalValue: ring element with d_R ∝ |v₁ − v₂|
term_SD_1_forAllForAllDeclaration
  • variableName: values v in ordered domain
term_SD_2_lhsLiteralExpression
  • literalValue: encoding(alphabet)
term_SD_2_rhsLiteralExpression
  • literalValue: argmin_{e} Σ d_Δ(e(a), e(b))
term_SD_2_forAllForAllDeclaration
  • variableName: symbol pairs (a,b) in alphabet
term_SD_3_lhsLiteralExpression
  • literalValue: Seq(T)
term_SD_3_rhsLiteralExpression
  • literalValue: Free(T) with backbone ordering
term_SD_3_forAllForAllDeclaration
  • variableName: element type T
term_SD_4_lhsLiteralExpression
  • literalValue: sites(Tuple(f₁,...,fₖ))
term_SD_4_rhsLiteralExpression
  • literalValue: Σᵢ sites(fᵢ)
term_SD_4_forAllForAllDeclaration
  • variableName: fields f_1,...,f_k of tuple type
term_SD_5_lhsLiteralExpression
  • literalValue: nerve(Graph(V,E))
term_SD_5_rhsLiteralExpression
  • literalValue: constraint_nerve(Graph(V,E))
term_SD_5_forAllForAllDeclaration
  • variableName: graph (V,E) with typed nodes
term_SD_6_lhsLiteralExpression
  • literalValue: d_Δ(Set(a,b,c))
term_SD_6_rhsLiteralExpression
  • literalValue: d_Δ(Set(σ(a,b,c)))
term_SD_6_forAllForAllDeclaration
  • variableName: permutation σ of set elements
term_SD_7_lhsLiteralExpression
  • literalValue: β_1(Tree(V,E))
term_SD_7_rhsLiteralExpression
  • literalValue: 0
term_SD_7_forAllForAllDeclaration
  • variableName: tree (V,E) with beta_0=1
term_SD_8_lhsLiteralExpression
  • literalValue: Table(S)
term_SD_8_rhsLiteralExpression
  • literalValue: Seq(Tuple(S))
term_SD_8_forAllForAllDeclaration
  • variableName: schema S defining tuple fields
term_DD_1_lhsLiteralExpression
  • literalValue: δ(q, R)
term_DD_1_rhsLiteralExpression
  • literalValue: δ(q, R)
term_DD_1_forAllForAllDeclaration
  • variableName: query q, registry R
term_DD_2_lhsLiteralExpression
  • literalValue: dom(R)
term_DD_2_rhsLiteralExpression
  • literalValue: {q | ∃r. δ(q,R)=r}
term_DD_2_forAllForAllDeclaration
  • variableName: registry R
term_PI_1_lhsLiteralExpression
  • literalValue: ι(ι(s,C),C)
term_PI_1_rhsLiteralExpression
  • literalValue: ι(s,C)
term_PI_1_forAllForAllDeclaration
  • variableName: symbol s, GroundedContext C
term_PI_2_lhsLiteralExpression
  • literalValue: type(ι(s,C))
term_PI_2_rhsLiteralExpression
  • literalValue: consistent(C)
term_PI_2_forAllForAllDeclaration
  • variableName: symbol s, context C
term_PI_3_lhsLiteralExpression
  • literalValue: ι(s,C)
term_PI_3_rhsLiteralExpression
  • literalValue: P(Π(G(s,C)))
term_PI_3_forAllForAllDeclaration
  • variableName: symbol s, context C
term_PI_4_lhsLiteralExpression
  • literalValue: complexity(ι(s,C))
term_PI_4_rhsLiteralExpression
  • literalValue: O(|C|)
term_PI_4_forAllForAllDeclaration
  • variableName: symbol s, context C
term_PI_5_lhsLiteralExpression
  • literalValue: roundTrip(P(Π(G(s))))
term_PI_5_rhsLiteralExpression
  • literalValue: s
term_PI_5_forAllForAllDeclaration
  • variableName: symbol s
term_PA_1_lhsLiteralExpression
  • literalValue: α(b₁,α(b₂,C))
term_PA_1_rhsLiteralExpression
  • literalValue: α(b₂,α(b₁,C))
term_PA_1_forAllForAllDeclaration
  • variableName: bindings b₁,b₂, context C at saturation
term_PA_2_lhsLiteralExpression
  • literalValue: sites(α(b,C))
term_PA_2_rhsLiteralExpression
  • literalValue: sites(C) ∪ {b.site}
term_PA_2_forAllForAllDeclaration
  • variableName: binding b, context C
term_PA_3_lhsLiteralExpression
  • literalValue: constraints(α(b,C))
term_PA_3_rhsLiteralExpression
  • literalValue: constraints(C) ∪ constraints(b)
term_PA_3_forAllForAllDeclaration
  • variableName: binding b, context C
term_PA_4_lhsLiteralExpression
  • literalValue: α(b,C)|_{pinned(C)}
term_PA_4_rhsLiteralExpression
  • literalValue: C|_{pinned(C)}
term_PA_4_forAllForAllDeclaration
  • variableName: binding b, context C
term_PA_5_lhsLiteralExpression
  • literalValue: α(∅, C)
term_PA_5_rhsLiteralExpression
  • literalValue: C
term_PA_5_forAllForAllDeclaration
  • variableName: context C
term_PL_1_lhsLiteralExpression
  • literalValue: Lᵢ ∩ Lⱼ
term_PL_1_rhsLiteralExpression
  • literalValue: ∅
term_PL_1_forAllForAllDeclaration
  • variableName: leases Lᵢ, Lⱼ with i ≠ j
term_PL_2_lhsLiteralExpression
  • literalValue: ⋃ᵢ Lᵢ
term_PL_2_rhsLiteralExpression
  • literalValue: S
term_PL_2_forAllForAllDeclaration
  • variableName: shared context S, leases Lᵢ
term_PL_3_lhsLiteralExpression
  • literalValue: |{i | f ∈ Lᵢ}|
term_PL_3_rhsLiteralExpression
  • literalValue: 1
term_PL_3_forAllForAllDeclaration
  • variableName: site f in shared context S
term_PK_1_lhsLiteralExpression
  • literalValue: valid(κ(S₁,S₂))
term_PK_1_rhsLiteralExpression
  • literalValue: disjoint(S₁,S₂)
term_PK_1_forAllForAllDeclaration
  • variableName: sessions S₁,S₂
term_PK_2_lhsLiteralExpression
  • literalValue: resolve(s, κ(S₁,S₂))
term_PK_2_rhsLiteralExpression
  • literalValue: resolve(s, S₁) ∨ resolve(s, S₂)
term_PK_2_forAllForAllDeclaration
  • variableName: symbol s, sessions S₁,S₂
term_PP_1_lhsLiteralExpression
  • literalValue: κ(λₖ(α*(ι(s,·))), C)
term_PP_1_rhsLiteralExpression
  • literalValue: resolve(s, C)
term_PP_1_forAllForAllDeclaration
  • variableName: symbol s, context C
term_PE_1_lhsLiteralExpression
  • literalValue: state(ψ, 0)
term_PE_1_rhsLiteralExpression
  • literalValue: 1
term_PE_1_forAllForAllDeclaration
  • variableName: reduction ψ
term_PE_2_lhsLiteralExpression
  • literalValue: ψ_1(q)
term_PE_2_rhsLiteralExpression
  • literalValue: δ(q, R)
term_PE_2_forAllForAllDeclaration
  • variableName: query q, registry R
term_PE_3_lhsLiteralExpression
  • literalValue: ψ_2(r)
term_PE_3_rhsLiteralExpression
  • literalValue: G(r)
term_PE_3_forAllForAllDeclaration
  • variableName: resolver r
term_PE_4_lhsLiteralExpression
  • literalValue: ψ_3(a)
term_PE_4_rhsLiteralExpression
  • literalValue: Π(a)
term_PE_4_forAllForAllDeclaration
  • variableName: address a
term_PE_5_lhsLiteralExpression
  • literalValue: ψ_4(c)
term_PE_5_rhsLiteralExpression
  • literalValue: α*(c)
term_PE_5_forAllForAllDeclaration
  • variableName: constraint set c
term_PE_6_lhsLiteralExpression
  • literalValue: ψ_5(b)
term_PE_6_rhsLiteralExpression
  • literalValue: P(b)
term_PE_6_forAllForAllDeclaration
  • variableName: binding b
term_PE_7_lhsLiteralExpression
  • literalValue: ψ_5 ∘ ψ_4 ∘ ψ_3 ∘ ψ_2 ∘ ψ_1 ∘ ψ_0
term_PE_7_rhsLiteralExpression
  • literalValue: ψ
term_PE_7_forAllForAllDeclaration
  • variableName: reduction ψ
term_PM_1_lhsLiteralExpression
  • literalValue: phase(stage_k)
term_PM_1_rhsLiteralExpression
  • literalValue: Ω^k
term_PM_1_forAllForAllDeclaration
  • variableName: stage index k in 0..5
term_PM_2_lhsLiteralExpression
  • literalValue: gate(k)
term_PM_2_rhsLiteralExpression
  • literalValue: phase(k) == Ω^k
term_PM_2_forAllForAllDeclaration
  • variableName: stage boundary k
term_PM_3_lhsLiteralExpression
  • literalValue: fail(gate(k))
term_PM_3_rhsLiteralExpression
  • literalValue: rollback(z → z̄)
term_PM_3_forAllForAllDeclaration
  • variableName: stage k with gate failure
term_PM_4_lhsLiteralExpression
  • literalValue: conj(conj(z))
term_PM_4_rhsLiteralExpression
  • literalValue: z
term_PM_4_forAllForAllDeclaration
  • variableName: complex value z
term_PM_5_lhsLiteralExpression
  • literalValue: sat(epoch_n)
term_PM_5_rhsLiteralExpression
  • literalValue: sat(epoch_{n+1})
term_PM_5_forAllForAllDeclaration
  • variableName: consecutive epochs n, n+1
term_PM_6_lhsLiteralExpression
  • literalValue: context(window)
term_PM_6_rhsLiteralExpression
  • literalValue: base_context
term_PM_6_forAllForAllDeclaration
  • variableName: service window
term_PM_7_lhsLiteralExpression
  • literalValue: ψ(s₀)
term_PM_7_rhsLiteralExpression
  • literalValue: ψ(s₀)
term_PM_7_forAllForAllDeclaration
  • variableName: initial state s₀
term_ER_1_lhsLiteralExpression
  • literalValue: advance(k, k+1)
term_ER_1_rhsLiteralExpression
  • literalValue: guard(k) = true
term_ER_1_forAllForAllDeclaration
  • variableName: stage transition k to k+1
term_ER_2_lhsLiteralExpression
  • literalValue: apply(effect(k))
term_ER_2_rhsLiteralExpression
  • literalValue: atomic(effect(k))
term_ER_2_forAllForAllDeclaration
  • variableName: transition effect at stage k
term_ER_3_lhsLiteralExpression
  • literalValue: eval(guard(k), s)
term_ER_3_rhsLiteralExpression
  • literalValue: s (state unchanged)
term_ER_3_forAllForAllDeclaration
  • variableName: guard evaluation at stage k with state s
term_ER_4_lhsLiteralExpression
  • literalValue: apply(e1; e2)
term_ER_4_rhsLiteralExpression
  • literalValue: apply(e2; e1)
term_ER_4_forAllForAllDeclaration
  • variableName: effects e1, e2 within same stage
term_EA_1_lhsLiteralExpression
  • literalValue: free(epoch(n+1))
term_EA_1_rhsLiteralExpression
  • literalValue: free(epoch(0))
term_EA_1_forAllForAllDeclaration
  • variableName: epoch boundary n to n+1
term_EA_2_lhsLiteralExpression
  • literalValue: grounded(epoch(n))
term_EA_2_rhsLiteralExpression
  • literalValue: grounded(epoch(n+1))
term_EA_2_forAllForAllDeclaration
  • variableName: grounded sites across epoch boundary
term_EA_3_lhsLiteralExpression
  • literalValue: |context(w)|
term_EA_3_rhsLiteralExpression
  • literalValue: windowSize(w)
term_EA_3_forAllForAllDeclaration
  • variableName: service window w
term_EA_4_lhsLiteralExpression
  • literalValue: admit(epoch(n))
term_EA_4_rhsLiteralExpression
  • literalValue: datum | refinement
term_EA_4_forAllForAllDeclaration
  • variableName: epoch admission at epoch n
term_OE_1_lhsLiteralExpression
  • literalValue: stage(k); stage(k+1)
term_OE_1_rhsLiteralExpression
  • literalValue: fused(k, k+1)
term_OE_1_forAllForAllDeclaration
  • variableName: adjacent stages k, k+1 with compatible guards
term_OE_2_lhsLiteralExpression
  • literalValue: effect(a); effect(b)
term_OE_2_rhsLiteralExpression
  • literalValue: effect(b); effect(a)
term_OE_2_forAllForAllDeclaration
  • variableName: independent effects a, b
term_OE_3_lhsLiteralExpression
  • literalValue: lease(A); lease(B)
term_OE_3_rhsLiteralExpression
  • literalValue: lease(A) || lease(B)
term_OE_3_forAllForAllDeclaration
  • variableName: disjoint lease sets A, B
term_OE_4a_lhsLiteralExpression
  • literalValue: sem(fused(k, k+1))
term_OE_4a_rhsLiteralExpression
  • literalValue: sem(stage(k)); sem(stage(k+1))
term_OE_4a_forAllForAllDeclaration
  • variableName: fused stages k, k+1
term_OE_4b_lhsLiteralExpression
  • literalValue: outcome(a; b)
term_OE_4b_rhsLiteralExpression
  • literalValue: outcome(b; a)
term_OE_4b_forAllForAllDeclaration
  • variableName: commuting effects a, b
term_OE_4c_lhsLiteralExpression
  • literalValue: coverage(A || B)
term_OE_4c_rhsLiteralExpression
  • literalValue: coverage(A) + coverage(B)
term_OE_4c_forAllForAllDeclaration
  • variableName: parallel leases A, B
term_CS_1_lhsLiteralExpression
  • literalValue: cost(stage(k))
term_CS_1_rhsLiteralExpression
  • literalValue: O(1)
term_CS_1_forAllForAllDeclaration
  • variableName: reduction step k
term_CS_2_lhsLiteralExpression
  • literalValue: cost(pipeline)
term_CS_2_rhsLiteralExpression
  • literalValue: sum(cost(stage(k)))
term_CS_2_forAllForAllDeclaration
  • variableName: reduction pipeline
term_CS_3_lhsLiteralExpression
  • literalValue: cost(rollback)
term_CS_3_rhsLiteralExpression
  • literalValue: cost(forward)
term_CS_3_forAllForAllDeclaration
  • variableName: reduction rollback operation
term_CS_4_lhsLiteralExpression
  • literalValue: cost(preflight)
term_CS_4_rhsLiteralExpression
  • literalValue: O(1)
term_CS_4_forAllForAllDeclaration
  • variableName: preflight check
term_CS_5_lhsLiteralExpression
  • literalValue: cost(reduction)
term_CS_5_rhsLiteralExpression
  • literalValue: n * max(cost(stage(k)))
term_CS_5_forAllForAllDeclaration
  • variableName: reduction with n stages
term_CS_6_lhsLiteralExpression
  • literalValue: thermodynamicBudget(U) < bitsWidth(unitWittLevel(U)) × ln 2
term_CS_6_rhsLiteralExpression
  • literalValue: reject(U) at BudgetSolvencyCheck
term_CS_6_forAllForAllDeclaration
  • variableName: CompileUnit U
term_CS_7_lhsLiteralExpression
  • literalValue: unitAddress(U)
term_CS_7_rhsLiteralExpression
  • literalValue: address(canonicalBytes(transitiveClosure(rootTerm(U))))
term_CS_7_forAllForAllDeclaration
  • variableName: CompileUnit U
term_FA_1_lhsLiteralExpression
  • literalValue: pending(q)
term_FA_1_rhsLiteralExpression
  • literalValue: reaches_gate(q)
term_FA_1_forAllForAllDeclaration
  • variableName: query q in reduction
term_FA_2_lhsLiteralExpression
  • literalValue: admitted(q, epoch)
term_FA_2_rhsLiteralExpression
  • literalValue: served(q, epoch + k)
term_FA_2_forAllForAllDeclaration
  • variableName: query q, bounded k
term_FA_3_lhsLiteralExpression
  • literalValue: lease_alloc(p1 + p2)
term_FA_3_rhsLiteralExpression
  • literalValue: lease_alloc(p1) + lease_alloc(p2)
term_FA_3_forAllForAllDeclaration
  • variableName: disjoint partitions p1, p2
term_SW_1_lhsLiteralExpression
  • literalValue: memory(window(w))
term_SW_1_rhsLiteralExpression
  • literalValue: O(w)
term_SW_1_forAllForAllDeclaration
  • variableName: service window of size w
term_SW_2_lhsLiteralExpression
  • literalValue: saturated(slide(w))
term_SW_2_rhsLiteralExpression
  • literalValue: saturated(w)
term_SW_2_forAllForAllDeclaration
  • variableName: window slide operation
term_SW_3_lhsLiteralExpression
  • literalValue: resources(evict(e))
term_SW_3_rhsLiteralExpression
  • literalValue: 0
term_SW_3_forAllForAllDeclaration
  • variableName: evicted epoch e
term_SW_4_lhsLiteralExpression
  • literalValue: size(window)
term_SW_4_rhsLiteralExpression
  • literalValue: >= 1
term_SW_4_forAllForAllDeclaration
  • variableName: service window
term_LS_1_lhsLiteralExpression
  • literalValue: pinned(suspend(lease))
term_LS_1_rhsLiteralExpression
  • literalValue: pinned(lease)
term_LS_1_forAllForAllDeclaration
  • variableName: lease suspension
term_LS_2_lhsLiteralExpression
  • literalValue: resources(expire(lease))
term_LS_2_rhsLiteralExpression
  • literalValue: 0
term_LS_2_forAllForAllDeclaration
  • variableName: expired lease
term_LS_3_lhsLiteralExpression
  • literalValue: restore(restore(checkpoint))
term_LS_3_rhsLiteralExpression
  • literalValue: restore(checkpoint)
term_LS_3_forAllForAllDeclaration
  • variableName: checkpoint restore
term_LS_4_lhsLiteralExpression
  • literalValue: resume(suspend(lease))
term_LS_4_rhsLiteralExpression
  • literalValue: lease
term_LS_4_forAllForAllDeclaration
  • variableName: active lease
term_TJ_1_lhsLiteralExpression
  • literalValue: all_or_nothing(fail)
term_TJ_1_rhsLiteralExpression
  • literalValue: rollback
term_TJ_1_forAllForAllDeclaration
  • variableName: AllOrNothing transaction with failure
term_TJ_2_lhsLiteralExpression
  • literalValue: best_effort(partial_fail)
term_TJ_2_rhsLiteralExpression
  • literalValue: commit(succeeded)
term_TJ_2_forAllForAllDeclaration
  • variableName: BestEffort transaction
term_TJ_3_lhsLiteralExpression
  • literalValue: scope(transaction)
term_TJ_3_rhsLiteralExpression
  • literalValue: single_epoch
term_TJ_3_forAllForAllDeclaration
  • variableName: reduction transaction
term_AP_1_lhsLiteralExpression
  • literalValue: sat(stage(k+1))
term_AP_1_rhsLiteralExpression
  • literalValue: >= sat(stage(k))
term_AP_1_forAllForAllDeclaration
  • variableName: consecutive stages k, k+1
term_AP_2_lhsLiteralExpression
  • literalValue: quality(epoch(n+1))
term_AP_2_rhsLiteralExpression
  • literalValue: >= quality(epoch(n))
term_AP_2_forAllForAllDeclaration
  • variableName: consecutive epochs n, n+1
term_AP_3_lhsLiteralExpression
  • literalValue: deferred(q)
term_AP_3_rhsLiteralExpression
  • literalValue: processed(q) | dropped(q)
term_AP_3_forAllForAllDeclaration
  • variableName: deferred query q
term_EC_1_lhsLiteralExpression
  • literalValue: Ω⁶
term_EC_1_rhsLiteralExpression
  • literalValue: −1
term_EC_1_forAllForAllDeclaration
  • variableName: reduction phase angle Ω = e^{iπ/6}
term_EC_2_lhsLiteralExpression
  • literalValue: conj(conj(z))
term_EC_2_rhsLiteralExpression
  • literalValue: z
term_EC_2_forAllForAllDeclaration
  • variableName: complex z in reduction
term_EC_3_lhsLiteralExpression
  • literalValue: [q_A, q_B]^inf
term_EC_3_rhsLiteralExpression
  • literalValue: 1
term_EC_3_forAllForAllDeclaration
  • variableName: quaternion pair q_A, q_B
term_EC_4_lhsLiteralExpression
  • literalValue: [q_A, q_B, q_C]^inf
term_EC_4_rhsLiteralExpression
  • literalValue: 0
term_EC_4_forAllForAllDeclaration
  • variableName: octonion triple q_A, q_B, q_C
term_EC_4a_lhsLiteralExpression
  • literalValue: ||[a,b,c]_{n+1}||
term_EC_4a_rhsLiteralExpression
  • literalValue: <= ||[a,b,c]_n||
term_EC_4a_forAllForAllDeclaration
  • variableName: successive associator iterates
term_EC_4b_lhsLiteralExpression
  • literalValue: steps_to_zero([a,b,c])
term_EC_4b_rhsLiteralExpression
  • literalValue: <= |three_way_sites|
term_EC_4b_forAllForAllDeclaration
  • variableName: octonion triple a, b, c
term_EC_4c_lhsLiteralExpression
  • literalValue: [a,b,c] = 0
term_EC_4c_rhsLiteralExpression
  • literalValue: associative(resolved_site_space)
term_EC_4c_forAllForAllDeclaration
  • variableName: resolved site space
term_EC_5_lhsLiteralExpression
  • literalValue: max_level(convergence_tower)
term_EC_5_rhsLiteralExpression
  • literalValue: L3_Self
term_EC_5_forAllForAllDeclaration
  • variableName: convergence tower
term_DA_1_lhsLiteralExpression
  • literalValue: CD(R, i)
term_DA_1_rhsLiteralExpression
  • literalValue: C
term_DA_1_forAllForAllDeclaration
  • variableName: Cayley-Dickson doubling
term_DA_2_lhsLiteralExpression
  • literalValue: CD(C, j)
term_DA_2_rhsLiteralExpression
  • literalValue: H
term_DA_2_forAllForAllDeclaration
  • variableName: Cayley-Dickson doubling
term_DA_3_lhsLiteralExpression
  • literalValue: CD(H, l)
term_DA_3_rhsLiteralExpression
  • literalValue: O
term_DA_3_forAllForAllDeclaration
  • variableName: Cayley-Dickson doubling
term_DA_4_lhsLiteralExpression
  • literalValue: dim(normed_div_alg)
term_DA_4_rhsLiteralExpression
  • literalValue: ∈ {1, 2, 4, 8}
term_DA_4_forAllForAllDeclaration
  • variableName: normed division algebras over R
term_DA_5_lhsLiteralExpression
  • literalValue: algebra(L_k)
term_DA_5_rhsLiteralExpression
  • literalValue: division_algebra[k]
term_DA_5_forAllForAllDeclaration
  • variableName: convergence level L_k
term_DA_6_lhsLiteralExpression
  • literalValue: [a,b] = 0
term_DA_6_rhsLiteralExpression
  • literalValue: isCommutative(algebra(L_k))
term_DA_6_forAllForAllDeclaration
  • variableName: elements a, b in division algebra at level k
term_DA_7_lhsLiteralExpression
  • literalValue: [a,b,c] = 0
term_DA_7_rhsLiteralExpression
  • literalValue: isAssociative(algebra(L_k))
term_DA_7_forAllForAllDeclaration
  • variableName: elements a, b, c in division algebra at level k
term_IN_1_lhsLiteralExpression
  • literalValue: d_Δ(A,B)
term_IN_1_rhsLiteralExpression
  • literalValue: interaction_cost(A,B)
term_IN_1_forAllForAllDeclaration
  • variableName: entity pairs A, B
term_IN_2_lhsLiteralExpression
  • literalValue: disjoint_leases(A,B)
term_IN_2_rhsLiteralExpression
  • literalValue: commutator(A,B) = 0
term_IN_2_forAllForAllDeclaration
  • variableName: entity pairs with disjoint leases
term_IN_3_lhsLiteralExpression
  • literalValue: shared_sites(A,B) ≠ ∅
term_IN_3_rhsLiteralExpression
  • literalValue: commutator(A,B) > 0
term_IN_3_forAllForAllDeclaration
  • variableName: entity pairs with shared sites
term_IN_4_lhsLiteralExpression
  • literalValue: SR_8_session(A,B)
term_IN_4_rhsLiteralExpression
  • literalValue: commutator(A,B,t+1) ≤ commutator(A,B,t)
term_IN_4_forAllForAllDeclaration
  • variableName: entity pairs in session
term_IN_5_lhsLiteralExpression
  • literalValue: converged_negotiation(A,B)
term_IN_5_rhsLiteralExpression
  • literalValue: U(1) ⊂ SU(2)
term_IN_5_forAllForAllDeclaration
  • variableName: converged pairwise interactions
term_IN_6_lhsLiteralExpression
  • literalValue: outcome_space(pairwise_negotiation)
term_IN_6_rhsLiteralExpression
  • literalValue: S²
term_IN_6_forAllForAllDeclaration
  • variableName: pairwise negotiations
term_IN_7_lhsLiteralExpression
  • literalValue: converged_mutual_model(A,B,C)
term_IN_7_rhsLiteralExpression
  • literalValue: H ⊂ O
term_IN_7_forAllForAllDeclaration
  • variableName: converged triple interactions
term_IN_8_lhsLiteralExpression
  • literalValue: β_k(interaction_nerve)
term_IN_8_rhsLiteralExpression
  • literalValue: coupling_complexity(k)
term_IN_8_forAllForAllDeclaration
  • variableName: interaction nerve at dimension k
term_IN_9_lhsLiteralExpression
  • literalValue: β_2(nerve) × max_disagreement
term_IN_9_rhsLiteralExpression
  • literalValue: upper_bound(associator_norm)
term_IN_9_forAllForAllDeclaration
  • variableName: interaction nerves with β_2 > 0
term_AS_1_lhsLiteralExpression
  • literalValue: (δ ∘ ι) ∘ κ
term_AS_1_rhsLiteralExpression
  • literalValue: δ ∘ (ι ∘ κ)
term_AS_1_forAllForAllDeclaration
  • variableName: triple δ, ι, κ with shared registry
term_AS_2_lhsLiteralExpression
  • literalValue: (ι ∘ α) ∘ λ
term_AS_2_rhsLiteralExpression
  • literalValue: ι ∘ (α ∘ λ)
term_AS_2_forAllForAllDeclaration
  • variableName: triple ι, α, λ with shared lease
term_AS_3_lhsLiteralExpression
  • literalValue: (λ ∘ κ) ∘ δ
term_AS_3_rhsLiteralExpression
  • literalValue: λ ∘ (κ ∘ δ)
term_AS_3_forAllForAllDeclaration
  • variableName: triple λ, κ, δ with shared state
term_AS_4_lhsLiteralExpression
  • literalValue: associator(A,B,C) ≠ 0
term_AS_4_rhsLiteralExpression
  • literalValue: ∃ mediating read-write interleaving
term_AS_4_forAllForAllDeclaration
  • variableName: triples with non-zero associator
term_MO_1_lhsLiteralExpression
  • literalValue: I ⊗ A
term_MO_1_rhsLiteralExpression
  • literalValue: A
term_MO_1_forAllForAllDeclaration
  • variableName: computations A
term_MO_2_lhsLiteralExpression
  • literalValue: (A⊗B)⊗C
term_MO_2_rhsLiteralExpression
  • literalValue: A⊗(B⊗C)
term_MO_2_forAllForAllDeclaration
  • variableName: computations A, B, C
term_MO_3_lhsLiteralExpression
  • literalValue: cert(A⊗B)
term_MO_3_rhsLiteralExpression
  • literalValue: cert(A) ∧ cert(B)
term_MO_3_forAllForAllDeclaration
  • variableName: certified computations A, B
term_MO_4_lhsLiteralExpression
  • literalValue: σ(A⊗B)
term_MO_4_rhsLiteralExpression
  • literalValue: max(σ(A), σ(B))
term_MO_4_forAllForAllDeclaration
  • variableName: computations A, B
term_MO_5_lhsLiteralExpression
  • literalValue: r(A⊗B)
term_MO_5_rhsLiteralExpression
  • literalValue: min(r(A), r(B))
term_MO_5_forAllForAllDeclaration
  • variableName: computations A, B
term_OP_1_lhsLiteralExpression
  • literalValue: siteCount(F(G))
term_OP_1_rhsLiteralExpression
  • literalValue: F.sites + Σ_i G_i.sites
term_OP_1_forAllForAllDeclaration
  • variableName: structural types F, G
term_OP_2_lhsLiteralExpression
  • literalValue: grounding(F(G(x)))
term_OP_2_rhsLiteralExpression
  • literalValue: F.ground(G.ground(x))
term_OP_2_forAllForAllDeclaration
  • variableName: structural types F, G, element x
term_OP_3_lhsLiteralExpression
  • literalValue: d_Δ(F(G))
term_OP_3_rhsLiteralExpression
  • literalValue: d_Δ(F) ∘ G + F ∘ d_Δ(G)
term_OP_3_forAllForAllDeclaration
  • variableName: structural types F, G
term_OP_4_lhsLiteralExpression
  • literalValue: Table(Tuple(fields))
term_OP_4_rhsLiteralExpression
  • literalValue: Sequence(Tuple(fields))
term_OP_4_forAllForAllDeclaration
  • variableName: tabular data
term_OP_5_lhsLiteralExpression
  • literalValue: Tree(Symbol(leaves))
term_OP_5_rhsLiteralExpression
  • literalValue: Graph(Symbol(leaves), acyclic)
term_OP_5_forAllForAllDeclaration
  • variableName: hierarchical data
term_FX_1_lhsLiteralExpression
  • literalValue: freeRank(postContext(e))
term_FX_1_rhsLiteralExpression
  • literalValue: freeRank(preContext(e)) − 1
term_FX_1_forAllForAllDeclaration
  • variableName: PinningEffect e
term_FX_2_lhsLiteralExpression
  • literalValue: freeRank(postContext(e))
term_FX_2_rhsLiteralExpression
  • literalValue: freeRank(preContext(e)) + 1
term_FX_2_forAllForAllDeclaration
  • variableName: UnbindingEffect e
term_FX_3_lhsLiteralExpression
  • literalValue: freeRank(postContext(e))
term_FX_3_rhsLiteralExpression
  • literalValue: freeRank(preContext(e))
term_FX_3_forAllForAllDeclaration
  • variableName: PhaseEffect e
term_FX_4_lhsLiteralExpression
  • literalValue: apply(A ; B, ctx)
term_FX_4_rhsLiteralExpression
  • literalValue: apply(B ; A, ctx)
term_FX_4_forAllForAllDeclaration
  • variableName: Effects A, B with DisjointnessWitness(target(A), target(B))
term_FX_5_lhsLiteralExpression
  • literalValue: freeRankDelta(E₁ ; E₂)
term_FX_5_rhsLiteralExpression
  • literalValue: freeRankDelta(E₁) + freeRankDelta(E₂)
term_FX_5_forAllForAllDeclaration
  • variableName: CompositeEffect (E₁ ; E₂)
term_FX_6_lhsLiteralExpression
  • literalValue: apply(e, apply(e⁻¹, ctx))
term_FX_6_rhsLiteralExpression
  • literalValue: ctx
term_FX_6_forAllForAllDeclaration
  • variableName: ReversibleEffect e
term_FX_7_lhsLiteralExpression
  • literalValue: freeRankDelta(e)
term_FX_7_rhsLiteralExpression
  • literalValue: declared freeRankDelta in EffectShape
term_FX_7_forAllForAllDeclaration
  • variableName: ExternalEffect e satisfying conformance:EffectShape
term_PR_1_lhsLiteralExpression
  • literalValue: eval(p, x)
term_PR_1_rhsLiteralExpression
  • literalValue: ∈ {true, false}
term_PR_1_forAllForAllDeclaration
  • variableName: Predicate p, input x
term_PR_2_lhsLiteralExpression
  • literalValue: state(eval(p, x, s))
term_PR_2_rhsLiteralExpression
  • literalValue: s
term_PR_2_forAllForAllDeclaration
  • variableName: Predicate p, input x, state s
term_PR_3_lhsLiteralExpression
  • literalValue: dispatch(D, x)
term_PR_3_rhsLiteralExpression
  • literalValue: exactly one DispatchRule
term_PR_3_forAllForAllDeclaration
  • variableName: DispatchTable D with isExhaustive=true, isMutuallyExclusive=true
term_PR_4_lhsLiteralExpression
  • literalValue: eval(M)
term_PR_4_rhsLiteralExpression
  • literalValue: armResult(first matching arm)
term_PR_4_forAllForAllDeclaration
  • variableName: MatchExpression M with exhaustive arms
term_PR_5_lhsLiteralExpression
  • literalValue: advance(k, guardTarget(g))
term_PR_5_rhsLiteralExpression
  • literalValue: requires guardPredicate(g) = true
term_PR_5_forAllForAllDeclaration
  • variableName: GuardedTransition g at reduction step k
term_CG_1_lhsLiteralExpression
  • literalValue: advance_to(s)
term_CG_1_rhsLiteralExpression
  • literalValue: requires eval(g, currentState) = true
term_CG_1_forAllForAllDeclaration
  • variableName: ReductionStep s with entryGuard g
term_CG_2_lhsLiteralExpression
  • literalValue: advance_from(s)
term_CG_2_rhsLiteralExpression
  • literalValue: requires eval(g, currentState) = true, then apply(e)
term_CG_2_forAllForAllDeclaration
  • variableName: ReductionStep s with exitGuard g and stageEffect e
term_DIS_1_lhsLiteralExpression
  • literalValue: isExhaustive(D) ∧ isMutuallyExclusive(D)
term_DIS_1_rhsLiteralExpression
  • literalValue: true
term_DIS_1_forAllForAllDeclaration
  • variableName: Root DispatchTable D
term_DIS_2_lhsLiteralExpression
  • literalValue: dispatch(D, T)
term_DIS_2_rhsLiteralExpression
  • literalValue: exactly one Resolver
term_DIS_2_forAllForAllDeclaration
  • variableName: TypeDefinition T, DispatchTable D
term_PAR_1_lhsLiteralExpression
  • literalValue: apply(A ⊗ B, ctx)
term_PAR_1_rhsLiteralExpression
  • literalValue: apply(B ⊗ A, ctx)
term_PAR_1_forAllForAllDeclaration
  • variableName: ParallelProduct A ∥ B with DisjointnessCertificate
term_PAR_2_lhsLiteralExpression
  • literalValue: freeRankDelta(A ∥ B)
term_PAR_2_rhsLiteralExpression
  • literalValue: freeRankDelta(A) + freeRankDelta(B)
term_PAR_2_forAllForAllDeclaration
  • variableName: ParallelProduct A ∥ B
term_PAR_3_lhsLiteralExpression
  • literalValue: Σ |component_i|
term_PAR_3_rhsLiteralExpression
  • literalValue: n
term_PAR_3_forAllForAllDeclaration
  • variableName: SitePartitioning P over n sites
term_PAR_4_lhsLiteralExpression
  • literalValue: finalContext(σ(A, B))
term_PAR_4_rhsLiteralExpression
  • literalValue: finalContext(A ⊗ B)
term_PAR_4_forAllForAllDeclaration
  • variableName: ParallelProduct A ∥ B, any interleaving σ
term_PAR_5_lhsLiteralExpression
  • literalValue: cert(A ∥ B)
term_PAR_5_rhsLiteralExpression
  • literalValue: cert(A) ∧ cert(B) ∧ DisjointnessCertificate(A, B)
term_PAR_5_forAllForAllDeclaration
  • variableName: cert(A ∥ B)
term_HO_1_lhsLiteralExpression
  • literalValue: value(c)
term_HO_1_rhsLiteralExpression
  • literalValue: contentHash(referencedCertificate(c))
term_HO_1_forAllForAllDeclaration
  • variableName: ComputationDatum c
term_HO_2_lhsLiteralExpression
  • literalValue: cert(output(app))
term_HO_2_rhsLiteralExpression
  • literalValue: cert(applicationTarget(app))
term_HO_2_forAllForAllDeclaration
  • variableName: ApplicationMorphism app
term_HO_3_lhsLiteralExpression
  • literalValue: cert(f ∘ g)
term_HO_3_rhsLiteralExpression
  • literalValue: cert(f) ∧ cert(g) ∧ range(g) = domain(f)
term_HO_3_forAllForAllDeclaration
  • variableName: TransformComposition f ∘ g
term_HO_4_lhsLiteralExpression
  • literalValue: p
term_HO_4_rhsLiteralExpression
  • literalValue: ApplicationMorphism(partialBase(p), boundArguments(p))
term_HO_4_forAllForAllDeclaration
  • variableName: PartialApplication p with remainingArity = 0
term_STR_1_lhsLiteralExpression
  • literalValue: reduction(e_k) converges to π
term_STR_1_rhsLiteralExpression
  • literalValue: true
term_STR_1_forAllForAllDeclaration
  • variableName: Epoch e_k in ProductiveStream
term_STR_2_lhsLiteralExpression
  • literalValue: saturation(continuationContext(b))
term_STR_2_rhsLiteralExpression
  • literalValue: saturation(postContext(e_k))
term_STR_2_forAllForAllDeclaration
  • variableName: EpochBoundary b between e_k and e_{k+1}
term_STR_3_lhsLiteralExpression
  • literalValue: computationTime(P)
term_STR_3_rhsLiteralExpression
  • literalValue: Σ_{i=0}^{k−1} computationTime(epoch_i)
term_STR_3_forAllForAllDeclaration
  • variableName: StreamPrefix P of length k
term_STR_4_lhsLiteralExpression
  • literalValue: epoch_0.context
term_STR_4_rhsLiteralExpression
  • literalValue: seed
term_STR_4_forAllForAllDeclaration
  • variableName: Unfold(seed, step)
term_STR_5_lhsLiteralExpression
  • literalValue: epoch_{k+1}.context
term_STR_5_rhsLiteralExpression
  • literalValue: continuationContext(boundary(e_k))
term_STR_5_forAllForAllDeclaration
  • variableName: Unfold(seed, step), epoch e_k
term_STR_6_lhsLiteralExpression
  • literalValue: linearBudget(epoch_{k+1})
term_STR_6_rhsLiteralExpression
  • literalValue: linearBudget(epoch_k) + leaseCardinality(L)
term_STR_6_forAllForAllDeclaration
  • variableName: EpochBoundary b with LeaseAllocation L expiring at b
term_FLR_1_lhsLiteralExpression
  • literalValue: result(P)
term_FLR_1_rhsLiteralExpression
  • literalValue: ∈ {Success, Failure}
term_FLR_1_forAllForAllDeclaration
  • variableName: PartialComputation P
term_FLR_2_lhsLiteralExpression
  • literalValue: result(T)
term_FLR_2_rhsLiteralExpression
  • literalValue: Success
term_FLR_2_forAllForAllDeclaration
  • variableName: TotalComputation T
term_FLR_3_lhsLiteralExpression
  • literalValue: result(A ⊗ B)
term_FLR_3_rhsLiteralExpression
  • literalValue: Failure(A)
term_FLR_3_forAllForAllDeclaration
  • variableName: A ⊗ B where result(A) = Failure
term_FLR_4_lhsLiteralExpression
  • literalValue: result(A ∥ B)
term_FLR_4_rhsLiteralExpression
  • literalValue: Failure(A) (left component)
term_FLR_4_forAllForAllDeclaration
  • variableName: A ∥ B where result(A) = Failure, result(B) = Success
term_FLR_5_lhsLiteralExpression
  • literalValue: result(apply(recoveryEffect(r), failureState(f)))
term_FLR_5_rhsLiteralExpression
  • literalValue: ComputationResult
term_FLR_5_forAllForAllDeclaration
  • variableName: Recovery r on Failure f
term_FLR_6_lhsLiteralExpression
  • literalValue: recoveryEffect(rollback(f))
term_FLR_6_rhsLiteralExpression
  • literalValue: PhaseEffect(conjugate)
term_FLR_6_forAllForAllDeclaration
  • variableName: ComplexConjugateRollback on Failure f
term_LN_1_lhsLiteralExpression
  • literalValue: Σ targetCount(site_i)
term_LN_1_rhsLiteralExpression
  • literalValue: n
term_LN_1_forAllForAllDeclaration
  • variableName: LinearTrace T over n-bit type
term_LN_2_lhsLiteralExpression
  • literalValue: status(f, postContext(e))
term_LN_2_rhsLiteralExpression
  • literalValue: pinned
term_LN_2_forAllForAllDeclaration
  • variableName: LinearEffect e on site f
term_LN_3_lhsLiteralExpression
  • literalValue: target(e′) = f
term_LN_3_rhsLiteralExpression
  • literalValue: forbidden
term_LN_3_forAllForAllDeclaration
  • variableName: LinearEffect e on site f, any subsequent effect e′
term_LN_4_lhsLiteralExpression
  • literalValue: remainingCount(budget after L)
term_LN_4_rhsLiteralExpression
  • literalValue: remainingCount(budget before L) − k
term_LN_4_forAllForAllDeclaration
  • variableName: LeaseAllocation L with leaseCardinality k
term_LN_5_lhsLiteralExpression
  • literalValue: remainingCount(budget after expiry)
term_LN_5_rhsLiteralExpression
  • literalValue: remainingCount(budget before expiry) + leaseCardinality(L)
term_LN_5_forAllForAllDeclaration
  • variableName: Lease expiry on LeaseAllocation L
term_LN_6_lhsLiteralExpression
  • literalValue: G
term_LN_6_rhsLiteralExpression
  • literalValue: LinearTrace
term_LN_6_forAllForAllDeclaration
  • variableName: GeodesicTrace G
term_SB_1_lhsLiteralExpression
  • literalValue: constraints(T₁)
term_SB_1_rhsLiteralExpression
  • literalValue: ⊇ constraints(T₂)
term_SB_1_forAllForAllDeclaration
  • variableName: TypeInclusion T₁ ≤ T₂
term_SB_2_lhsLiteralExpression
  • literalValue: resolutions(T₁)
term_SB_2_rhsLiteralExpression
  • literalValue: ⊆ resolutions(T₂)
term_SB_2_forAllForAllDeclaration
  • variableName: TypeInclusion T₁ ≤ T₂, resolution R
term_SB_3_lhsLiteralExpression
  • literalValue: N(C(T₂))
term_SB_3_rhsLiteralExpression
  • literalValue: sub-complex of N(C(T₁))
term_SB_3_forAllForAllDeclaration
  • variableName: TypeInclusion T₁ ≤ T₂
term_SB_4_lhsLiteralExpression
  • literalValue: F(T₁)
term_SB_4_rhsLiteralExpression
  • literalValue: ≤ F(T₂)
term_SB_4_forAllForAllDeclaration
  • variableName: Covariant position F(_), T₁ ≤ T₂
term_SB_5_lhsLiteralExpression
  • literalValue: F(T₂)
term_SB_5_rhsLiteralExpression
  • literalValue: ≤ F(T₁)
term_SB_5_forAllForAllDeclaration
  • variableName: Contravariant position F(_), T₁ ≤ T₂
term_SB_6_lhsLiteralExpression
  • literalValue: latticeDepth
term_SB_6_rhsLiteralExpression
  • literalValue: n
term_SB_6_forAllForAllDeclaration
  • variableName: SubtypingLattice at quantum level n
term_BR_1_lhsLiteralExpression
  • literalValue: measureValue(stepMeasurePost(s))
term_BR_1_rhsLiteralExpression
  • literalValue: < measureValue(stepMeasurePre(s))
term_BR_1_forAllForAllDeclaration
  • variableName: RecursiveStep s
term_BR_2_lhsLiteralExpression
  • literalValue: depth(RecursionTrace(R))
term_BR_2_rhsLiteralExpression
  • literalValue: ≤ m
term_BR_2_forAllForAllDeclaration
  • variableName: BoundedRecursion R with initialMeasure m
term_BR_3_lhsLiteralExpression
  • literalValue: terminates(R)
term_BR_3_rhsLiteralExpression
  • literalValue: true
term_BR_3_forAllForAllDeclaration
  • variableName: BoundedRecursion R
term_BR_4_lhsLiteralExpression
  • literalValue: initialMeasure(R)
term_BR_4_rhsLiteralExpression
  • literalValue: structuralSize(T)
term_BR_4_forAllForAllDeclaration
  • variableName: StructuralRecursion R on type T
term_BR_5_lhsLiteralExpression
  • literalValue: eval(p, state) = true
term_BR_5_rhsLiteralExpression
  • literalValue: measureValue = 0
term_BR_5_forAllForAllDeclaration
  • variableName: BoundedRecursion R with basePredicate p
term_RG_1_lhsLiteralExpression
  • literalValue: workingSetRegions(W)
term_RG_1_rhsLiteralExpression
  • literalValue: computable from N(C(T)) and stage k site targets
term_RG_1_forAllForAllDeclaration
  • variableName: WorkingSet W for type T at stage k
term_RG_2_lhsLiteralExpression
  • literalValue: ∀ a, b ∈ R: d_R(a, b)
term_RG_2_rhsLiteralExpression
  • literalValue: ≤ diameter(R)
term_RG_2_forAllForAllDeclaration
  • variableName: AddressRegion R with LocalityMetric d_R
term_RG_3_lhsLiteralExpression
  • literalValue: Σ workingSetSize(stage_k)
term_RG_3_rhsLiteralExpression
  • literalValue: ≤ totalAddressableSpace(quantumLevel)
term_RG_3_forAllForAllDeclaration
  • variableName: RegionAllocation A for computation C
term_RG_4_lhsLiteralExpression
  • literalValue: addresses accessed by resolver at stage k
term_RG_4_rhsLiteralExpression
  • literalValue: ⊆ addresses(W_k)
term_RG_4_forAllForAllDeclaration
  • variableName: Reduction step k with WorkingSet W_k
term_IO_1_lhsLiteralExpression
  • literalValue: type(resultDatum(e))
term_IO_1_rhsLiteralExpression
  • literalValue: conformsTo(sourceType(s))
term_IO_1_forAllForAllDeclaration
  • variableName: IngestEffect e from Source s
term_IO_2_lhsLiteralExpression
  • literalValue: type(emittedDatum(e))
term_IO_2_rhsLiteralExpression
  • literalValue: conformsTo(sinkType(s))
term_IO_2_forAllForAllDeclaration
  • variableName: EmitEffect e to Sink s
term_IO_3_lhsLiteralExpression
  • literalValue: apply(g, ingest(s))
term_IO_3_rhsLiteralExpression
  • literalValue: Datum in R_n
term_IO_3_forAllForAllDeclaration
  • variableName: Source s with GroundingMap g
term_IO_4_lhsLiteralExpression
  • literalValue: apply(p, d)
term_IO_4_rhsLiteralExpression
  • literalValue: surface symbol conforming to sinkType(s)
term_IO_4_forAllForAllDeclaration
  • variableName: Sink s with ProjectionMap p, Datum d
term_IO_5_lhsLiteralExpression
  • literalValue: effect:effectTarget(e)
term_IO_5_rhsLiteralExpression
  • literalValue: non-empty EffectTarget
term_IO_5_forAllForAllDeclaration
  • variableName: BoundaryEffect e
term_boundarySquaredZero_lhsLiteralExpression
  • literalValue: ∂_k(∂_{k+1}(c))
term_boundarySquaredZero_rhsLiteralExpression
  • literalValue: 0
term_boundarySquaredZero_forAllForAllDeclaration
  • variableName: c ∈ C_{k+1}
term_psi_4_lhsLiteralExpression
  • literalValue: β_k(K)
term_psi_4_rhsLiteralExpression
  • literalValue: rank(H_k(K))
term_psi_4_forAllForAllDeclaration
  • variableName: simplicial complex K
term_indexBridge_lhsLiteralExpression
  • literalValue: χ(K)
term_indexBridge_rhsLiteralExpression
  • literalValue: Σ_k (-1)^k β_k
term_indexBridge_forAllForAllDeclaration
  • variableName: finite simplicial complex K
term_coboundarySquaredZero_lhsLiteralExpression
  • literalValue: δ^{k+1}(δ^k(f))
term_coboundarySquaredZero_rhsLiteralExpression
  • literalValue: 0
term_coboundarySquaredZero_forAllForAllDeclaration
  • variableName: f ∈ C^k
term_deRhamDuality_lhsLiteralExpression
  • literalValue: H^k(K; R)
term_deRhamDuality_rhsLiteralExpression
  • literalValue: Hom(H_k(K), R)
term_deRhamDuality_forAllForAllDeclaration
  • variableName: simplicial complex K, ring R
term_sheafCohomologyBridge_lhsLiteralExpression
  • literalValue: H^k(K; F_R)
term_sheafCohomologyBridge_rhsLiteralExpression
  • literalValue: H^k(K; R)
term_sheafCohomologyBridge_forAllForAllDeclaration
  • variableName: constant sheaf F_R over K
term_localGlobalPrinciple_lhsLiteralExpression
  • literalValue: H^1(K; F) = 0
term_localGlobalPrinciple_rhsLiteralExpression
  • literalValue: all local sections glue
term_localGlobalPrinciple_forAllForAllDeclaration
  • variableName: sheaf F over K