Skip to main content

Sacred Constants Reference

Complete catalog of mathematical, physical, and exotic constants available in TRI CLI. All constants are defined in src/tri/tri_math.zig and accessible via tri constants and tri math subcommands.

Quick Access

tri constants           # Show core sacred constants (4 sections)
tri math exotic # Exotic mathematical constants
tri math physical # Physics constants
tri math chaos # Chaos theory constants
tri math all # Display ALL constants

tri constants Output (Cycle 82)

The tri constants command displays 4 sections of constants:

Section 1: Golden Ratio

ConstantSymbolValueFormula
Golden Ratioϕ\phi1.6180339887498948482(1+5)/2(1 + \sqrt{5}) / 2
Phi Squaredϕ2\phi^22.6180339887498948482ϕ2=ϕ+1\phi^2 = \phi + 1
Inverse Phi Squared1/ϕ21/\phi^20.38196601125010515181/ϕ2=ϕ11/\phi^2 = \phi - 1
Trinity Sumϕ2+1/ϕ2\phi^2 + 1/\phi^23.0TRINITY IDENTITY — exact equality

Trinity Identity:

ϕ2+1ϕ2=3=TRINITY\phi^2 + \frac{1}{\phi^2} = 3 = \text{TRINITY}

Section 2: Transcendental

ConstantSymbolValueFormula
Piπ\pi3.14159265358979323846C/dC / d
Euler's Numberee2.71828182845904523536limn(1+1/n)n\lim_{n\to\infty}(1 + 1/n)^n
Transcendental Productπ×ϕ×e\pi \times \phi \times e13.816890703380645\approx TRYTE_MAX (13)

Section 3: Genetic Algorithm

ConstantSymbolValueFormulaDescription
Muμ\mu0.03821/ϕ2/101/\phi^2/10Mutation rate
Chiχ\chi0.06181/ϕ/101/\phi/10Crossover rate
Sigmaσ\sigma1.618ϕ\phiSelection pressure
Epsilonε\varepsilon0.3331/31/3Elitism rate

Section 4: Quantum

ConstantSymbolValueFormulaDescription
CHSH InequalityCHSH2.8284271247461903222\sqrt{2}Bell inequality violation
Fine Structure Inverseα1\alpha^{-1}137.0364π3+π2+π4\pi^3 + \pi^2 + \piFine structure constant
Berry Phaseβ\beta2.112π(11/ϕ)\pi(1 - 1/\phi)Quantum-inspired phase
SU3 ConstantSU30.9273/(2ϕ)3/(2\phi)Energy harvesting constant

Exotic Mathematical Constants (Cycle 83)

tri math exotic
ConstantValueDescription
Apery's constant ζ(3)\zeta(3)1.2020569031595942Sum n=11/n3\sum_{n=1}^{\infty} 1/n^3, proved irrational by Apery (1978)
Catalan's constant GG0.9159655941772190n=0(1)n/(2n+1)2\sum_{n=0}^{\infty} (-1)^n / (2n+1)^2
Feigenbaum delta δ\delta4.6692016091029906Period-doubling bifurcation ratio (chaos theory)
Feigenbaum alpha α\alpha2.5029078750958928Scaling factor in bifurcation diagram
Khinchin's constant KK2.6854520010653064Geometric mean of continued fraction coefficients
Glaisher-Kinkelin AA1.2824271291006226Related to Barnes G-function
Omega constant Ω\Omega0.5671432904097838W(1)W(1) where WW is Lambert W function (xex=1xe^x = 1)
Plastic number ρ\rho1.3247179572447460Real root of x3=x+1x^3 = x + 1 (cubic golden ratio)
Landau-Ramanujan0.7642236535892206Density of sums of two squares
Conway's constant λ\lambda1.3035772690342963Growth rate of look-and-say sequence

Physics Constants (Cycle 83)

tri math physical

Quantum & Electromagnetic

ConstantSymbolValueUnits
Fine structureα\alpha0.0072973525693dimensionless
Fine structure inverse1/α1/\alpha137.036dimensionless
CHSH bound222\sqrt{2}2.8284271247461903Bell test maximum
Elementary chargeee1.602176634×10191.602176634 \times 10^{-19}C
Speed of lightcc299,792,458m/s

Planck Units

ConstantSymbolValueUnits
Planck constanthh6.62607015×10346.62607015 \times 10^{-34}J·s
Reduced Planck\hbar1.054571817×10341.054571817 \times 10^{-34}J·s
Planck lengthlPl_P1.616255×10351.616255 \times 10^{-35}m
Planck timetPt_P5.391247×10445.391247 \times 10^{-44}s
Planck massmPm_P2.176434×1082.176434 \times 10^{-8}kg

Thermodynamics & Gravity

ConstantSymbolValueUnits
BoltzmannkBk_B1.380649×10231.380649 \times 10^{-23}J/K
GravitationalGG6.67430×10116.67430 \times 10^{-11}m3^3/(kg·s2^2)
Avogadro's numberNAN_A6.02214076×10236.02214076 \times 10^{23}1/mol

Golden Function Constants (Cycle 84)

Based on Pellis 2025: "The Golden Function and its applications to mathematical physics."

tri math golden-function
ConstantValueDescription
ϕ1/2\phi^{1/2}1.2720196495ϕ\sqrt{\phi}
G(0.5)G(0.5)2.0581710272ϕ+1/ϕ\sqrt{\phi} + 1/\sqrt{\phi}
ϕϕ\phi^{\phi}2.3903891399Golden self-exponentiation
ϕπ\phi^{\pi}4.5310082907Transcendental golden power

The Golden Function G(x)=ϕx+ϕxG(x) = \phi^x + \phi^{-x} is the continuous extension of Lucas numbers: G(n)=L(n)G(n) = L(n) for integer nn.

Nuclear Fibonacci Constants (Cycle 84)

tri math nuclear

Nuclear shell magic numbers correlate with Fibonacci/Lucas sequences:

Magic numberFibonacci/Lucas connection
2L(0)=2L(0) = 2
8F(6)=8F(6) = 8
20F(8)1\approx F(8) - 1
28=L(7)1= L(7) - 1
50F(10)5\approx F(10) - 5
82stable shell
126stable shell
  • N/Z stability ratio for heavy nuclei: ϕ/21.144\phi / \sqrt{2} \approx 1.144
  • Binding energy peak: 8.8 MeVF(6)+ϕ18.8 \text{ MeV} \approx F(6) + \phi^{-1}

Chaos Theory (Cycle 83)

tri math chaos

The Feigenbaum constants govern the universal behavior of chaotic systems:

  • δ=4.669...\delta = 4.669...: Ratio of successive period-doubling intervals
  • α=2.502...\alpha = 2.502...: Scaling factor of function values at bifurcation points

These constants appear in any system exhibiting period-doubling route to chaos — from fluid dynamics to population models.

Command Summary

CommandCategoryConstants shown
tri constantsCore4 sections: Golden Ratio, Transcendental, Genetic Algorithm, Quantum
tri math exoticExotic10 rare mathematical constants
tri math physicalPhysics12 fundamental physics constants
tri math chaosChaosFeigenbaum + logistic map demo
tri math allCompleteAll 76+ constants in catalog
tri math golden-functionAdvancedPellis 2025 continuous Lucas
tri math nuclearAdvancedNuclear shell magic numbers
tri math fractalAdvancedFractal dimensions (Sierpinski, Koch, Menger)

See Also