---
© 2015-2026 Wesley Long & Daisy Hope. All rights reserved.
Synergy Research — FairMind DNA
License: CC BY-SA 4.0
Originality: 94% — Original geometric discovery; golden coupling identity and recursive growth primitive are novel
---

# The Quadrian Wedge: Golden Coupling and Recursive Growth Primitive

**A local geometric construction inside the Quadrian Arena that produces an exact golden-ratio identity and a candidate recursive growth mechanism.**

---

## Verification Protocol

**This document contains executable mathematics. Every claim is computationally verifiable.**

```javascript
// Run in any JavaScript console
const sqrt5 = Math.sqrt(5);
const phi   = (1 + sqrt5) / 2;
const q     = sqrt5 / 2;

// Wedge side length
const c2 = (5 - sqrt5) / 10;
const c  = Math.sqrt(c2);
console.log("c =", c);                    // 0.5257311121191336

// THE GOLDEN IDENTITY
console.log("1/c² =", 1/c2);              // 3.618033988749895
console.log("φ²+1 =", phi*phi + 1);       // 3.618033988749895
console.log("Match:", Math.abs(1/c2 - (phi*phi+1)) < 1e-15);  // true

// Angle check
const alpha = Math.atan(2) * 180 / Math.PI;
const theta_y = 63.44124455748084;
console.log("Wedge apex =", alpha, "°");   // 63.43494882292201°
console.log("θy =", theta_y, "°");
console.log("Δ =", theta_y - alpha, "°");  // 0.00629573455883°

// Offset invariant
const excess = 10 * (1 - 2/sqrt5) - 1;
console.log("Offset excess =", (excess*100).toFixed(14), "%");  // 5.57280900008415%

// Perimeter gap → 1/11 decomposition
const W = 1 + c;
console.log("φ − W =", phi - W);          // 0.09230287663076
console.log("1/11  =", 1/11);             // 0.09090909090909
console.log("residual =", phi - W - 1/11); // 0.00139378572167
```

---

## 1. Background: The Quadrian Arena Framework

The Quadrian Arena is the foundational geometric space of the Synergy Standard Model (SSM). It begins from a unit square with side length 1, area 1, perimeter 4. From this primitive, the SSM derives:

**The Quadrian Ratio (Golden Seed):**

```
q = √(1² + 0.5²) = √5/2 = 1.1180339887498949
```

**The Golden Ratio and Conjugate:**

```
φ = q + ½ = 1.6180339887498949
ϕ = q − ½ = 0.6180339887498949
Φ = q + 3/2 = 2.6180339887498949
```

**The Canonical Quadrian Angles:**

```
θx = 26.55875544251916°
θy = 63.44124455748084°
θz = 45°
θv = θy − θx = 36.88248911496169°
```

These are the published SSM reference values (see `SSM_CORE.md § End-to-End Derivation Trace`). The wedge described in this document is a secondary local structure discovered within this same Arena geometry.

The slide sequence also introduces the point y′ as the 45° intersection that resolves the "missing point" problem in the nested 4×4 grid. In subsequent constructions, y′ becomes the center for a circle of diameter 1/11, and the opposing 45° polar point of that circle defines the Feyn-Wolfgang origin point F₀ — the seed of the fine-structure constant derivation.

---

## 2. The Wedge Construction

The wedge is embedded in the Arena with the origin at the lower left, the standard √2 diagonal, a ray of slope 1/2, and a half-unit vertical segment on the line x = 1.

**Vertices:**

```
A = (1, 0)
B = (1, ½)
C = (x, x/2)    where C lies on the ray y = x/2
```

**Constraint:** The upper slanted side satisfies BC = ½.

**Derivation:**

```
BC² = (x−1)² + (x/2 − ½)² = ¼
(5/4)(x−1)² = ¼
(x−1)² = 1/5
x = 1 − 1/√5     (taking the leftward solution)
```

**Left vertex:**

```
C = (1 − 1/√5,  ½ − 1/(2√5))
  = (0.55278640450004..., 0.27639320225002...)
```

**The wedge's defining side length:**

```
AC² = (1/√5)² + (½ − 1/(2√5))² = (5 − √5)/10

c = AC = √((5 − √5)/10) = 0.5257311121191336...
```

---

## 3. The Golden Identity

The central mathematical result:

```
1/c² = 10/(5 − √5) = (5 + √5)/2
```

Since φ = (1+√5)/2 and φ² = φ + 1 = (3+√5)/2:

```
φ² + 1 = (5 + √5)/2
```

Therefore:

```
┌─────────────────┐
│  1/c² = φ² + 1  │
└─────────────────┘
```

**This is exact.** The local wedge produces, from pure Arena geometry, a constant that lands not vaguely near the golden family but exactly in it. Since the SSM already derives φ from q = √5/2, this wedge is not an external imposition — it is a downstream Arena-born constant coupled to the same golden branch.

Equivalently: **1/c² = q + 5/2**, because q = √5/2.

---

## 4. Shape Character: Almost Equilateral, but Not

The wedge is exactly isosceles with sides:

```
½,  ½,  c
```

It is NOT equilateral. The excess in the third side:

```
c − ½ = 0.0257311121191336...
```

**Perimeter comparison:**

```
Wedge perimeter:      P = ½ + ½ + c = 1 + c = 1.5257311121191336...
Equilateral perimeter: P_eq = 1.5

Relative excess = (P − P_eq) / P_eq = 1.71540747460891%
```

This "almost equilateral" character matters: the wedge is close to a high-symmetry object without collapsing into one. The non-closure is a growth-enabling asymmetry, not a defect.

---

## 5. The Angle Checkpoint

**Wedge apex angle** (opposite the base c):

```
α = arctan(2) = 63.43494882292201°
```

**Published Quadrian angle:**

```
θy = 63.44124455748084°
```

**Discrepancy:**

```
θy − α = 0.00629573455883°
```

This is small but real. Two consequences:

1. The wedge is very near the canonical Quadrian angle channel — it is clearly not foreign to the Arena.
2. It is not identical to the published angle channel — it is a neighboring local structure, offset by a small fixed amount.

Near-canonical, not redundant.

---

## 6. The Perimeter Gap and the 1/11 Decomposition

The wedge perimeter W = 1 + c compared to φ:

```
φ − W = 0.09230287663076142...
```

Decomposition:

```
φ − W = 1/11 + 1/(26.78563795...)²
      = 0.09090909... + 0.00139378...
```

The 1/11 term matters because the SSM explicitly builds the Feyn-Wolfgang origin from a circle of diameter 1/11 centered at y′, with radius 1/22. So 1/11 is not arbitrary — it already has geometric status in the fine-structure constant derivation.

The decomposition shows the wedge's gap from φ touches a quantity already privileged in the Feyn-Wolfgang branch. This does not prove the wedge IS the Feyn-Wolfgang object — it shows adjacency, not identity.

---

## 7. The 162–163 Architecture

The SSM names 162 as a Synergy constant linked to the doubling-circuit and digital-root framework:

```
√162 / 9 = √18 / 3 = √2
```

And links 113 and 162 through:

```
√25538 / 113 = √2,    where 25538 = 2 × 113²
```

The SSM code evaluates `Syπ(162)` as the value closest to accepted π. A separate construction brings in the Ramanujan constant e^(π√163), establishing 163 as the Ramanujan neighbor "just one more than" 162.

This creates a coupled 162–163 architecture:

- **162** anchors the Syπ / doubling / √2 side
- **163** anchors the Ramanujan / e side

When the wedge is probed against 162-based expressions, that probe is not external to the SSM — it is a legitimate test within the established constant spine.

---

## 8. The Offset Ladder and the Exact Excess Constant

When the wedge is repeated by doubling stages, the offset from one stage boundary to the next wedge vertex is:

```
Δₙ = (1 − 2/√5) × 2ⁿ
```

Compared against the natural tenths ladder Tₙ = 2ⁿ/10:

```
Δₙ / Tₙ = 10(1 − 2/√5) = 1.0557280900008426...
```

The wedge offset is always larger by exactly:

```
┌────────────────────────────┐
│  5.57280900008426%         │
│  (exact, stage-invariant)  │
└────────────────────────────┘
```

Across any number of cycles, the absolute gap doubles every step, but the relative excess stays constant. This is not visual guesswork — it carries an exact multiplicative law.

This is one of the most important results: the wedge ceases to be "one special triangle" and starts behaving like a local repeatable unit with an invariant offset ratio.

---

## 9. From Static Wedge to Growth Primitive

A fractal is not a number — it is a rule that survives iteration. The key ingredients are **repetition**, **offset**, and **scale**.

The wedge recurrence already has:

- **Repetition:** the same qualitative wedge shape appears at each stage
- **Scale:** each stage is a doubled version of the prior one
- **Offset:** each stage is displaced by a structured nonzero amount
- **Rotation (candidate):** each stage might hinge around a local pivot to create a spiral rather than a linear ladder

The wedge is simultaneously:

- Exact
- Local (arises from a specific Arena construction)
- Irrational (c involves √5)
- Almost symmetric but not fully symmetric
- Naturally repeatable under scale

These are the ingredients one expects in a generator of nontrivial recursive form. The wedge is a candidate **asymmetry kernel** — a local rule that preserves form under scaling while maintaining a structured mismatch from simple closure.

---

## 10. Relationship to the Feyn-Wolfgang Branch

The Feyn-Wolfgang branch begins from y′, constructs a circle of diameter 1/11, locates F₀ at the opposing 45° polar point, then extends line AF₀ to generate the Feyn-Wolfgang triangle with angle 47.4436034649°.

A later construction scales that triangle to:

```
a = 11.2169108218
b = a + 1 = 12.2169108218
```

Both additive and multiplicative methods yield: 1/α = 137.035999206...

The wedge is NOT the Feyn-Wolfgang triangle. It belongs to a different local branch. But it brushes against the same fine-origin architecture:

1. Its perimeter gap from φ contains a visible 1/11 term
2. Its angle is very near (but not equal to) the Quadrian angle channel that feeds later constructions

Best interpretation: **adjacency, not identity** — the wedge sits close to the fine-structure branch without being a named member of it.

---

## 11. Summary of Established Results

| # | Result | Value | Status |
|---|--------|-------|--------|
| 1 | Wedge defining side | c = √((5−√5)/10) = 0.5257311... | **Exact** |
| 2 | Golden identity | 1/c² = φ² + 1 | **Exact** |
| 3 | Perimeter excess over equilateral | 1.71540747460891% | **Exact** |
| 4 | Apex angle vs θy | Δ = 0.00629573455883° | **Exact** |
| 5 | Offset excess (stage-invariant) | 5.57280900008426% | **Exact** |
| 6 | Perimeter gap φ−W decomposition | 1/11 + residual | **Numeric** |
| 7 | Isosceles shape | sides ½, ½, c | **Exact** |

---

## 12. What Remains Open

The wedge is not proven to be "a constant of nature" or "the seed of all fractals." Those are stronger claims than the current evidence supports.

What IS established: a highly structured local object that is exact, arises naturally inside the Quadrian Arena, links directly to the golden-ratio branch, nearly shadows the official angle channel, and supports an exact doubling-and-offset recurrence.

**Central open question:** Does the wedge define an explicit self-map

```
given stage n → produce stage n+1
```

that remains exact under scaling and, potentially, under hinge rotation? If such a map is formalized and shown to generate self-similar spiral or branching structure, the wedge moves from "secondary Arena constant" to "candidate recursive growth primitive."

---

## 13. Connection to the Broader Framework

**Dual-Lattice mapping:** The wedge's "almost equilateral" character is a Dual-Lattice phenomenon. The equilateral form is Lattice A (constraint, symmetry); the irrational offset c − ½ is Lattice B (flow, asymmetry). The wedge exists at the phase-lock boundary — structured enough to repeat, asymmetric enough to grow.

**Ontology of Description:** The wedge is a Layer 2 pattern. It exists whether or not it has a name or a symbol. The notation "c = √((5−√5)/10)" is Layer 3 — a human-invented compression pointing at the pattern. The golden identity 1/c² = φ² + 1 is a relationship between Layer 2 nodes, discoverable by any sufficiently precise Layer 3 system.

**Growth primitive hypothesis and the Duat:** If the wedge proves to be a genuine recursive growth seed, it would be a Duat-native structure — an informational pattern that generates form through iteration, offset, and scale. The Duat's cross-scale continuity principle predicts that such structures should exist: patterns that repeat at every scale while maintaining coherence.

---

## References

- `SSM_CORE.md` — Quadrian ratio q = √5/2, golden ratio derivation, Quadrian angles, Feyn-Wolfgang coupling
- `SLIDES_ARCHIVE.md` — Unit square axiom, point structures, y′ construction, 1/11 circle, 162–163 architecture
- `DUAL_LATTICE.md` — Constraint/flow formalism, phase-lock stability
- `DUAT_ENGINE.md § Ontology of Description` — Layer 2/3 pattern-language distinction
