| Universal | https://uor.foundation/schema/QuantifierKind | — | Universal quantification (forall). |
| Existential | https://uor.foundation/schema/QuantifierKind | — | Existential quantification (exists). |
| π₁ | https://uor.foundation/schema/Datum | | The unique generator of R_n under successor. Value = 1 at every Witt level. Under iterated application of succ, π₁ generates every element of the ring. |
| zero | https://uor.foundation/schema/Datum | | The additive identity of the ring. Value = 0 at every Witt level. op:add(x, zero) = x for all x in R_n. |
| W8 | https://uor.foundation/schema/WittLevel | bitsWidth: 8cycleSize: 256nextWittLevel: https://uor.foundation/schema/W16
| Witt level 0: 8-bit ring Z/256Z, 256 states. The reference level for all ComputationCertificate proofs in the spec. |
| W16 | https://uor.foundation/schema/WittLevel | bitsWidth: 16cycleSize: 65536nextWittLevel: https://uor.foundation/schema/W24wittLevelPredecessor: https://uor.foundation/schema/W8
| Witt level 1: 16-bit ring Z/65536Z, 65,536 states. |
| W24 | https://uor.foundation/schema/WittLevel | bitsWidth: 24cycleSize: 16777216nextWittLevel: https://uor.foundation/schema/W32wittLevelPredecessor: https://uor.foundation/schema/W16
| Witt level 2: 24-bit ring Z/16777216Z, 16,777,216 states. |
| W32 | https://uor.foundation/schema/WittLevel | bitsWidth: 32cycleSize: 4294967296wittLevelPredecessor: https://uor.foundation/schema/W24
| Witt 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. |
| term_criticalIdentity_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_AD_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: addresses(glyph(d))
| |
| term_AD_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AD_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_AD_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: glyph(ι(addresses(a)))
| |
| term_AD_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AD_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: a ∈ Addr(R_n), ι : R_n → R_{n'}
| |
| term_R_A1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: add(x, add(y, z))
| |
| term_R_A1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: add(add(x, y), z)
| |
| term_R_A1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y, z ∈ R_n
| |
| term_R_A2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_R_A2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_R_A2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_R_A3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: add(x, neg(x))
| |
| term_R_A3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_R_A3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_R_A4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_R_A4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_R_A4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_R_A5_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_R_A5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: add(x, neg(y))
| |
| term_R_A5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_R_A6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: neg(neg(x))
| |
| term_R_A6_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_R_A6_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_R_M1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: mul(x, mul(y, z))
| |
| term_R_M1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: mul(mul(x, y), z)
| |
| term_R_M1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y, z ∈ R_n
| |
| term_R_M2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_R_M2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_R_M2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_R_M3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_R_M3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_R_M3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_R_M4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: mul(x, add(y, z))
| |
| term_R_M4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: add(mul(x, y), mul(x, z))
| |
| term_R_M4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y, z ∈ R_n
| |
| term_R_M5_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_R_M5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_R_M5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_B_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: xor(x, xor(y, z))
| |
| term_B_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: xor(xor(x, y), z)
| |
| term_B_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y, z ∈ R_n
| |
| term_B_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_B_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_B_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_B_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_B_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_B_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_B_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: and(x, and(y, z))
| |
| term_B_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: and(and(x, y), z)
| |
| term_B_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y, z ∈ R_n
| |
| term_B_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: and(x, 2^n - 1)
| |
| term_B_5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_B_5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_B_6_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_B_6_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_B_6_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_B_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: or(x, or(y, z))
| |
| term_B_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: or(or(x, y), z)
| |
| term_B_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y, z ∈ R_n
| |
| term_B_8_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_B_8_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_B_8_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_B_9_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: and(x, or(x, y))
| |
| term_B_9_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_B_9_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_B_10_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: and(x, or(y, z))
| |
| term_B_10_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: or(and(x, y), and(x, z))
| |
| term_B_10_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y, z ∈ R_n
| |
| term_B_11_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: bnot(and(x, y))
| |
| term_B_11_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: or(bnot(x), bnot(y))
| |
| term_B_11_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_B_12_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: bnot(or(x, y))
| |
| term_B_12_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: and(bnot(x), bnot(y))
| |
| term_B_12_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_B_13_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: bnot(bnot(x))
| |
| term_B_13_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_B_13_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_X_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_X_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_X_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_X_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_X_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: xor(x, 2^n - 1)
| |
| term_X_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_X_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_X_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_X_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_X_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_X_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_X_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_X_5_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_X_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: add(bnot(x), 1)
| |
| term_X_5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_X_6_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_X_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: pred(neg(x))
| |
| term_X_6_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_X_7_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_X_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: add(x, y) - 2 * and(x, y)
| |
| term_X_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y ∈ Z (before mod)
| |
| term_D_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: succ^{2^n}(x)
| |
| term_D_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_D_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_D_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: neg(succ(neg(x)))
| |
| term_D_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_D_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_D_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: bnot(neg(x))
| |
| term_D_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_D_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_D_5_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_D_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: {succ^k, neg ∘ succ^k : 0 ≤ k < 2^n}
| |
| term_D_5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_U_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_U_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Z/2 × Z/2^{n-2}
| |
| term_U_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_U_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: R_1× ≅ {1}; R_2× ≅ Z/2
| |
| term_U_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: special cases for small n
| |
| term_U_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_U_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_U_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: lcm(ord((-1)^a), ord(3^b))
| |
| term_U_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: u = (-1)^a · 3^b ∈ R_n×
| |
| term_U_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_U_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: divides φ(g)
| |
| term_U_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_U_5_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_U_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: 2 * ((g - (2^n mod g)) mod g) + 1
| |
| term_U_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: g odd, g > 1
| |
| term_AG_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AG_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AG_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: u ∈ R_n×, u ≠ ±1
| |
| term_AG_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AG_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AG_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_AG_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AG_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AG_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_AG_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AG_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ⊂ Aff(R_n), u ∈ {±1}
| |
| term_AG_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_CA_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CA_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: xor(x_k, xor(y_k, c_k(x,y)))
| |
| term_CA_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y ∈ R_n, 0 ≤ k < n
| |
| term_CA_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: c_{k+1}(x,y)
| |
| term_CA_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: or(and(x_k,y_k), and(xor(x_k,y_k), c_k))
| |
| term_CA_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_CA_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CA_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CA_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_CA_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CA_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CA_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, all positions
| |
| term_CA_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: c(x, neg(x))_k
| |
| term_CA_5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CA_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, k > v_2(x)
| |
| term_CA_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_Δ(x, y) > 0
| |
| term_CA_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∃ k : c_k(x,y) = 1
| |
| term_CA_6_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_C_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: pins(compose(A, B))
| |
| term_C_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: pins(A) ∪ pins(B)
| |
| term_C_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraints A, B
| |
| term_C_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: compose(A, B)
| |
| term_C_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: compose(B, A)
| |
| term_C_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraints A, B
| |
| term_C_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: compose(compose(A,B), C)
| |
| term_C_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: compose(A, compose(B,C))
| |
| term_C_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraints A, B, C
| |
| term_C_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: compose(A, A)
| |
| term_C_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_C_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint A
| |
| term_C_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: compose(A, ε)
| |
| term_C_5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_C_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint A, identity ε
| |
| term_C_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: compose(A, Ω)
| |
| term_C_6_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_C_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint A, annihilator Ω
| |
| term_CDI_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: carry(residue(T))
| |
| term_CDI_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CDI_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_CL_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Constraint/≡
| |
| term_CL_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CL_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint equivalence classes
| |
| term_CL_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CL_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: compose(A, B)
| |
| term_CL_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraints A, B
| |
| term_CL_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: pins(A ∧ B)
| |
| term_CL_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: pins(A) ∩ pins(B)
| |
| term_CL_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraints A, B
| |
| term_CL_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: (A ∨ B) ∧ C
| |
| term_CL_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: (A ∧ C) ∨ (B ∧ C)
| |
| term_CL_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraints A, B, C
| |
| term_CL_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: A ∧ A̅ = ε, A ∨ A̅ = Ω
| |
| term_CL_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∃ A̅ (complement)
| |
| term_CL_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint A
| |
| term_CM_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: C_i redundant in {C_1,...,C_k}
| |
| term_CM_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: pins(C_i) ⊆ ∪_{j≠i} pins(C_j)
| |
| term_CM_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint set {C_1,...,C_k}
| |
| term_CM_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: minimal cover
| |
| term_CM_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: irredundant sub-collection (greedy removal)
| |
| term_CM_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CompositeConstraint
| |
| term_CM_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: min constraints to cover n sites
| |
| term_CM_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ⌈n / max_k pins_per_constraint_k⌉
| |
| term_CM_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: n sites, constraint set
| |
| term_CR_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: cost(ResidueConstraint(m, r))
| |
| term_CR_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: step_m = 2 × ((−2^n) mod m) + 1
| |
| term_CR_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ResidueConstraint
| |
| term_CR_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: cost(CarryConstraint(p))
| |
| term_CR_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: popcount(p)
| |
| term_CR_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CarryConstraint
| |
| term_CR_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: cost(DepthConstraint(d_min, d_max))
| |
| term_CR_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: cost(residue) + cost(carry)
| |
| term_CR_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: DepthConstraint
| |
| term_CR_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: cost(compose(A, B))
| |
| term_CR_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≤ cost(A) + cost(B)
| |
| term_CR_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraints A, B
| |
| term_CR_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: optimal resolution order
| |
| term_CR_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: increasing cost order
| |
| term_CR_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint set
| |
| term_F_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: pinned site
| |
| term_F_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: cannot be unpinned
| |
| term_F_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_F_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: pin operations to close
| |
| term_F_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_F_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_F_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: pinnedCount + freeRank
| |
| term_F_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: totalSites = n
| |
| term_F_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_F_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_F_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank = 0 ⇔ pinnedCount = n
| |
| term_F_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_FL_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FL_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: all sites free (freeRank = n)
| |
| term_FL_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: FreeRank lattice
| |
| term_FL_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FL_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: all sites pinned (pinnedCount = n)
| |
| term_FL_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: FreeRank lattice
| |
| term_FL_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: join(S₁, S₂)
| |
| term_FL_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: union of pinnings from S₁ and S₂
| |
| term_FL_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: FreeRank states S₁, S₂
| |
| term_FL_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: lattice height
| |
| term_FL_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FL_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: FreeRank lattice
| |
| term_FPM_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FPM_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: site_0(x) = 1 (x is odd)
| |
| term_FPM_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_FPM_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: x ∈ Exterior
| |
| term_FPM_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: x ∉ carrier(T)
| |
| term_FPM_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, type T
| |
| term_FPM_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: x ∈ Irreducible
| |
| term_FPM_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: x ∉ Unit ∪ Exterior AND no non-trivial factorization
| |
| term_FPM_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_FPM_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: x ∈ Reducible
| |
| term_FPM_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: x ∉ Unit ∪ Exterior ∪ Irreducible
| |
| term_FPM_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_FPM_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: x = 2^{v(x)} ⋅ u
| |
| term_FPM_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: u odd, v(x) = min position of 1-bit
| |
| term_FPM_5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_FPM_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: |{x: v(x) = k}|
| |
| term_FPM_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: 2^{n−k−1} for 0 < k < n; 1 for k = n
| |
| term_FPM_6_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_FPM_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: base type partition
| |
| term_FPM_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: |Unit| = 2^{n−1}; |Irr| = 2^{n−2}; |Red| = 2^{n−2}
| |
| term_FPM_7_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_FS_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FS_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: (x >> k) AND 1
| |
| term_FS_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, 0 ≤ k < n
| |
| term_FS_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FS_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: x mod 2 (parity)
| |
| term_FS_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_FS_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: site_k(x) given sites 0..k−1
| |
| term_FS_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: determines x mod 2^{k+1}
| |
| term_FS_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_FS_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: sites 0..k together
| |
| term_FS_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: determine x mod 2^{k+1}
| |
| term_FS_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_FS_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: all n sites
| |
| term_FS_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: determine x uniquely
| |
| term_FS_5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_FS_6_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FS_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: v_2(x) = min{k : site_k(x) = 1}
| |
| term_FS_6_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_FS_7_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FS_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≤ v_2(x) for irreducible elements
| |
| term_FS_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, base type
| |
| term_RE_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_RE_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Π_C(T) = Π_E(T)
| |
| term_RE_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_IR_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: pinnedCount(state_{i+1})
| |
| term_IR_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≥ pinnedCount(state_i)
| |
| term_IR_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: resolution states
| |
| term_IR_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: iterations to converge
| |
| term_IR_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_IR_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: resolution loop
| |
| term_IR_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: convergenceRate
| |
| term_IR_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: pinnedCount / iterationCount
| |
| term_IR_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ResolutionState
| |
| term_IR_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: constraint set spans all sites
| |
| term_IR_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: loop terminates
| |
| term_IR_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: complete constraint set
| |
| term_SF_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: n ≡ 0 (mod ord_g(2))
| |
| term_SF_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: factor g has optimal resolution at level n
| |
| term_SF_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: factor g, quantum n
| |
| term_SF_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: constraints with smaller step_g
| |
| term_SF_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: are more constraining, apply first
| |
| term_SF_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint ordering
| |
| term_RD_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: same type T and constraint sequence
| |
| term_RD_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: unique resolved partition
| |
| term_RD_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T ∈ T_n, [C₁,...,Cₖ]
| |
| term_RD_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: complete constraint set, any order
| |
| term_RD_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: same final partition
| |
| term_RD_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: closing constraint set
| |
| term_SE_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: EvaluationResolver
| |
| term_SE_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: directly computes set-theoretic partition
| |
| term_SE_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_SE_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: DihedralFactorizationResolver
| |
| term_SE_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: orbit decomposition yields same partition
| |
| term_SE_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_SE_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: CanonicalFormResolver
| |
| term_SE_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: confluent rewrite → same partition
| |
| term_SE_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_SE_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Π_D(T) = Π_C(T) = Π_E(T)
| |
| term_SE_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: all compute same set-theoretic partition
| |
| term_SE_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_OO_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: benefit(C_i, S)
| |
| term_OO_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: |pins(C_i) ∖ S|
| |
| term_OO_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint C_i, pinned set S
| |
| term_OO_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_OO_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: step_{m_i} or popcount(p_i)
| |
| term_OO_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ResidueConstraint or CarryConstraint
| |
| term_OO_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: greedy selection
| |
| term_OO_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: argmax benefit(C_i, S) / cost(C_i)
| |
| term_OO_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: each resolution step
| |
| term_OO_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: greedy approximation
| |
| term_OO_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: (1 − 1/e) ≈ 63% of optimal
| |
| term_OO_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: weighted set cover
| |
| term_OO_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: equal cost tiebreaker
| |
| term_OO_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: prefer vertical (residue) before horizontal (carry)
| |
| term_OO_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: cost-tied constraints
| |
| term_CB_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: min convergenceRate
| |
| term_CB_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: 1 site per iteration
| |
| term_CB_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_CB_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: max convergenceRate
| |
| term_CB_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: n sites in 1 iteration
| |
| term_CB_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_CB_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: expected rate (residue)
| |
| term_CB_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ⌊log_2(m)⌋ sites per constraint
| |
| term_CB_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ResidueConstraint(m, r)
| |
| term_CB_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: convergenceRate < 1 for 2 iterations
| |
| term_CB_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: constraint set may be insufficient
| |
| term_CB_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: stall detection
| |
| term_CB_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∪_i pins(C_i) = {0,...,n−1}
| |
| term_CB_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: constraint set closes budget
| |
| term_CB_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: sufficiency criterion
| |
| term_CB_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: iterations for k constraints
| |
| term_CB_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≤ min(k, n)
| |
| term_CB_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: well-formed model
| |
| term_OB_M1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_OB_M1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≤ d_R(x, y) + d_R(y, z)
| |
| term_OB_M1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y, z ∈ R_n
| |
| term_OB_M2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_OB_M2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≤ d_H(x, y) + d_H(y, z)
| |
| term_OB_M2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y, z ∈ R_n
| |
| term_OB_M3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_OB_M3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: |d_R(x, y) − d_H(x, y)|
| |
| term_OB_M3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_OB_M4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_R(neg(x), neg(y))
| |
| term_OB_M4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_OB_M4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_OB_M5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_H(bnot(x), bnot(y))
| |
| term_OB_M5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_OB_M5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_OB_M6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_R(succ(x), succ(y))
| |
| term_OB_M6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_R(x, y) but d_H may differ
| |
| term_OB_M6_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_OB_C1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: [neg, bnot](x)
| |
| term_OB_C1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_OB_C1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_OB_C2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: [neg, add(•,k)](x)
| |
| term_OB_C2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: −2k mod 2^n
| |
| term_OB_C2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, constant k
| |
| term_OB_C3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: [bnot, xor(•,k)](x)
| |
| term_OB_C3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_OB_C3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, constant k
| |
| term_OB_H1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: closed additive path monodromy
| |
| term_OB_H1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: trivial (abelian ⇒ path-independent)
| |
| term_OB_H1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: additive group
| |
| term_OB_H2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: closed {neg,bnot} path monodromy
| |
| term_OB_H2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_OB_H2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: dihedral generators
| |
| term_OB_H3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: succ-only path WindingNumber
| |
| term_OB_H3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: path length / 2^n
| |
| term_OB_H3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: closed succ path
| |
| term_OB_P1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: PathLength(p₁ ⋅ p₂)
| |
| term_OB_P1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: PathLength(p₁) + PathLength(p₂)
| |
| term_OB_P1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: paths p₁, p₂
| |
| term_OB_P2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: TotalVariation(p₁ ⋅ p₂)
| |
| term_OB_P2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≤ TotalVariation(p₁) + TotalVariation(p₂)
| |
| term_OB_P2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: paths p₁, p₂
| |
| term_OB_P3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ReductionLength(c₁ ; c₂)
| |
| term_OB_P3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ReductionLength(c₁) + ReductionLength(c₂)
| |
| term_OB_P3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: reductions c₁, c₂
| |
| term_CT_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: catastrophe boundaries
| |
| term_CT_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: g = 2^k for 1 ≤ k ≤ n−1
| |
| term_CT_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: stratum transitions
| |
| term_CT_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: odd prime catastrophe
| |
| term_CT_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ResidueConstraint(p, •) transitions visibility
| |
| term_CT_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: odd prime p
| |
| term_CT_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: CatastropheThreshold(g)
| |
| term_CT_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CT_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_CT_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: composite catastrophe g = p⋅q
| |
| term_CT_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: max(step_p, step_q) / n
| |
| term_CT_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: composite g
| |
| term_CF_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: CurvatureFlux(γ)
| |
| term_CF_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ |d_R(x_i, x_{i+1}) − d_H(x_i, x_{i+1})|
| |
| term_CF_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_CF_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ResolutionCost(T)
| |
| term_CF_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≥ CurvatureFlux(γ_opt)
| |
| term_CF_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_CF_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: CurvatureFlux(x, succ(x))
| |
| term_CF_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: trailing_ones(x) for t < n; n−1 for x = 2^n−1
| |
| term_CF_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_CF_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ_{x ∈ R_n} CurvatureFlux(x, succ(x))
| |
| term_CF_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CF_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_HG_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: additive holonomy
| |
| term_HG_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: trivial (abelian ⇒ path-independent)
| |
| term_HG_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: additive group
| |
| term_HG_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: {neg, bnot, succ, pred} holonomy
| |
| term_HG_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_HG_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: dihedral generators
| |
| term_HG_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: {mul(•, u) : u ∈ R_n×} holonomy
| |
| term_HG_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: R_n× ≅ Z/2 × Z/2^{n−2}
| |
| term_HG_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_HG_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_HG_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Aff(R_n) = R_n× ⋉ R_n
| |
| term_HG_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_HG_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Hol(R_n) decomposition
| |
| term_HG_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: D_{2^n} ⋅ {mul(•,u) : u ∈ R_n×, u ≠ ±1}
| |
| term_HG_5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_T_C1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: compose(id, f)
| |
| term_T_C1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_T_C1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: f ∈ Transform
| |
| term_T_C2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: compose(f, id)
| |
| term_T_C2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_T_C2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: f ∈ Transform
| |
| term_T_C3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: compose(f, compose(g, h))
| |
| term_T_C3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: compose(compose(f, g), h)
| |
| term_T_C3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: f, g, h ∈ Transform
| |
| term_T_C4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: f composesWith g
| |
| term_T_C4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: target(f) = source(g)
| |
| term_T_C4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: f, g ∈ Transform
| |
| term_T_I1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_R(neg(x), neg(y))
| |
| term_T_I1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_T_I1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_T_I2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_H(bnot(x), bnot(y))
| |
| term_T_I2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_T_I2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_T_I3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: succ = neg ∘ bnot
| |
| term_T_I3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: preserves d_R but not d_H
| |
| term_T_I3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_T_I4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ring isometries
| |
| term_T_I4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: form a group under composition
| |
| term_T_I4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_T_I5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: CurvatureObservable
| |
| term_T_I5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: measures failure of ring isometry to be Hamming isometry
| |
| term_T_I5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_T_E1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ι(x) = ι(y)
| |
| term_T_E1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_T_E1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y ∈ R_n (injectivity)
| |
| term_T_E2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ι(add(x,y))
| |
| term_T_E2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: add(ι(x), ι(y)); ι(mul(x,y)) = mul(ι(x), ι(y))
| |
| term_T_E2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_T_E3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ι₂ ∘ ι₁ : R_n → R_k
| |
| term_T_E3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: is an embedding (transitivity)
| |
| term_T_E3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ι₁: R_n → R_m, ι₂: R_m → R_k
| |
| term_T_E4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: glyph ∘ ι ∘ addresses
| |
| term_T_E4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: well-defined
| |
| term_T_E4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: embedding ι
| |
| term_T_A1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: g ∈ D_{2^n} on Constraint C
| |
| term_T_A1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: g⋅C (transformed constraint)
| |
| term_T_A1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: g ∈ D_{2^n}, C ∈ Constraint
| |
| term_T_A2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: g ∈ D_{2^n} on Partition
| |
| term_T_A2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: permutes components
| |
| term_T_A2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: g ∈ D_{2^n}
| |
| term_T_A3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: D_{2^n} orbits on R_n
| |
| term_T_A3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: determine irreducibility boundaries
| |
| term_T_A3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: DihedralFactorizationResolver
| |
| term_T_A4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: fixed points of neg
| |
| term_T_A4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: {0, 2^{n−1}}; bnot has none (n > 0)
| |
| term_T_A4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_AU_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AU_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: {μ_u : x ↦ mul(u, x) | u ∈ R_n×}
| |
| term_AU_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_AU_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AU_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≅ R_n× ≅ Z/2 × Z/2^{n−2}
| |
| term_AU_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_AU_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AU_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AU_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_AU_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Aut(R_n) ∩ D_{2^n}
| |
| term_AU_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AU_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_AU_5_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AU_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ⟨D_{2^n}, μ_3⟩
| |
| term_AU_5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_EF_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_EF_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ι ∘ f ∘ ι⁻¹ on Im(ι)
| |
| term_EF_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ι: R_n → R_m, f ∈ Cat(R_n)
| |
| term_EF_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_EF_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: F_ι(f) ∘ F_ι(g)
| |
| term_EF_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ι: R_n → R_m
| |
| term_EF_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: F_ι(id_{R_n})
| |
| term_EF_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_EF_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ι: R_n → R_m
| |
| term_EF_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: F_{ι₂ ∘ ι₁}
| |
| term_EF_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: F_{ι₂} ∘ F_{ι₁}
| |
| term_EF_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ι₁: R_n → R_m, ι₂: R_m → R_k
| |
| term_EF_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: F_ι(ring isometry)
| |
| term_EF_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ring isometry at level m
| |
| term_EF_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ι: R_n → R_m
| |
| term_EF_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: F_ι(D_{2^n})
| |
| term_EF_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ⊆ D_{2^m} as subgroup
| |
| term_EF_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ι: R_n → R_m
| |
| term_EF_7_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_EF_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ⊆ R_m× as subgroup
| |
| term_EF_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ι: R_n → R_m
| |
| term_AA_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AA_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: [braille(x[0:5]), braille(x[6:11]), ...]
| |
| term_AA_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n (6-bit blocks)
| |
| term_AA_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: braille(a ⊕ b)
| |
| term_AA_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: braille(a) ⊕ braille(b)
| |
| term_AA_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: a, b ∈ {0,1}^6
| |
| term_AA_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: glyph(bnot(x))
| |
| term_AA_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: complement each Braille character of glyph(x)
| |
| term_AA_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_AA_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: glyph(add(x, y))
| |
| term_AA_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≠ f(glyph(x), glyph(y)) in general
| |
| term_AA_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_AA_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: liftable operations
| |
| term_AA_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: {xor, and, or, bnot}; NOT {add, sub, mul, neg, succ, pred}
| |
| term_AA_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: operations on R_n
| |
| term_AA_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: neg(x) = succ(bnot(x))
| |
| term_AA_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: bnot lifts, succ does not
| |
| term_AA_6_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_AM_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_addr(a, b)
| |
| term_AM_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ_i popcount(braille_i(a) ⊕ braille_i(b))
| |
| term_AM_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: addresses a, b
| |
| term_AM_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_addr(glyph(x), glyph(y))
| |
| term_AM_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AM_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_AM_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AM_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: does NOT preserve d_R in general
| |
| term_AM_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_AM_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AM_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: |d_R(x,y) − d_addr(glyph(x), glyph(y))|
| |
| term_AM_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_TH_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_TH_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank × ln 2
| |
| term_TH_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: state ∈ FreeRank
| |
| term_TH_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_TH_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_TH_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: unconstrained type
| |
| term_TH_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_TH_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_TH_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: fully resolved type
| |
| term_TH_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: total resolution cost
| |
| term_TH_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: n × k_B T × ln 2
| |
| term_TH_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Landauer bound
| |
| term_TH_5_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_TH_5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_TH_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: UOR site system
| |
| term_TH_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: constraint application
| |
| term_TH_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: removes entropy; convergenceRate = cooling rate
| |
| term_TH_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: resolution loop
| |
| term_TH_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: CatastropheThreshold
| |
| term_TH_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: temperature of partition phase transition
| |
| term_TH_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: partition bifurcation
| |
| term_TH_8_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_TH_8_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: free-energy cost of constraint boundary
| |
| term_TH_8_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint boundary g
| |
| term_TH_9_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: computational hardness
| |
| term_TH_9_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: type incompleteness (high temperature)
| |
| term_TH_9_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: type specification
| |
| term_TH_10_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: type resolution
| |
| term_TH_10_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: measurement; cost ≥ entropy removed
| |
| term_TH_10_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: resolution process
| |
| term_AR_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: adiabatic schedule
| |
| term_AR_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: decreasing freeRank × cost-per-site order
| |
| term_AR_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint ordering
| |
| term_AR_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Cost_adiabatic
| |
| term_AR_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ_i cost(C_{σ(i)}) where σ is optimal
| |
| term_AR_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: optimal ordering
| |
| term_AR_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Cost_adiabatic
| |
| term_AR_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≥ n × k_B T × ln 2
| |
| term_AR_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Landauer bound
| |
| term_AR_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: η = (n × ln 2) / Cost_adiabatic
| |
| term_AR_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_AR_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: adiabatic efficiency
| |
| term_AR_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: greedy vs adiabatic difference
| |
| term_AR_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≤ 5% for n ≤ 16
| |
| term_AR_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: empirical, Q0–Q4
| |
| term_PD_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: phase space
| |
| term_PD_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: {(n, g) : n ∈ Z₊, g constraint boundary}
| |
| term_PD_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: UOR phase diagram
| |
| term_PD_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: phase boundaries
| |
| term_PD_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: g | (2^n − 1) or g = 2^k
| |
| term_PD_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: (n, g) plane
| |
| term_PD_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: parity boundary
| |
| term_PD_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: |Unit| = 2^{n−1}, |non-Unit| = 2^{n−1}
| |
| term_PD_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_PD_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: resonance lines
| |
| term_PD_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: n = k ⋅ ord_g(2)
| |
| term_PD_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: (n, g) plane
| |
| term_PD_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: phase count at level n
| |
| term_PD_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≤ 2^n (typical O(n))
| |
| term_PD_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: quantum level n
| |
| term_RC_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: reversible pinning of site k
| |
| term_RC_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: store prior state in ancilla site k'
| |
| term_RC_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SiteIndex k
| |
| term_RC_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: reversible pinning entropy
| |
| term_RC_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ΔS_total = 0
| |
| term_RC_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: reversible strategy
| |
| term_RC_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: deferred Landauer cost
| |
| term_RC_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: n × k_B T × ln 2 at ancilla erasure
| |
| term_RC_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ancilla cleanup
| |
| term_RC_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: reversible total cost
| |
| term_RC_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: = irreversible total cost (redistributed)
| |
| term_RC_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: reversible strategy
| |
| term_RC_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: quantum UOR
| |
| term_RC_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: superposed sites, cost ∝ winning path
| |
| term_RC_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: hypothetical quantum
| |
| term_DC_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DC_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: f(succ(x)) - f(x)
| |
| term_DC_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: f : R_n → R_n, x ∈ R_n
| |
| term_DC_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DC_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: f(bnot(x)) - f(x)
| |
| term_DC_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: f : R_n → R_n, x ∈ R_n
| |
| term_DC_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DC_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: bnot(x) - x = -(2x + 1) mod 2^n
| |
| term_DC_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_DC_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: [neg, bnot](x)
| |
| term_DC_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∂_R neg(x) - ∂_H neg(x)
| |
| term_DC_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_DC_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∂_R f - ∂_H f
| |
| term_DC_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ carry contributions
| |
| term_DC_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: f : R_n → R_n
| |
| term_DC_6_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DC_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∂_R f_k(x) where f_k = site_k
| |
| term_DC_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, 0 ≤ k < n
| |
| term_DC_7_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DC_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: may differ from lower sites
| |
| term_DC_7_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_DC_8_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DC_8_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: = d_H(x, succ(x)) - 1 for generic x
| |
| term_DC_8_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_DC_9_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DC_9_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DC_9_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_DC_10_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: optimal next constraint
| |
| term_DC_10_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: argmax J_k over free sites
| |
| term_DC_10_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: resolution step
| |
| term_DC_11_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ_{x} J_k(x)
| |
| term_DC_11_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≈ (2^n - 2)/n for each k
| |
| term_DC_11_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_HA_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_HA_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: simplicial complex on constraints
| |
| term_HA_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint set C
| |
| term_HA_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: resolution stalls
| |
| term_HA_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ⟺ H_k(N(C)) ≠ 0 for some k > 0
| |
| term_HA_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint set C
| |
| term_HA_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_HA_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≥ Σ_k β_k × ln 2
| |
| term_HA_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C
| |
| term_IT_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_IT_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ_k (-1)^k β_k
| |
| term_IT_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint nerve N(C)
| |
| term_IT_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_IT_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ_k (-1)^k dim(H_k)
| |
| term_IT_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint nerve N(C)
| |
| term_IT_6_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_IT_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: lower bounds convergence rate
| |
| term_IT_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint nerve N(C)
| |
| term_IT_7a_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ κ_k - χ(N(C))
| |
| term_IT_7a_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: = S_residual / ln 2
| |
| term_IT_7a_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C
| |
| term_IT_7b_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_IT_7b_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: = (Σ κ_k - χ) × ln 2
| |
| term_IT_7b_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C
| |
| term_IT_7c_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: resolution cost
| |
| term_IT_7c_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≥ n - χ(N(C))
| |
| term_IT_7c_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C
| |
| term_IT_7d_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: resolution complete
| |
| term_IT_7d_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ⟺ χ(N(C)) = n and all β_k = 0
| |
| term_IT_7d_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint nerve N(C)
| |
| term_phi_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: φ₁(neg, ResidueConstraint(m,r))
| |
| term_phi_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ResidueConstraint(m, m-r)
| |
| term_phi_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ring op, constraint
| |
| term_phi_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: φ₂(compose(A,B))
| |
| term_phi_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: φ₂(A) ∪ φ₂(B)
| |
| term_phi_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraints A, B
| |
| term_phi_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: φ₃(closed site state)
| |
| term_phi_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: unique 4-component partition
| |
| term_phi_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: closed FreeRank
| |
| term_phi_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_phi_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: φ₃(φ₂(φ₁(T, x)))
| |
| term_phi_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T ∈ T_n, x ∈ R_n
| |
| term_phi_5_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_phi_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: preserves d_R, may change d_H
| |
| term_phi_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: op ∈ Operation
| |
| term_phi_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: φ₆(state, observables)
| |
| term_phi_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: RefinementSuggestion
| |
| term_phi_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ResolutionState
| |
| term_psi_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: N(constraints)
| |
| term_psi_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: SimplicialComplex
| |
| term_psi_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint set
| |
| term_psi_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_psi_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ChainComplex
| |
| term_psi_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: simplicial complex K
| |
| term_psi_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_psi_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ker(∂_k) / im(∂_{k+1})
| |
| term_psi_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: chain complex C
| |
| term_psi_5_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_psi_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Hom(C_k, R)
| |
| term_psi_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: chain complex C, ring R
| |
| term_psi_6_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_psi_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ker(δ^k) / im(δ^{k-1})
| |
| term_psi_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: cochain complex C
| |
| term_surfaceSymmetry_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_surfaceSymmetry_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: s' where type(s') ≡ type(s) under F.constraint
| |
| term_surfaceSymmetry_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: G: GroundingMap, P: ProjectionMap, F: Frame, s: Literal, G.symbolConstraints = P.projectionOrder
| |
| term_CC_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: resolution(x, T)
| |
| term_CC_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: O(1) for CompleteType T
| |
| term_CC_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, T: CompleteType
| |
| term_CC_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: completeness(T)
| |
| term_CC_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: implies completeness(T')
| |
| term_CC_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T, T': ConstrainedType, T ⊆ T'
| |
| term_CC_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: sitesClosed(W₁) + sitesClosed(W₂)
| |
| term_CC_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: = n for valid concat(W₁, W₂)
| |
| term_CC_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: W₁, W₂: CompletenessWitness
| |
| term_CC_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: CompletenessResolver
| |
| term_CC_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: fix(ψ-pipeline, CompletenessCandidate)
| |
| term_CC_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CompletenessCandidate
| |
| term_CC_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: cert.verified = true
| |
| term_CC_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: implies χ(N(C)) = n ∧ ∀k: β_k = 0
| |
| term_CC_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: cert: CompletenessCertificate
| |
| term_QL_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: neg(bnot(x))
| |
| term_QL_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: succ(x) in Z/(2ⁿ)Z
| |
| term_QL_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, n ≥ 1
| |
| term_QL_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_QL_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: 2ⁿ⁺¹ for all n ≥ 1
| |
| term_QL_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_QL_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: P(j) = 2^{-j}
| |
| term_QL_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Boltzmann distribution at β* = ln 2, all n ≥ 1
| |
| term_QL_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: j ∈ R_n, n ≥ 1
| |
| term_QL_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: siteBudget(PrimitiveType, n)
| |
| term_QL_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: = n (one site per bit)
| |
| term_QL_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: PrimitiveType, n ≥ 1
| |
| term_QL_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: resolution(CompleteType, n)
| |
| term_QL_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: O(1) for all n ≥ 1
| |
| term_QL_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CompleteType, n ≥ 1
| |
| term_QL_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: contentAddress(x, n)
| |
| term_QL_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: bijection for all n ≥ 1
| |
| term_QL_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, n ≥ 1
| |
| term_QL_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ψ-pipeline(ConstrainedType, n)
| |
| term_QL_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: valid ChainComplex for all n ≥ 1
| |
| term_QL_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ConstrainedType, n ≥ 1
| |
| term_GR_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank(B_{i+1})
| |
| term_GR_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≤ freeRank(B_i)
| |
| term_GR_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: i in Session S
| |
| term_GR_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: b.datum resolves under b.constraint
| |
| term_GR_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: in O(1) iff Binding b is sound
| |
| term_GR_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_GR_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∃ i: freeRank(B_i) = 0
| |
| term_GR_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Session S converges
| |
| term_GR_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_GR_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: bindings(C_fresh) ∩ bindings(C_prior)
| |
| term_GR_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: = ∅ after SessionBoundary
| |
| term_GR_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: C_prior, C_fresh: Context, SessionBoundary event
| |
| term_GR_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ContradictionBoundary
| |
| term_GR_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: iff ∃ b, b': same address, different datum, same constraint
| |
| term_GR_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: b, b': Binding in same Context
| |
| term_TS_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: nerve(T, target)
| |
| term_TS_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∃ ConstrainedType T over R_n realising target
| |
| term_TS_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: target: χ* ≤ n, β₀* = 1, β_k* = 0 for k ≥ 1
| |
| term_TS_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: basisSize(T, IT_7d target)
| |
| term_TS_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_TS_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: IT_7d target, n-site types
| |
| term_TS_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: χ(N(C + constraint))
| |
| term_TS_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_TS_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: C: synthesis candidate constraint set
| |
| term_TS_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: steps(TypeSynthesisResolver, target)
| |
| term_TS_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_TS_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: target: realisable n-site type synthesis goal
| |
| term_TS_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: SynthesizedType achieves IT_7d
| |
| term_TS_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: iff CompletenessResolver certifies CompleteType
| |
| term_TS_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T: SynthesizedType
| |
| term_TS_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: E[steps, Jacobian-guided synthesis]
| |
| term_TS_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: O(n log n) vs O(n²) uninformed
| |
| term_TS_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T: n-site type synthesis goal
| |
| term_TS_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: β₀(N(C)) for non-empty C
| |
| term_TS_7_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_TS_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: C: non-empty constraint set
| |
| term_WLS_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: WittLift T' is CompleteType
| |
| term_WLS_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: iff spectral sequence collapses at E_2
| |
| term_WLS_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T: CompleteType at Q_n, T': WittLift to Q_{n+1}
| |
| term_WLS_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: non-trivial LiftObstruction location
| |
| term_WLS_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: specific site at bit position n+1
| |
| term_WLS_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: non-trivial LiftObstruction
| |
| term_WLS_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: basisSize(T') for trivial lift
| |
| term_WLS_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: basisSize(T) + 1
| |
| term_WLS_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T: CompleteType at Q_n with closed constraint set
| |
| term_WLS_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: spectral sequence convergence page
| |
| term_WLS_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_WLS_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: depth-d constraint configuration
| |
| term_WLS_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: universallyValid identity in R_{n+1}
| |
| term_WLS_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: holds with lifted constraint set
| |
| term_WLS_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: every op:universallyValid identity, WittLift T'
| |
| term_WLS_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ψ-pipeline ChainComplex(T')
| |
| term_WLS_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: valid and restricts to ChainComplex(T) on base nerve
| |
| term_WLS_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T': any WittLift of a CompleteType T
| |
| term_MN_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: HolonomyGroup(T)
| |
| term_MN_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MN_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T: ConstrainedType over R_n
| |
| term_MN_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: HolonomyGroup(T) for additive constraints
| |
| term_MN_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: {id} (trivial: T is FlatType)
| |
| term_MN_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T: all ResidueConstraint or DepthConstraint
| |
| term_MN_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: HolonomyGroup(T) with neg + bnot in closed path
| |
| term_MN_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: D_{2^n} (full dihedral holonomy)
| |
| term_MN_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T: ConstrainedType with neg-related and bnot-related constraints in closed path
| |
| term_MN_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: HolonomyGroup(T) ≠ {id}
| |
| term_MN_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ⟹ β₁(N(C(T))) ≥ 1
| |
| term_MN_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T: ConstrainedType
| |
| term_MN_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: CompleteType (IT_7d) ⟹ β₁ = 0 ⟹ holonomy
| |
| term_MN_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: trivial ⟹ FlatType
| |
| term_MN_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T: CompleteType
| |
| term_MN_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: monodromy(p₁ · p₂)
| |
| term_MN_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: monodromy(p₁) · monodromy(p₂) in D_{2^n}
| |
| term_MN_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: p₁, p₂: ClosedConstraintPath
| |
| term_MN_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: TwistedType T ⟹ H²(N(C(T')); ℤ/2ℤ)
| |
| term_MN_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: non-zero class (non-trivial LiftObstruction)
| |
| term_MN_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T': any WittLift of TwistedType T
| |
| term_PT_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: siteBudget(A × B)
| |
| term_PT_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: siteBudget(A) + siteBudget(B)
| |
| term_PT_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: A, B: TypeDefinition
| |
| term_PT_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: partition(A × B)
| |
| term_PT_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: partition(A) ⊗ partition(B)
| |
| term_PT_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: A, B: TypeDefinition
| |
| term_PT_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: χ(N(C(A × B)))
| |
| term_PT_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: χ(N(C(A))) + χ(N(C(B)))
| |
| term_PT_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: A, B: TypeDefinition
| |
| term_PT_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PT_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: S(A) + S(B)
| |
| term_PT_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: A, B: TypeDefinition
| |
| term_ST_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: siteBudget(A + B)
| |
| term_ST_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: max(siteBudget(A), siteBudget(B))
| |
| term_ST_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: A, B: TypeDefinition
| |
| term_ST_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_ST_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ln 2 + max(S(A), S(B))
| |
| term_ST_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: A, B: TypeDefinition
| |
| term_GS_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_GS_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank(C) × ln 2 / n
| |
| term_GS_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: C: Context, n = siteBudget
| |
| term_GS_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_GS_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: (n − freeRank(C)) / n
| |
| term_GS_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: C: Context, n = siteBudget
| |
| term_GS_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_GS_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_GS_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: i in Session S
| |
| term_GS_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_GS_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank(C) = 0 ↔ S(C) = 0 ↔ T_ctx(C) = 0
| |
| term_GS_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_GS_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: stepCount(q, C) at freeRank(C) = 0
| |
| term_GS_5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_GS_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: q: Query, C: GroundedContext
| |
| term_GS_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: effectiveBudget(q, C)
| |
| term_GS_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: max(0, siteBudget(q.type) − |pinnedSites(C) ∩ q.siteSet|)
| |
| term_GS_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: q: Query, C: Context
| |
| term_GS_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Cost_saturation(C)
| |
| term_GS_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: n × k_B T × ln 2
| |
| term_GS_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: C: GroundedContext, n = siteBudget
| |
| term_MS_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MS_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MS_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: C: non-empty ConstrainedType
| |
| term_MS_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MS_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MS_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: C: ConstrainedType at quantum level n
| |
| term_MS_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: χ(N(C + c))
| |
| term_MS_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MS_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: C: ConstrainedType, c: Constraint
| |
| term_MS_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: achievable(χ*, β_k*, n)
| |
| term_MS_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: → achievable(χ*, β_k*, n+1)
| |
| term_MS_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: (χ*, β_k*) achievable at level n
| |
| term_MS_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: verified SynthesisSignature set
| |
| term_MS_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: → exact morphospace boundary in the limit
| |
| term_MS_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: all quantum levels
| |
| term_GD_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: isGeodesic(T)
| |
| term_GD_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: AR_1-ordered(T) ∧ DC_10-selected(T)
| |
| term_GD_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T: ComputationTrace
| |
| term_GD_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ΔS_step(i) on geodesic
| |
| term_GD_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_GD_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: step i of GeodesicTrace T
| |
| term_GD_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Cost_geodesic(T)
| |
| term_GD_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank_initial × k_B T × ln 2
| |
| term_GD_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T: GeodesicTrace
| |
| term_GD_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Cost(T) for geodesic T
| |
| term_GD_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: = Cost(T') for any geodesic T' on same type
| |
| term_GD_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T, T': GeodesicTrace on same ConstrainedType
| |
| term_GD_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: isSubgeodesic(T)
| |
| term_GD_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∃ i: J_k(step_i) < max_{free} J_k(state_i)
| |
| term_GD_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: T: ComputationTrace
| |
| term_QM_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: S_vonNeumann(ψ)
| |
| term_QM_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Cost_Landauer(collapse(ψ))
| |
| term_QM_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ψ: SuperposedSiteState
| |
| term_QM_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: collapse(ψ)
| |
| term_QM_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: apply(ResidueConstraint, collapsed_site)
| |
| term_QM_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ψ: SuperposedSiteState
| |
| term_QM_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_QM_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∈ [0, ln 2]
| |
| term_QM_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ψ: single-site SuperposedSiteState
| |
| term_QM_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: collapse(collapse(ψ))
| |
| term_QM_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: collapse(ψ)
| |
| term_QM_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ψ: SuperposedSiteState
| |
| term_QM_5_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_QM_5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_QM_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SuperposedSiteState ψ
| |
| term_RC_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: normalize(ψ)
| |
| term_RC_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ψ / sqrt(Σ |αᵢ|²)
| |
| term_RC_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SuperposedSiteState ψ
| |
| term_FPM_8_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: |Irr| + |Red| + |Unit| + |Ext|
| |
| term_FPM_8_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FPM_8_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Partition P over R_n
| |
| term_FPM_9_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FPM_9_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: x ∉ carrier(T)
| |
| term_FPM_9_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: TypeDefinition T, Datum x
| |
| term_MN_8_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: holonomyClassified(T)
| |
| term_MN_8_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: isFlatType(T) xor isTwistedType(T)
| |
| term_MN_8_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ConstrainedType T with holonomyGroup
| |
| term_QL_8_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: wittLevelPredecessor(nextWittLevel(Q_k))
| |
| term_QL_8_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_QL_8_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: WittLevel W_n with nextWittLevel defined
| |
| term_D_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: compose(rᵃ sᵖ, rᵇ sᵠ)
| |
| term_D_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: r^((a + (-1)ᵖ b) mod 2ⁿ) s^(p xor q)
| |
| term_D_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: DihedralElement rᵃ sᵖ, rᵇ sᵠ in D_{2ⁿ}
| |
| term_SP_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: resolve_superposition(classical(x))
| |
| term_SP_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: resolve_classical(x)
| |
| term_SP_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_SP_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: collapse(resolve_superposition(ψ))
| |
| term_SP_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: resolve_classical(collapse(ψ))
| |
| term_SP_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SuperposedSiteState ψ
| |
| term_SP_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: amplitudeVector(resolve_superposition(ψ))
| |
| term_SP_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_SP_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SuperposedSiteState ψ
| |
| term_SP_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: P(collapse to site k)
| |
| term_SP_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_SP_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SuperposedSiteState ψ, site index k
| |
| term_PT_2a_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PT_2a_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: PartitionProduct(Π(A), Π(B))
| |
| term_PT_2a_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ProductType A × B
| |
| term_PT_2b_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PT_2b_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: PartitionCoproduct(Π(A), Π(B))
| |
| term_PT_2b_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SumType A + B
| |
| term_GD_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: isGeodesic(trace)
| |
| term_GD_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: isAR1Ordered(trace) ∧ isDC10Selected(trace)
| |
| term_GD_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ComputationTrace trace
| |
| term_WT_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: LiftChain(Q_j, Q_k) valid
| |
| term_WT_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: every chainStep has trivial or resolved LiftObstruction
| |
| term_WT_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: LiftChain from Q_j to Q_k
| |
| term_WT_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: obstructionCount(chain)
| |
| term_WT_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: <= chainLength(chain)
| |
| term_WT_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_WT_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: resolvedBasisSize(Q_k)
| |
| term_WT_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: basisSize(Q_j) + chainLength + obstructionResolutionCost
| |
| term_WT_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: LiftChain with source Q_j, target Q_k
| |
| term_WT_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: isFlat(chain)
| |
| term_WT_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: obstructionCount = 0 iff HolonomyGroup trivial at every step
| |
| term_WT_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_WT_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: LiftChainCertificate exists
| |
| term_WT_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: CompleteType at Q_k satisfies IT_7d with witness chain
| |
| term_WT_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Q_k for arbitrary k
| |
| term_WT_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: QT_3 with chainLength=1, cost=0
| |
| term_WT_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: reduces to QLS_3
| |
| term_WT_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Single-step chains
| |
| term_WT_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: flat chain resolvedBasisSize(Q_k)
| |
| term_WT_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: basisSize(Q_j) + (k - j)
| |
| term_WT_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: LiftChain with isFlat = true
| |
| term_CC_PINS_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: pinsSites(CarryConstraint(p))
| |
| term_CC_PINS_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: {k : p(k)=1} union {first-zero(p)}
| |
| term_CC_PINS_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: bit-pattern p in CarryConstraint
| |
| term_CC_COST_SITE_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: |pinsSites(CarryConstraint(p))|
| |
| term_CC_COST_SITE_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: popcount(p) + 1
| |
| term_CC_COST_SITE_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: bit-pattern p in CarryConstraint
| |
| term_jsat_RR_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: jointSat(Res(m1,r1), Res(m2,r2))
| |
| term_jsat_RR_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: gcd(m1,m2) | (r1 - r2)
| |
| term_jsat_RR_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ResidueConstraint pairs over R_n
| |
| term_jsat_CR_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: jointSat(Carry(p), Res(m,r))
| |
| term_jsat_CR_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: pin-site intersection residue-class compatible
| |
| term_jsat_CR_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CarryConstraint, ResidueConstraint pairs
| |
| term_jsat_CC_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: jointSat(Carry(p1), Carry(p2))
| |
| term_jsat_CC_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: p1 AND p2 conflict-free
| |
| term_jsat_CC_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CarryConstraint pairs over R_n
| |
| term_D_8_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: (r^a s^p)^(-1)
| |
| term_D_8_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: r^(-(−1)^p a mod 2^n) s^p
| |
| term_D_8_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: a in 0..2^n, p in {0,1}
| |
| term_D_9_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ord(r^k s^1)
| |
| term_D_9_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_D_9_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: k in Z/(2^n)Z
| |
| term_EXP_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: carrier(C) is monotone
| |
| term_EXP_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: all residues of C = modulus - 1, no Carry/Depth
| |
| term_EXP_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ConstrainedType C over R_n
| |
| term_EXP_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: count of monotone ConstrainedTypes at Q_n
| |
| term_EXP_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_EXP_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: WittLevel W_n, n >= 1
| |
| term_EXP_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: carrier(SumType(A,B))
| |
| term_EXP_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: coproduct(carrier(A), carrier(B))
| |
| term_EXP_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SumType A + B
| |
| term_ST_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: chi(N(C(A+B)))
| |
| term_ST_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: chi(N(C(A))) + chi(N(C(B)))
| |
| term_ST_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: disjoint SumType A + B
| |
| term_ST_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: beta_k(N(C(A+B)))
| |
| term_ST_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: beta_k(N(C(A))) + beta_k(N(C(B)))
| |
| term_ST_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: disjoint SumType A + B, k >= 0
| |
| term_ST_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: CompleteType(A + B)
| |
| term_ST_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: CompleteType(A) and CompleteType(B) and Q(A)=Q(B)
| |
| term_ST_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SumType A + B
| |
| term_TS_8_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: min constraints for beta_1 = k
| |
| term_TS_8_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_TS_8_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: first Betti number k >= 1, n-site type
| |
| term_TS_9_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: TypeSynthesisResolver terminates
| |
| term_TS_9_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: within 2^n steps
| |
| term_TS_9_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: WittLevel W_n, any target signature
| |
| term_TS_10_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ForbiddenSignature(sigma)
| |
| term_TS_10_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: no ConstrainedType with <= n constraints realises sigma
| |
| term_TS_10_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: topological signature sigma at Q_n
| |
| term_WT_8_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ObstructionChain length from Q_j to Q_k
| |
| term_WT_8_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: <= (k-j) * C(basisSize(Q_j), 3)
| |
| term_WT_8_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: LiftChain from Q_j to Q_k
| |
| term_WT_9_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: TowerCompletenessResolver terminates
| |
| term_WT_9_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: within QT_8 bound
| |
| term_WT_9_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: LiftChain of finite length
| |
| term_COEFF_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: standard coefficient ring for psi-pipeline
| |
| term_COEFF_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_COEFF_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CechNerve N(C) at any quantum level
| |
| term_GO_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: pinsSites(killing constraint for obstruction c)
| |
| term_GO_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: superset of pinsSites(C_i) cap pinsSites(C_j)
| |
| term_GO_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: GluingObstruction c, cycle pair (C_i, C_j)
| |
| term_GR_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank(q) after grounding
| |
| term_GR_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: sites of q not in BindingAccumulator
| |
| term_GR_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: grounded Session, new RelationQuery q
| |
| term_GR_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: sigma after re-entry with query q
| |
| term_GR_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: min(sigma, 1 - freeRank(q)/n)
| |
| term_GR_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SessionResolver, new query q
| |
| term_QM_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: amplitude index set of SuperposedSiteState over T
| |
| term_QM_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: monotone pinning trajectories consistent with T
| |
| term_QM_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SuperposedSiteState over ConstrainedType T at Q_n
| |
| term_CIC_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: valid(T) ∧ T: Transform
| |
| term_CIC_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∃ c: TransformCertificate. certifies(c, T)
| |
| term_CIC_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Transform T
| |
| term_CIC_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: isometry(T) ∧ metric-preserving(T)
| |
| term_CIC_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∃ c: IsometryCertificate. certifies(c, T)
| |
| term_CIC_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_CIC_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: f(f(x)) = x ∀ x ∈ R_n
| |
| term_CIC_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∃ c: InvolutionCertificate. certifies(c, f)
| |
| term_CIC_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Involution f
| |
| term_CIC_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: σ(C) = 1 ∧ freeRank = 0
| |
| term_CIC_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∃ c: GroundingCertificate. certifies(c, C)
| |
| term_CIC_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: GroundedContext C
| |
| term_CIC_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: AR_1-ordered ∧ DC_10-selected trace
| |
| term_CIC_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∃ c: GeodesicCertificate. certifies(c, trace)
| |
| term_CIC_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: GeodesicTrace
| |
| term_CIC_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: S_vN = L_cost at β* = ln 2
| |
| term_CIC_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∃ c: MeasurementCertificate. certifies(c, event)
| |
| term_CIC_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: MeasurementEvent
| |
| term_CIC_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: P(k) = |α_k|² verified
| |
| term_CIC_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∃ c: BornRuleVerification. certifies(c, event)
| |
| term_CIC_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: MeasurementEvent with amplitude vector
| |
| term_GC_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: shared-frame grounding of symbol s
| |
| term_GC_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∃ c: GroundingCertificate. certifies(c, map)
| |
| term_GC_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: GroundingMap with valid ProjectionMap
| |
| term_GR_8_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: compose(S_A, S_B) valid at Q_k
| |
| term_GR_8_rhs | https://uor.foundation/schema/LiteralExpression | 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_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: S_A, S_B: Session at quantum level Q_k (k ≥ 0)
| |
| term_GR_9_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: leasedSites(L_A) ∩ leasedSites(L_B)
| |
| term_GR_9_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_GR_9_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: L_A, L_B: ContextLease on SharedContext C, L_A ≠ L_B
| |
| term_GR_10_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: finalState(R, P_1, Q)
| |
| term_GR_10_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: = finalState(R, P_2, Q) for any P_1, P_2: ExecutionPolicy
| |
| term_GR_10_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SessionResolver R with ExecutionPolicy P, pending query set Q
| |
| term_MC_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σᵢ freeRank(leasedSites(L_i))
| |
| term_MC_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: = freeRank(C)
| |
| term_MC_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SharedContext C; leaseSet {L_1, …, L_k} covering all sites of C
| |
| term_MC_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank(B_{i+1} |_L)
| |
| term_MC_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≤ freeRank(B_i |_L)
| |
| term_MC_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ContextLease L held by Session S; binding step i within S restricted to leasedSites(L)
| |
| term_MC_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank(compose(S_A, S_B))
| |
| term_MC_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank(S_A) + freeRank(S_B) − |pinnedSites(S_A) ∩ pinnedSites(S_B)|
| |
| term_MC_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: S_A, S_B: Session; compose(S_A, S_B) valid (SR_8 satisfied)
| |
| term_MC_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank(compose(S_A, S_B))
| |
| term_MC_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: = freeRank(S_A) + freeRank(S_B)
| |
| term_MC_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: S_A, S_B on ContextLeases L_A, L_B within SharedContext C; SR_9 holds
| |
| term_MC_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: finalBindings(R, P_1, Q)
| |
| term_MC_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: = finalBindings(R, P_2, Q)
| |
| term_MC_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SessionResolver R; pending query set Q; ExecutionPolicy P_1, P_2
| |
| term_MC_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: σ(compose(S_1, …, S_k))
| |
| term_MC_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: = 1 (FullGrounding)
| |
| term_MC_6_forAll | https://uor.foundation/schema/ForAllDeclaration | 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_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: stepCount(q, C*)
| |
| term_MC_7_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MC_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: q: RelationQuery; C* = compose(S_1, …, S_k) with σ(C*) = 1 by MC_6
| |
| term_MC_8_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: max_i stepCount(S_i to convergence within L_i)
| |
| term_MC_8_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MC_8_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SharedContext C with totalSites = n; uniform partition into k leases
| |
| term_WC_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_WC_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: x_k (k-th bit of x)
| |
| term_WC_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, 0 ≤ k < n
| |
| term_WC_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: S_k − x_k − y_k (mod 2)
| |
| term_WC_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_WC_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y ∈ R_n, 0 ≤ k < n
| |
| term_WC_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: CA_2 recurrence
| |
| term_WC_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: S_{k+1} ghost equation at p=2
| |
| term_WC_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_WC_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: δ_k(x+y) correction
| |
| term_WC_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: c_{k+1}(x,y)
| |
| term_WC_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_WC_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: obstruction_trivial = false
| |
| term_WC_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: δ_k ≠ 0 for some pair
| |
| term_WC_5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_WC_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_Δ(x,y) > 0
| |
| term_WC_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ghost defect nonzero
| |
| term_WC_6_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_WC_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: succ^{2ⁿ}(x) = x
| |
| term_WC_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: r^{2ⁿ} = 1 in Witt-Burnside ring
| |
| term_WC_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, n ≥ 1
| |
| term_WC_8_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: neg(succ(neg(x)))
| |
| term_WC_8_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: srs = r⁻¹ relation
| |
| term_WC_8_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, n ≥ 1
| |
| term_WC_9_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: bnot(neg(x)) = pred(x)
| |
| term_WC_9_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Product of Witt-Burnside reflections
| |
| term_WC_9_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, n ≥ 1
| |
| term_WC_10_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: φ(x) on W_n(F_2)
| |
| term_WC_10_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: x (identity, F_2 perfect)
| |
| term_WC_10_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, n ≥ 1
| |
| term_WC_11_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: V(x) on W_n(F_2)
| |
| term_WC_11_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: add(x, x) in Z/(2ⁿ)Z
| |
| term_WC_11_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, n ≥ 1
| |
| term_WC_12_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: δ(x) on W_n(F_2)
| |
| term_WC_12_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: (x − mul(x,x)) / 2
| |
| term_WC_12_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x ∈ R_n, n ≥ 2
| |
| term_OA_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: |2|_2 · |2|_∞
| |
| term_OA_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_OA_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_OA_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: CrossingCost(p=2)
| |
| term_OA_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ln 2 = −ln|2|_2
| |
| term_OA_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_OA_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: β* in Cost_Landauer
| |
| term_OA_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: CrossingCost(p=2)
| |
| term_OA_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_OA_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: P(outcome k) = |α_k|_∞²
| |
| term_OA_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Archimedean image of 2-adic amplitude
| |
| term_OA_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: rational amplitudes
| |
| term_OA_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Information cost of δ (division by 2)
| |
| term_OA_5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_OA_5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_HT_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_HT_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_HT_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C
| |
| term_HT_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_HT_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_HT_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C
| |
| term_HT_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: π₁(N(C)) → D_{2^n}
| |
| term_HT_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: HolonomyGroup factorization
| |
| term_HT_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C
| |
| term_HT_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: π_k(N(C)) for k > dim(N(C))
| |
| term_HT_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_HT_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C, k > dim(N(C))
| |
| term_HT_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: τ_{≤1}(N(C))
| |
| term_HT_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: FlatType/TwistedType classification
| |
| term_HT_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C
| |
| term_HT_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: κ_k trivial for all k > d
| |
| term_HT_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: spectral sequence collapses at E_{d+2}
| |
| term_HT_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C, d = max simplex dim
| |
| term_HT_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: [α, β] ≠ 0 in π_{p+q−1}
| |
| term_HT_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: LiftObstruction non-trivial
| |
| term_HT_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: α ∈ π_p, β ∈ π_q
| |
| term_HT_8_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: π_k(N(C)) ⊗ Z
| |
| term_HT_8_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: H_k(N(C); Z) for smallest k with π_k ≠ 0
| |
| term_HT_8_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C
| |
| term_psi_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: KanComplex(N(C))
| |
| term_psi_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: PostnikovTower
| |
| term_psi_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C
| |
| term_psi_8_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: PostnikovTower(τ≤k)
| |
| term_psi_8_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: HomotopyGroups(π_k)
| |
| term_psi_8_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C
| |
| term_psi_9_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: HomotopyGroups(π_k)
| |
| term_psi_9_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: KInvariants(κ_k)
| |
| term_psi_9_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C
| |
| term_HP_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_HP_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Kan promotion of nerve
| |
| term_HP_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C
| |
| term_HP_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ψ_8(τ≤k) restricted
| |
| term_HP_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_HP_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C, truncation level k
| |
| term_HP_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ψ_9 detects convergence
| |
| term_HP_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: spectral sequence converges at E_{d+2}
| |
| term_HP_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint configuration C
| |
| term_HP_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: HomotopyResolver time
| |
| term_HP_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_HP_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: d = max simplex dimension
| |
| term_MD_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MD_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: basisSize(T)
| |
| term_MD_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_MD_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: H^0(Def(T))
| |
| term_MD_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Aut(T) ∩ D_{2^n}
| |
| term_MD_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CompleteType T
| |
| term_MD_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: H^1(Def(T))
| |
| term_MD_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MD_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CompleteType T
| |
| term_MD_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: H^2(Def(T))
| |
| term_MD_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: LiftObstruction space
| |
| term_MD_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CompleteType T
| |
| term_MD_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: FlatType stratum codimension
| |
| term_MD_5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MD_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: M_n at any quantum level
| |
| term_MD_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: TwistedType stratum codimension
| |
| term_MD_6_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MD_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: M_n at any quantum level
| |
| term_MD_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: VersalDeformation existence
| |
| term_MD_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: guaranteed when H^2 = 0
| |
| term_MD_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CompleteType T
| |
| term_MD_8_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: familyPreservesCompleteness
| |
| term_MD_8_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: H^2(Def(T_t)) = 0 along path
| |
| term_MD_8_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: DeformationFamily {C_t}
| |
| term_MD_9_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: site(ModuliTowerMap, T) dimension
| |
| term_MD_9_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: 1 when obstructionTrivial
| |
| term_MD_9_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CompleteType T, obstruction = 0
| |
| term_MD_10_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: site(ModuliTowerMap, T)
| |
| term_MD_10_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: empty iff TwistedType at every level
| |
| term_MD_10_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CompleteType T
| |
| term_MR_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ModuliResolver boundary
| |
| term_MR_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: MorphospaceBoundary
| |
| term_MR_1_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_MR_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: StratificationRecord coverage
| |
| term_MR_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: every CompleteType in exactly one stratum
| |
| term_MR_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_MR_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ModuliResolver complexity
| |
| term_MR_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: O(n × basisSize²)
| |
| term_MR_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CompleteType T
| |
| term_MR_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: achievabilityStatus = Achievable
| |
| term_MR_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: signature in some HolonomyStratum
| |
| term_MR_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: MorphospaceRecord
| |
| term_CY_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: generate(k)
| |
| term_CY_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: and(x_k, y_k) = 1
| |
| term_CY_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y ∈ R_n, 0 ≤ k < n
| |
| term_CY_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: propagate(k)
| |
| term_CY_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: xor(x_k, y_k) = 1 ∧ c_k = 1
| |
| term_CY_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y ∈ R_n, 0 ≤ k < n
| |
| term_CY_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CY_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: and(x_k, y_k) = 0 ∧ xor(x_k, y_k) = 0
| |
| term_CY_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: x, y ∈ R_n, 0 ≤ k < n
| |
| term_CY_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CY_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: |carryCount(x+y) − hammingDistance(x, y)|
| |
| term_CY_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_CY_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: argmin_enc Σ d_Δ(enc(s_i), enc(s_j))
| |
| term_CY_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: enc where carry significance ≅ domain dependency
| |
| term_CY_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: finite symbol set S, observed pairs (s_i, s_j)
| |
| term_CY_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: min d_Δ site ordering
| |
| term_CY_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: high-significance sites → most informative observables
| |
| term_CY_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: EncodingConfiguration over ordered domain
| |
| term_CY_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: T(carry_chain(n))
| |
| term_CY_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: O(log n) via prefix computation on (g_k, p_k) pairs
| |
| term_CY_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CarryChain of length n
| |
| term_BM_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_BM_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: (n − freeRank(C)) / n
| |
| term_BM_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Context C with n sites
| |
| term_BM_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: χ(nerve(C))
| |
| term_BM_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ(−1)^k β_k(nerve(C))
| |
| term_BM_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint set C
| |
| term_BM_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_BM_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: S_residual / ln 2
| |
| term_BM_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: computation state
| |
| term_BM_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: J_k (pinned site k)
| |
| term_BM_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_BM_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: pinned site k
| |
| term_BM_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_Δ(x, y) > 0
| |
| term_BM_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: carry(x + y) ≠ 0
| |
| term_BM_5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_BM_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: metric tower
| |
| term_BM_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_Δ → {σ, J_k} → β_k → χ → r
| |
| term_BM_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: computation state
| |
| term_GL_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_GL_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: lower_adjoint(T)
| |
| term_GL_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: type T in type lattice
| |
| term_GL_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_GL_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: 1 − upper_adjoint(T)
| |
| term_GL_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: type T in type lattice
| |
| term_GL_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: upper(lower(T))
| |
| term_GL_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: T (fixpoint: σ=1, r=0)
| |
| term_GL_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CompleteType T
| |
| term_GL_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: T₁ ≤ T₂ in type lattice
| |
| term_GL_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: site(T₂) ⊆ site(T₁)
| |
| term_GL_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: types T₁, T₂
| |
| term_NV_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: nerve(C₁ ∪ C₂)
| |
| term_NV_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: nerve(C₁) ∪ nerve(C₂)
| |
| term_NV_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: disjoint constraint domains C₁, C₂
| |
| term_NV_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: β_k(C₁ ∪ C₂)
| |
| term_NV_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: β_k(C₁) + β_k(C₂) − β_k(C₁ ∩ C₂)
| |
| term_NV_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint sets C₁, C₂
| |
| term_NV_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_NV_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∈ {−1, 0, +1}
| |
| term_NV_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: single constraint addition, dimension k
| |
| term_NV_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: β_k(C ∪ {c})
| |
| term_NV_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_NV_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint set C, new constraint c
| |
| term_SD_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: quantize(value, range, bits)
| |
| term_SD_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ring element with d_R ∝ |v₁ − v₂|
| |
| term_SD_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: values v in ordered domain
| |
| term_SD_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: encoding(alphabet)
| |
| term_SD_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: argmin_{e} Σ d_Δ(e(a), e(b))
| |
| term_SD_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: symbol pairs (a,b) in alphabet
| |
| term_SD_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_SD_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Free(T) with backbone ordering
| |
| term_SD_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: element type T
| |
| term_SD_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: sites(Tuple(f₁,...,fₖ))
| |
| term_SD_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σᵢ sites(fᵢ)
| |
| term_SD_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: fields f_1,...,f_k of tuple type
| |
| term_SD_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: nerve(Graph(V,E))
| |
| term_SD_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: constraint_nerve(Graph(V,E))
| |
| term_SD_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: graph (V,E) with typed nodes
| |
| term_SD_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_Δ(Set(a,b,c))
| |
| term_SD_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_Δ(Set(σ(a,b,c)))
| |
| term_SD_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: permutation σ of set elements
| |
| term_SD_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: β_1(Tree(V,E))
| |
| term_SD_7_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_SD_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: tree (V,E) with beta_0=1
| |
| term_SD_8_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_SD_8_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Seq(Tuple(S))
| |
| term_SD_8_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: schema S defining tuple fields
| |
| term_DD_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DD_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DD_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: query q, registry R
| |
| term_DD_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DD_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: {q | ∃r. δ(q,R)=r}
| |
| term_DD_2_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_PI_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ι(ι(s,C),C)
| |
| term_PI_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PI_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: symbol s, GroundedContext C
| |
| term_PI_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: type(ι(s,C))
| |
| term_PI_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: consistent(C)
| |
| term_PI_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: symbol s, context C
| |
| term_PI_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PI_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: P(Π(G(s,C)))
| |
| term_PI_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: symbol s, context C
| |
| term_PI_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: complexity(ι(s,C))
| |
| term_PI_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PI_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: symbol s, context C
| |
| term_PI_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: roundTrip(P(Π(G(s))))
| |
| term_PI_5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PI_5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_PA_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: α(b₁,α(b₂,C))
| |
| term_PA_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: α(b₂,α(b₁,C))
| |
| term_PA_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: bindings b₁,b₂, context C at saturation
| |
| term_PA_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: sites(α(b,C))
| |
| term_PA_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: sites(C) ∪ {b.site}
| |
| term_PA_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: binding b, context C
| |
| term_PA_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: constraints(α(b,C))
| |
| term_PA_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: constraints(C) ∪ constraints(b)
| |
| term_PA_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: binding b, context C
| |
| term_PA_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: α(b,C)|_{pinned(C)}
| |
| term_PA_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: C|_{pinned(C)}
| |
| term_PA_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: binding b, context C
| |
| term_PA_5_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PA_5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PA_5_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_PL_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PL_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PL_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: leases Lᵢ, Lⱼ with i ≠ j
| |
| term_PL_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PL_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PL_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: shared context S, leases Lᵢ
| |
| term_PL_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: |{i | f ∈ Lᵢ}|
| |
| term_PL_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PL_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: site f in shared context S
| |
| term_PK_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: valid(κ(S₁,S₂))
| |
| term_PK_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: disjoint(S₁,S₂)
| |
| term_PK_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: sessions S₁,S₂
| |
| term_PK_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: resolve(s, κ(S₁,S₂))
| |
| term_PK_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: resolve(s, S₁) ∨ resolve(s, S₂)
| |
| term_PK_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: symbol s, sessions S₁,S₂
| |
| term_PP_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: κ(λₖ(α*(ι(s,·))), C)
| |
| term_PP_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: resolve(s, C)
| |
| term_PP_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: symbol s, context C
| |
| term_PE_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: state(ψ, 0)
| |
| term_PE_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PE_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: reduction ψ
| |
| term_PE_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PE_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PE_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: query q, registry R
| |
| term_PE_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PE_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PE_3_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_PE_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PE_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PE_4_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_PE_5_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PE_5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PE_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constraint set c
| |
| term_PE_6_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PE_6_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PE_6_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_PE_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ψ_5 ∘ ψ_4 ∘ ψ_3 ∘ ψ_2 ∘ ψ_1 ∘ ψ_0
| |
| term_PE_7_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PE_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: reduction ψ
| |
| term_PM_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: phase(stage_k)
| |
| term_PM_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PM_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: stage index k in 0..5
| |
| term_PM_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PM_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: phase(k) == Ω^k
| |
| term_PM_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: stage boundary k
| |
| term_PM_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: fail(gate(k))
| |
| term_PM_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: rollback(z → z̄)
| |
| term_PM_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: stage k with gate failure
| |
| term_PM_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: conj(conj(z))
| |
| term_PM_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PM_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: complex value z
| |
| term_PM_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: sat(epoch_n)
| |
| term_PM_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: sat(epoch_{n+1})
| |
| term_PM_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: consecutive epochs n, n+1
| |
| term_PM_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: context(window)
| |
| term_PM_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: base_context
| |
| term_PM_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: service window
| |
| term_PM_7_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PM_7_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PM_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: initial state s₀
| |
| term_ER_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: advance(k, k+1)
| |
| term_ER_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: guard(k) = true
| |
| term_ER_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: stage transition k to k+1
| |
| term_ER_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: apply(effect(k))
| |
| term_ER_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: atomic(effect(k))
| |
| term_ER_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: transition effect at stage k
| |
| term_ER_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: eval(guard(k), s)
| |
| term_ER_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: s (state unchanged)
| |
| term_ER_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: guard evaluation at stage k with state s
| |
| term_ER_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: apply(e1; e2)
| |
| term_ER_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: apply(e2; e1)
| |
| term_ER_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: effects e1, e2 within same stage
| |
| term_EA_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: free(epoch(n+1))
| |
| term_EA_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: free(epoch(0))
| |
| term_EA_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: epoch boundary n to n+1
| |
| term_EA_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: grounded(epoch(n))
| |
| term_EA_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: grounded(epoch(n+1))
| |
| term_EA_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: grounded sites across epoch boundary
| |
| term_EA_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: |context(w)|
| |
| term_EA_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: windowSize(w)
| |
| term_EA_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: service window w
| |
| term_EA_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: admit(epoch(n))
| |
| term_EA_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: datum | refinement
| |
| term_EA_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: epoch admission at epoch n
| |
| term_OE_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: stage(k); stage(k+1)
| |
| term_OE_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: fused(k, k+1)
| |
| term_OE_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: adjacent stages k, k+1 with compatible guards
| |
| term_OE_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: effect(a); effect(b)
| |
| term_OE_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: effect(b); effect(a)
| |
| term_OE_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: independent effects a, b
| |
| term_OE_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: lease(A); lease(B)
| |
| term_OE_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: lease(A) || lease(B)
| |
| term_OE_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: disjoint lease sets A, B
| |
| term_OE_4a_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: sem(fused(k, k+1))
| |
| term_OE_4a_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: sem(stage(k)); sem(stage(k+1))
| |
| term_OE_4a_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: fused stages k, k+1
| |
| term_OE_4b_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: outcome(a; b)
| |
| term_OE_4b_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: outcome(b; a)
| |
| term_OE_4b_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: commuting effects a, b
| |
| term_OE_4c_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: coverage(A || B)
| |
| term_OE_4c_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: coverage(A) + coverage(B)
| |
| term_OE_4c_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: parallel leases A, B
| |
| term_CS_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: cost(stage(k))
| |
| term_CS_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CS_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: reduction step k
| |
| term_CS_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: cost(pipeline)
| |
| term_CS_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: sum(cost(stage(k)))
| |
| term_CS_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: reduction pipeline
| |
| term_CS_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: cost(rollback)
| |
| term_CS_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: cost(forward)
| |
| term_CS_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: reduction rollback operation
| |
| term_CS_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: cost(preflight)
| |
| term_CS_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_CS_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: preflight check
| |
| term_CS_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: cost(reduction)
| |
| term_CS_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: n * max(cost(stage(k)))
| |
| term_CS_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: reduction with n stages
| |
| term_CS_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: thermodynamicBudget(U) < bitsWidth(unitWittLevel(U)) × ln 2
| |
| term_CS_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: reject(U) at BudgetSolvencyCheck
| |
| term_CS_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CompileUnit U
| |
| term_CS_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: unitAddress(U)
| |
| term_CS_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: address(canonicalBytes(transitiveClosure(rootTerm(U))))
| |
| term_CS_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CompileUnit U
| |
| term_FA_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FA_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: reaches_gate(q)
| |
| term_FA_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: query q in reduction
| |
| term_FA_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: admitted(q, epoch)
| |
| term_FA_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: served(q, epoch + k)
| |
| term_FA_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: query q, bounded k
| |
| term_FA_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: lease_alloc(p1 + p2)
| |
| term_FA_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: lease_alloc(p1) + lease_alloc(p2)
| |
| term_FA_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: disjoint partitions p1, p2
| |
| term_SW_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: memory(window(w))
| |
| term_SW_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_SW_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: service window of size w
| |
| term_SW_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: saturated(slide(w))
| |
| term_SW_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: saturated(w)
| |
| term_SW_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: window slide operation
| |
| term_SW_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: resources(evict(e))
| |
| term_SW_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_SW_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: evicted epoch e
| |
| term_SW_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: size(window)
| |
| term_SW_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_SW_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: service window
| |
| term_LS_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: pinned(suspend(lease))
| |
| term_LS_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: pinned(lease)
| |
| term_LS_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: lease suspension
| |
| term_LS_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: resources(expire(lease))
| |
| term_LS_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_LS_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: expired lease
| |
| term_LS_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: restore(restore(checkpoint))
| |
| term_LS_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: restore(checkpoint)
| |
| term_LS_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: checkpoint restore
| |
| term_LS_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: resume(suspend(lease))
| |
| term_LS_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_LS_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: active lease
| |
| term_TJ_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: all_or_nothing(fail)
| |
| term_TJ_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_TJ_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: AllOrNothing transaction with failure
| |
| term_TJ_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: best_effort(partial_fail)
| |
| term_TJ_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: commit(succeeded)
| |
| term_TJ_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: BestEffort transaction
| |
| term_TJ_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: scope(transaction)
| |
| term_TJ_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: single_epoch
| |
| term_TJ_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: reduction transaction
| |
| term_AP_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: sat(stage(k+1))
| |
| term_AP_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: >= sat(stage(k))
| |
| term_AP_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: consecutive stages k, k+1
| |
| term_AP_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: quality(epoch(n+1))
| |
| term_AP_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: >= quality(epoch(n))
| |
| term_AP_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: consecutive epochs n, n+1
| |
| term_AP_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: deferred(q)
| |
| term_AP_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: processed(q) | dropped(q)
| |
| term_AP_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: deferred query q
| |
| term_EC_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_EC_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_EC_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: reduction phase angle Ω = e^{iπ/6}
| |
| term_EC_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: conj(conj(z))
| |
| term_EC_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_EC_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: complex z in reduction
| |
| term_EC_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: [q_A, q_B]^inf
| |
| term_EC_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_EC_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: quaternion pair q_A, q_B
| |
| term_EC_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: [q_A, q_B, q_C]^inf
| |
| term_EC_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_EC_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: octonion triple q_A, q_B, q_C
| |
| term_EC_4a_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ||[a,b,c]_{n+1}||
| |
| term_EC_4a_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: <= ||[a,b,c]_n||
| |
| term_EC_4a_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: successive associator iterates
| |
| term_EC_4b_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: steps_to_zero([a,b,c])
| |
| term_EC_4b_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: <= |three_way_sites|
| |
| term_EC_4b_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: octonion triple a, b, c
| |
| term_EC_4c_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: [a,b,c] = 0
| |
| term_EC_4c_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: associative(resolved_site_space)
| |
| term_EC_4c_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: resolved site space
| |
| term_EC_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: max_level(convergence_tower)
| |
| term_EC_5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_EC_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: convergence tower
| |
| term_DA_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DA_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DA_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Cayley-Dickson doubling
| |
| term_DA_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DA_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DA_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Cayley-Dickson doubling
| |
| term_DA_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DA_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DA_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Cayley-Dickson doubling
| |
| term_DA_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: dim(normed_div_alg)
| |
| term_DA_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∈ {1, 2, 4, 8}
| |
| term_DA_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: normed division algebras over R
| |
| term_DA_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: algebra(L_k)
| |
| term_DA_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: division_algebra[k]
| |
| term_DA_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: convergence level L_k
| |
| term_DA_6_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DA_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: isCommutative(algebra(L_k))
| |
| term_DA_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: elements a, b in division algebra at level k
| |
| term_DA_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: [a,b,c] = 0
| |
| term_DA_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: isAssociative(algebra(L_k))
| |
| term_DA_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: elements a, b, c in division algebra at level k
| |
| term_IN_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_IN_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: interaction_cost(A,B)
| |
| term_IN_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: entity pairs A, B
| |
| term_IN_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: disjoint_leases(A,B)
| |
| term_IN_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: commutator(A,B) = 0
| |
| term_IN_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: entity pairs with disjoint leases
| |
| term_IN_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: shared_sites(A,B) ≠ ∅
| |
| term_IN_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: commutator(A,B) > 0
| |
| term_IN_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: entity pairs with shared sites
| |
| term_IN_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: SR_8_session(A,B)
| |
| term_IN_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: commutator(A,B,t+1) ≤ commutator(A,B,t)
| |
| term_IN_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: entity pairs in session
| |
| term_IN_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: converged_negotiation(A,B)
| |
| term_IN_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: U(1) ⊂ SU(2)
| |
| term_IN_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: converged pairwise interactions
| |
| term_IN_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: outcome_space(pairwise_negotiation)
| |
| term_IN_6_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_IN_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: pairwise negotiations
| |
| term_IN_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: converged_mutual_model(A,B,C)
| |
| term_IN_7_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_IN_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: converged triple interactions
| |
| term_IN_8_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: β_k(interaction_nerve)
| |
| term_IN_8_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: coupling_complexity(k)
| |
| term_IN_8_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: interaction nerve at dimension k
| |
| term_IN_9_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: β_2(nerve) × max_disagreement
| |
| term_IN_9_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: upper_bound(associator_norm)
| |
| term_IN_9_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: interaction nerves with β_2 > 0
| |
| term_AS_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: (δ ∘ ι) ∘ κ
| |
| term_AS_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: δ ∘ (ι ∘ κ)
| |
| term_AS_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: triple δ, ι, κ with shared registry
| |
| term_AS_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: (ι ∘ α) ∘ λ
| |
| term_AS_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ι ∘ (α ∘ λ)
| |
| term_AS_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: triple ι, α, λ with shared lease
| |
| term_AS_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: (λ ∘ κ) ∘ δ
| |
| term_AS_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: λ ∘ (κ ∘ δ)
| |
| term_AS_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: triple λ, κ, δ with shared state
| |
| term_AS_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: associator(A,B,C) ≠ 0
| |
| term_AS_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∃ mediating read-write interleaving
| |
| term_AS_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: triples with non-zero associator
| |
| term_MO_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MO_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MO_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: computations A
| |
| term_MO_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MO_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MO_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: computations A, B, C
| |
| term_MO_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MO_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: cert(A) ∧ cert(B)
| |
| term_MO_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: certified computations A, B
| |
| term_MO_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MO_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: max(σ(A), σ(B))
| |
| term_MO_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: computations A, B
| |
| term_MO_5_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_MO_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: min(r(A), r(B))
| |
| term_MO_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: computations A, B
| |
| term_OP_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: siteCount(F(G))
| |
| term_OP_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: F.sites + Σ_i G_i.sites
| |
| term_OP_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: structural types F, G
| |
| term_OP_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: grounding(F(G(x)))
| |
| term_OP_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: F.ground(G.ground(x))
| |
| term_OP_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: structural types F, G, element x
| |
| term_OP_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_OP_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: d_Δ(F) ∘ G + F ∘ d_Δ(G)
| |
| term_OP_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: structural types F, G
| |
| term_OP_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Table(Tuple(fields))
| |
| term_OP_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Sequence(Tuple(fields))
| |
| term_OP_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: tabular data
| |
| term_OP_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Tree(Symbol(leaves))
| |
| term_OP_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Graph(Symbol(leaves), acyclic)
| |
| term_OP_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: hierarchical data
| |
| term_FX_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank(postContext(e))
| |
| term_FX_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank(preContext(e)) − 1
| |
| term_FX_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: PinningEffect e
| |
| term_FX_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank(postContext(e))
| |
| term_FX_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank(preContext(e)) + 1
| |
| term_FX_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: UnbindingEffect e
| |
| term_FX_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank(postContext(e))
| |
| term_FX_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRank(preContext(e))
| |
| term_FX_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: PhaseEffect e
| |
| term_FX_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: apply(A ; B, ctx)
| |
| term_FX_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: apply(B ; A, ctx)
| |
| term_FX_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Effects A, B with DisjointnessWitness(target(A), target(B))
| |
| term_FX_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRankDelta(E₁ ; E₂)
| |
| term_FX_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRankDelta(E₁) + freeRankDelta(E₂)
| |
| term_FX_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: CompositeEffect (E₁ ; E₂)
| |
| term_FX_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: apply(e, apply(e⁻¹, ctx))
| |
| term_FX_6_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FX_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ReversibleEffect e
| |
| term_FX_7_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRankDelta(e)
| |
| term_FX_7_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: declared freeRankDelta in EffectShape
| |
| term_FX_7_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ExternalEffect e satisfying conformance:EffectShape
| |
| term_PR_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PR_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∈ {true, false}
| |
| term_PR_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Predicate p, input x
| |
| term_PR_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: state(eval(p, x, s))
| |
| term_PR_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PR_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Predicate p, input x, state s
| |
| term_PR_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: dispatch(D, x)
| |
| term_PR_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: exactly one DispatchRule
| |
| term_PR_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: DispatchTable D with isExhaustive=true, isMutuallyExclusive=true
| |
| term_PR_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PR_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: armResult(first matching arm)
| |
| term_PR_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: MatchExpression M with exhaustive arms
| |
| term_PR_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: advance(k, guardTarget(g))
| |
| term_PR_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: requires guardPredicate(g) = true
| |
| term_PR_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: GuardedTransition g at reduction step k
| |
| term_CG_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: advance_to(s)
| |
| term_CG_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: requires eval(g, currentState) = true
| |
| term_CG_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ReductionStep s with entryGuard g
| |
| term_CG_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: advance_from(s)
| |
| term_CG_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: requires eval(g, currentState) = true, then apply(e)
| |
| term_CG_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ReductionStep s with exitGuard g and stageEffect e
| |
| term_DIS_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: isExhaustive(D) ∧ isMutuallyExclusive(D)
| |
| term_DIS_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_DIS_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Root DispatchTable D
| |
| term_DIS_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: dispatch(D, T)
| |
| term_DIS_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: exactly one Resolver
| |
| term_DIS_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: TypeDefinition T, DispatchTable D
| |
| term_PAR_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: apply(A ⊗ B, ctx)
| |
| term_PAR_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: apply(B ⊗ A, ctx)
| |
| term_PAR_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ParallelProduct A ∥ B with DisjointnessCertificate
| |
| term_PAR_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRankDelta(A ∥ B)
| |
| term_PAR_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: freeRankDelta(A) + freeRankDelta(B)
| |
| term_PAR_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ParallelProduct A ∥ B
| |
| term_PAR_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ |component_i|
| |
| term_PAR_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_PAR_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SitePartitioning P over n sites
| |
| term_PAR_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: finalContext(σ(A, B))
| |
| term_PAR_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: finalContext(A ⊗ B)
| |
| term_PAR_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ParallelProduct A ∥ B, any interleaving σ
| |
| term_PAR_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: cert(A ∥ B)
| |
| term_PAR_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: cert(A) ∧ cert(B) ∧ DisjointnessCertificate(A, B)
| |
| term_PAR_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: cert(A ∥ B)
| |
| term_HO_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_HO_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: contentHash(referencedCertificate(c))
| |
| term_HO_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ComputationDatum c
| |
| term_HO_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: cert(output(app))
| |
| term_HO_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: cert(applicationTarget(app))
| |
| term_HO_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ApplicationMorphism app
| |
| term_HO_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: cert(f ∘ g)
| |
| term_HO_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: cert(f) ∧ cert(g) ∧ range(g) = domain(f)
| |
| term_HO_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: TransformComposition f ∘ g
| |
| term_HO_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_HO_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ApplicationMorphism(partialBase(p), boundArguments(p))
| |
| term_HO_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: PartialApplication p with remainingArity = 0
| |
| term_STR_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: reduction(e_k) converges to π
| |
| term_STR_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_STR_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Epoch e_k in ProductiveStream
| |
| term_STR_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: saturation(continuationContext(b))
| |
| term_STR_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: saturation(postContext(e_k))
| |
| term_STR_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: EpochBoundary b between e_k and e_{k+1}
| |
| term_STR_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: computationTime(P)
| |
| term_STR_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ_{i=0}^{k−1} computationTime(epoch_i)
| |
| term_STR_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: StreamPrefix P of length k
| |
| term_STR_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: epoch_0.context
| |
| term_STR_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_STR_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Unfold(seed, step)
| |
| term_STR_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: epoch_{k+1}.context
| |
| term_STR_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: continuationContext(boundary(e_k))
| |
| term_STR_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Unfold(seed, step), epoch e_k
| |
| term_STR_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: linearBudget(epoch_{k+1})
| |
| term_STR_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: linearBudget(epoch_k) + leaseCardinality(L)
| |
| term_STR_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: EpochBoundary b with LeaseAllocation L expiring at b
| |
| term_FLR_1_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FLR_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∈ {Success, Failure}
| |
| term_FLR_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: PartialComputation P
| |
| term_FLR_2_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FLR_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FLR_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: TotalComputation T
| |
| term_FLR_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: result(A ⊗ B)
| |
| term_FLR_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_FLR_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: A ⊗ B where result(A) = Failure
| |
| term_FLR_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: result(A ∥ B)
| |
| term_FLR_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Failure(A) (left component)
| |
| term_FLR_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: A ∥ B where result(A) = Failure, result(B) = Success
| |
| term_FLR_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: result(apply(recoveryEffect(r), failureState(f)))
| |
| term_FLR_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ComputationResult
| |
| term_FLR_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Recovery r on Failure f
| |
| term_FLR_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: recoveryEffect(rollback(f))
| |
| term_FLR_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: PhaseEffect(conjugate)
| |
| term_FLR_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: ComplexConjugateRollback on Failure f
| |
| term_LN_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ targetCount(site_i)
| |
| term_LN_1_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_LN_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: LinearTrace T over n-bit type
| |
| term_LN_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: status(f, postContext(e))
| |
| term_LN_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_LN_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: LinearEffect e on site f
| |
| term_LN_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: target(e′) = f
| |
| term_LN_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_LN_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: LinearEffect e on site f, any subsequent effect e′
| |
| term_LN_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: remainingCount(budget after L)
| |
| term_LN_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: remainingCount(budget before L) − k
| |
| term_LN_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: LeaseAllocation L with leaseCardinality k
| |
| term_LN_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: remainingCount(budget after expiry)
| |
| term_LN_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: remainingCount(budget before expiry) + leaseCardinality(L)
| |
| term_LN_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Lease expiry on LeaseAllocation L
| |
| term_LN_6_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_LN_6_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: LinearTrace
| |
| term_LN_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: GeodesicTrace G
| |
| term_SB_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: constraints(T₁)
| |
| term_SB_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ⊇ constraints(T₂)
| |
| term_SB_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: TypeInclusion T₁ ≤ T₂
| |
| term_SB_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: resolutions(T₁)
| |
| term_SB_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ⊆ resolutions(T₂)
| |
| term_SB_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: TypeInclusion T₁ ≤ T₂, resolution R
| |
| term_SB_3_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_SB_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: sub-complex of N(C(T₁))
| |
| term_SB_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: TypeInclusion T₁ ≤ T₂
| |
| term_SB_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_SB_4_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_SB_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Covariant position F(_), T₁ ≤ T₂
| |
| term_SB_5_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_SB_5_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_SB_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Contravariant position F(_), T₁ ≤ T₂
| |
| term_SB_6_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: latticeDepth
| |
| term_SB_6_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_SB_6_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: SubtypingLattice at quantum level n
| |
| term_BR_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: measureValue(stepMeasurePost(s))
| |
| term_BR_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: < measureValue(stepMeasurePre(s))
| |
| term_BR_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: RecursiveStep s
| |
| term_BR_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: depth(RecursionTrace(R))
| |
| term_BR_2_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_BR_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: BoundedRecursion R with initialMeasure m
| |
| term_BR_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: terminates(R)
| |
| term_BR_3_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_BR_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: BoundedRecursion R
| |
| term_BR_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: initialMeasure(R)
| |
| term_BR_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: structuralSize(T)
| |
| term_BR_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: StructuralRecursion R on type T
| |
| term_BR_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: eval(p, state) = true
| |
| term_BR_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: measureValue = 0
| |
| term_BR_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: BoundedRecursion R with basePredicate p
| |
| term_RG_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: workingSetRegions(W)
| |
| term_RG_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: computable from N(C(T)) and stage k site targets
| |
| term_RG_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: WorkingSet W for type T at stage k
| |
| term_RG_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∀ a, b ∈ R: d_R(a, b)
| |
| term_RG_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≤ diameter(R)
| |
| term_RG_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: AddressRegion R with LocalityMetric d_R
| |
| term_RG_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ workingSetSize(stage_k)
| |
| term_RG_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ≤ totalAddressableSpace(quantumLevel)
| |
| term_RG_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: RegionAllocation A for computation C
| |
| term_RG_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: addresses accessed by resolver at stage k
| |
| term_RG_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: ⊆ addresses(W_k)
| |
| term_RG_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Reduction step k with WorkingSet W_k
| |
| term_IO_1_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: type(resultDatum(e))
| |
| term_IO_1_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: conformsTo(sourceType(s))
| |
| term_IO_1_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: IngestEffect e from Source s
| |
| term_IO_2_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: type(emittedDatum(e))
| |
| term_IO_2_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: conformsTo(sinkType(s))
| |
| term_IO_2_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: EmitEffect e to Sink s
| |
| term_IO_3_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: apply(g, ingest(s))
| |
| term_IO_3_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Datum in R_n
| |
| term_IO_3_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Source s with GroundingMap g
| |
| term_IO_4_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: apply(p, d)
| |
| term_IO_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: surface symbol conforming to sinkType(s)
| |
| term_IO_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: Sink s with ProjectionMap p, Datum d
| |
| term_IO_5_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: effect:effectTarget(e)
| |
| term_IO_5_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: non-empty EffectTarget
| |
| term_IO_5_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: BoundaryEffect e
| |
| term_boundarySquaredZero_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: ∂_k(∂_{k+1}(c))
| |
| term_boundarySquaredZero_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_boundarySquaredZero_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: c ∈ C_{k+1}
| |
| term_psi_4_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_psi_4_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: rank(H_k(K))
| |
| term_psi_4_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: simplicial complex K
| |
| term_indexBridge_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_indexBridge_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Σ_k (-1)^k β_k
| |
| term_indexBridge_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: finite simplicial complex K
| |
| term_coboundarySquaredZero_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: δ^{k+1}(δ^k(f))
| |
| term_coboundarySquaredZero_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_coboundarySquaredZero_forAll | https://uor.foundation/schema/ForAllDeclaration | | |
| term_deRhamDuality_lhs | https://uor.foundation/schema/LiteralExpression | | |
| term_deRhamDuality_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: Hom(H_k(K), R)
| |
| term_deRhamDuality_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: simplicial complex K, ring R
| |
| term_sheafCohomologyBridge_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: H^k(K; F_R)
| |
| term_sheafCohomologyBridge_rhs | https://uor.foundation/schema/LiteralExpression | | |
| term_sheafCohomologyBridge_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: constant sheaf F_R over K
| |
| term_localGlobalPrinciple_lhs | https://uor.foundation/schema/LiteralExpression | literalValue: H^1(K; F) = 0
| |
| term_localGlobalPrinciple_rhs | https://uor.foundation/schema/LiteralExpression | literalValue: all local sections glue
| |
| term_localGlobalPrinciple_forAll | https://uor.foundation/schema/ForAllDeclaration | variableName: sheaf F over K
| |