<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="https://community.wolfram.com">
    <title>Community RSS Feed</title>
    <link>https://community.wolfram.com</link>
    <description>RSS Feed for Wolfram Community showing any discussions tagged with Wolfram Fundamental Physics Project sorted by active.</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3690586" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3674343" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2759491" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3663446" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3636637" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3642808" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3631121" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3589391" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3608412" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3607969" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3607514" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3599773" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3593059" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3593931" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3580238" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3497586" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3358036" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2959221" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3534450" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3357787" />
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3690586">
    <title>Critical exponents of the 3D Ising universality class as exact rationals from a Gamma-funct algebra</title>
    <link>https://community.wolfram.com/groups/-/m/t/3690586</link>
    <description>Hello Wolfram Community,&#xD;
&#xD;
I want to share a computational observation that I have not seen discussed in &#xD;
this precise form, and I would genuinely welcome input on whether there is an &#xD;
obvious derivation I am missing.&#xD;
&#xD;
## The observation&#xD;
&#xD;
Consider the coefficient:&#xD;
&#xD;
    Gcurvature[d_] := Gamma[1 + d]^2 / Gamma[1 + 2 d]&#xD;
&#xD;
For integer arguments, this equals `1/Binomial[2n, n]` &amp;#x2014; the reciprocal of the &#xD;
central binomial coefficients. The first few values:&#xD;
&#xD;
    Gcurvature(1) = 1/2,  Gcurvature(2) = 1/6,  Gcurvature(3) = 1/20, Gcurvature(4) = 1/70&#xD;
&#xD;
I have observed that the critical exponents of the three-dimensional Ising &#xD;
universality class appear to be expressible as exact rationals built from these &#xD;
four coefficients.&#xD;
&#xD;
## The three main expressions&#xD;
&#xD;
    eta3D  = Gcurvature[3]^3 / (Gcurvature[1]^3 * Gcurvature[2]^2)       = 9/250       = 0.0360&#xD;
    nu3D   = Gcurvature[3]^3 / (Gcurvature[1] * Gcurvature[2]^2 * Gcurvature[4])  = 63/100      = 0.6300&#xD;
    beta3D = Gcurvature[4]^2 / (Gcurvature[1]^2 * Gcurvature[3]^2)       = 16/49       = 0.326531...&#xD;
&#xD;
The numerator of `nu3D` simplifies remarkably: `5040/8000 = 7!/20^3`.&#xD;
&#xD;
## Comparison with the conformal bootstrap&#xD;
&#xD;
The state-of-the-art values from Chester et al. (2024, arXiv:2411.15300) are:&#xD;
&#xD;
    eta    = 0.0362976(5)    &amp;#x2014; GOD prediction 9/250    &amp;#x2014; error 0.82%&#xD;
    nu     = 0.6299710(4)    &amp;#x2014; GOD prediction 63/100   &amp;#x2014; error 0.005%&#xD;
    beta   = 0.3264187(6)    &amp;#x2014; GOD prediction 16/49    &amp;#x2014; error 0.034%&#xD;
&#xD;
By standard scaling relations, the remaining exponents also become exact rationals:&#xD;
&#xD;
    gamma = 30933/25000  (bootstrap: 1.237076,  error 0.020%)&#xD;
    alpha = 11/100       (bootstrap: 0.110087,  error 0.079%)&#xD;
    delta = 1241/259     (bootstrap: 4.789843,  error 0.035%)&#xD;
&#xD;
## The 2D case is exact&#xD;
&#xD;
For the 2D Ising model (Onsager 1944), the same framework gives exact results:&#xD;
&#xD;
    eta_2D  = Gcurvature[1]^2 = 1/4    (Onsager: 1/4)   EXACT&#xD;
    nu_2D   = Gcurvature[0]   = 1      (Onsager: 1)     EXACT&#xD;
    beta_2D = Gcurvature[1]^3 = 1/8    (Onsager: 1/8)   EXACT&#xD;
&#xD;
Mean-field values (d &amp;gt;= 4) also match exactly:&#xD;
&#xD;
    eta_MF  = 0        EXACT&#xD;
    nu_MF   = Gcurvature[1] = 1/2    EXACT&#xD;
    beta_MF = Gcurvature[1] = 1/2    EXACT&#xD;
&#xD;
## Context&#xD;
&#xD;
This observation forms part of a broader framework I have been developing &#xD;
(GOD Theory, DOI: 10.5281/zenodo.19599917), in which these coefficients &#xD;
arise as curvature coefficients of a fractal algebra built on fractional &#xD;
derivatives. However, the numerical match above holds independently of that &#xD;
framework and can be verified by anyone with the attached notebook.&#xD;
&#xD;
## What I am asking&#xD;
&#xD;
The 2D Ising match and the mean-field match are exact. The 3D match is &#xD;
empirical at the 0.005%-0.82% level. I do not have a rigorous derivation &#xD;
of the exponent patterns (why specifically `Gcurvature[3]^3 / (Gcurvature[1]^3 * Gcurvature[2]^2)` &#xD;
for eta, for example). &#xD;
&#xD;
My question to the Community: does anyone see an obvious path to this via &#xD;
the renormalisation group, conformal field theory, or the structure of &#xD;
central binomial coefficients? Has any similar pattern been observed?&#xD;
&#xD;
The attached notebook contains all computations in roughly 30 lines of &#xD;
Wolfram Language. Please feel free to run it, criticize it, or extend it.&#xD;
&#xD;
Thanks in advance.&#xD;
&#xD;
Francisco Torrado Cano&#xD;
Independent Researcher&#xD;
Cáceres, Spain</description>
    <dc:creator>Francisco Torrado Cano</dc:creator>
    <dc:date>2026-04-16T11:00:14Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3674343">
    <title>Unexpected behavior of &amp;#034;CausalGraphInstances&amp;#034; option of the MultiwaySystem function (V12.0.0)?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3674343</link>
    <description>The rule &amp;#034;BA&amp;#034; -&amp;gt; &amp;#034;AB&amp;#034; is presented in Section 5.9 of the Physics Project book (&amp;#034;The Significance of Causal Invariance&amp;#034;) as being causal invariant. The instances of its causal graph shown therein for 5 time steps and initial condition &amp;#034;BBBAA&amp;#034; is given as example, showing that all 5 instances are isomorphic to each other. &#xD;
&#xD;
I&amp;#039;ve run the example with the MultiwaySystem function  (ResourceFunction[&amp;#034;MultiwaySystem&amp;#034;][{&amp;#034;BA&amp;#034; -&amp;gt; &amp;#034;AB&amp;#034;}, &amp;#034;BBBAA&amp;#034;, 5, &amp;#034;CausalGraphInstances&amp;#034;]) and the function output matched the book content.&#xD;
&#xD;
However:&#xD;
&#xD;
1) Running the system for only 4 time steps, not all instances are isomorphic to each other, since in this case there 2 types of graphs (among the 5 instances) which are clearly not isomorphic to each other.&#xD;
&#xD;
2) In the subsequent example in the section -- that changes the initial condition to &amp;#034;BBBBAAAA&amp;#034; -- the MultiwaySystem function couldn&amp;#039;t generate the instance causal graph shown in the book, regardless of the number of time steps I tried (from 4 to 10). Actually, for all these time steps different graph types are generated which precludes the existence of isomorphism among them all.</description>
    <dc:creator>Pedro Paulo Balbi</dc:creator>
    <dc:date>2026-04-04T20:45:37Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2759491">
    <title>More than one ruliad in Wolfram Physics Project?</title>
    <link>https://community.wolfram.com/groups/-/m/t/2759491</link>
    <description>Wolfram&amp;#039;s Physics Project is a very interesting one and its recent evolution fascinates me. I think that the recent discovery of the ruliad is a good progress in the project. However, there is something I don&amp;#039;t understand:&#xD;
&#xD;
According to Wolfram&amp;#039;s writing about the ruliad (https://writings.stephenwolfram.com/2021/11/the-concept-of-the-ruliad/), there is only one ruliad which contains all possible formal systems. I understand why there should be only one ruliad as it would contain all possible computational rules by definition. However, I can imagine a formal system or abstract situation where somehow there could be multiple rulial spaces or &amp;#034;ruliads&amp;#034;. So, at the end, wouldn&amp;#039;t it be possible that there could be other ruliads (for computational systems, I&amp;#039;m not talking about other possible &amp;#034;ruliads&amp;#034; containing hypercomputation)?</description>
    <dc:creator>Nodu Agga</dc:creator>
    <dc:date>2023-01-04T15:08:10Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3663446">
    <title>The Ruliad concept: some ideas and observations</title>
    <link>https://community.wolfram.com/groups/-/m/t/3663446</link>
    <description>![The Ruliad concept: some ideas and observations][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=TheRuliadconceptsomeideasandexamples.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/db1cd65f-d494-49cb-8414-bcaed8b4ffef</description>
    <dc:creator>Denis Ivanov</dc:creator>
    <dc:date>2026-03-17T04:57:25Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3636637">
    <title>Gravity and Cosmic Expansion from the Parabolic Metric Evolution of a Complex Manifold</title>
    <link>https://community.wolfram.com/groups/-/m/t/3636637</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/181086a3-2534-41da-92a6-762c33e102c4</description>
    <dc:creator>Donald Airey</dc:creator>
    <dc:date>2026-02-08T20:17:36Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3642808">
    <title>Exploring a finite multiway system: exact computability in the &amp;#034;S21&amp;#034; discrete quantum gravity model</title>
    <link>https://community.wolfram.com/groups/-/m/t/3642808</link>
    <description>**Title: Exploring a Finite Multiway System: Exact Computability in the &amp;#034;S21&amp;#034; Discrete Quantum Gravity Model**&#xD;
&#xD;
Hello everyone, &#xD;
&#xD;
I’ve been reviewing a recent theoretical framework called &amp;#034;S21 Theory,&amp;#034; and it shares significant conceptual DNA with the Wolfram Physics Project&amp;#x2014;specifically regarding multiway systems and the emergence of continuous physics from discrete graphs [1, 2]. I thought it would be an interesting model to discuss here, particularly because of how it approaches the problem of infinite state spaces and exact computability.&#xD;
&#xD;
Here is a breakdown of how the S21 model aligns with (and diverges from) the Wolfram approach:&#xD;
&#xD;
**1. The Foundation: A 6-Bit Postulate Instead of Arbitrary Rules**  &#xD;
While the Wolfram approach often searches empirically for generative rewriting rules across an infinite space of possible strings [2, 3], S21 derives its structure from a single discrete postulate: spacetime at the Planck scale admits exactly six binary degrees of freedom (bits) per cell [4].   &#xD;
* This 6-bit postulate creates a finite 64-state configuration space (the $Q_6$ hypercube) [5].   &#xD;
* Applying topological consistency and action minimization filters this down to exactly 21 stable configurations [6].  &#xD;
* 20 of these states form a connected visible-sector vacuum manifold ($M_{20}$), while 1 isolated state becomes a Dark Matter candidate ($\sigma$) [6].  &#xD;
&#xD;
**2. Multiway Evolution and Exact Solvability**  &#xD;
S21 explicitly utilizes the multiway evolution paradigm [1]. Dynamics in the S21 vacuum occur as a multiway directed acyclic graph (DAG) where the system simultaneously explores all allowed paths on a 20-node physical transition graph ($G_E$) [7].  &#xD;
* **The &amp;#034;Wolfram Difference&amp;#034;:** The S21 author explicitly compares the two models, noting that because S21 is restricted to a finite 20-state manifold rather than an infinite state space, its multiway evolution is *exactly solvable* [2, 3].   &#xD;
* The discrete Feynman path integral (summing over all paths in the multiway graph) is evaluated exactly, matching matrix-inverted Green&amp;#039;s functions to machine precision ($10^{-14}$) [8]. This provides a convergent, explicit sum without the need for Monte Carlo approximations or dealing with divergent infinities [9].&#xD;
&#xD;
**3. Emergent Curvature (Ollivier-Ricci)**  &#xD;
Just as Wolfram models look for continuum limits of discrete hypergraphs, S21 proves that continuous relativistic geometry emerges from the discrete graph $G_E$. By computing the Ollivier-Ricci curvature using optimal transport (Wasserstein-1 distance) between the neighborhoods of adjacent vertices, the theory proves the graph has a uniform negative curvature ($\kappa = -1/3$) [10, 11]. This establishes the vacuum as a constant-curvature homogeneous space satisfying the discrete Einstein equations [12].&#xD;
&#xD;
**4. Topological Origin of the Standard Model**  &#xD;
Instead of treating particle physics as an add-on, S21 claims the Standard Model is structurally inevitable from the graph topology:  &#xD;
* **Fermion Generations:** The topological skeleton of the 20-state manifold has a first Betti number of $b_1 = 3$, which exactly matches the 3 generations of fermions [13].  &#xD;
* **Particle Spectrum:** The 43 &amp;#034;forbidden&amp;#034; states ($F_{43}$) outside the vacuum manifold act as an encoding space for the particle spectrum. The boundary membrane between the forbidden sector and the vacuum yields exactly 39 observable states (1 Higgs + 12 gauge bosons + 16 quarks + 10 leptons), which perfectly divides into 13 particles across 3 generations [14, 15].  &#xD;
* **Cosmology:** The framework tracks the minimal CP-odd closed walk on the graph, finding a length of $l_{min} = 7$ [16]. This single integer invariant is used to derive both the baryon asymmetry ($\sim 10^{-10}$) and the cosmological constant ($\sim 10^{-119}$) [17, 18].&#xD;
&#xD;
**Discussion Prompt for the Forum:**  &#xD;
The S21 framework suggests that by restricting a multiway system to a highly constrained, finite topological manifold ($M_{20}$), we can bypass the computational intractability of infinite state spaces and extract exact, quantitative cosmological parameters [2, 3]. &#xD;
&#xD;
Has anyone here experimented with similarly constrained, finite multiway systems? I’d be very interested in hearing the community&amp;#039;s thoughts on using a strictly finite 6-bit partition to solve the path integral convergence problem in discrete quantum gravity.</description>
    <dc:creator>Suhail Bachani</dc:creator>
    <dc:date>2026-02-21T00:32:44Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3631121">
    <title>Implementing a &amp;#034;Chiral Twist&amp;#034; (selection bias) in multiway systems for causal graph stabilization</title>
    <link>https://community.wolfram.com/groups/-/m/t/3631121</link>
    <description>I am working on a model that requires a specific type of &amp;#034;Selection Bias&amp;#034; in the rule evolution, and I am looking for guidance on how to represent this using WolframModel or MultiwaySystem.&#xD;
&#xD;
The Theoretical Goal: I am trying to simulate a &amp;#034;stabilization&amp;#034; phase where the system transitions from a high-entropy state (random fluctuations) to a structured state (durable causal loops). I hypothesize that this requires a Parity-Breaking Bias (which I call &amp;#034;The Twist&amp;#034;) that weights the path integral.&#xD;
&#xD;
The Mechanism I Want to Model: Instead of all branches in the Multiway System having equal weight, I want to penalize branches that are &amp;#034;topologically symmetric&amp;#034; and reward branches that exhibit a specific &amp;#034;Chiral Asymmetry&amp;#034; (Twist).&#xD;
&#xD;
&amp;gt;Hypothesis: This bias should force the Causal Graph to &amp;#034;lock&amp;#034; into durable subgraphs (particles/structures) rather than exploring the full infinite Ruliad.&#xD;
&#xD;
The Question: Is there a standard way in WolframModel to apply a &amp;#034;Selection Function&amp;#034; or &amp;#034;Path Weight&amp;#034; that prunes the Multiway Graph based on the topological properties of the hypergraph at that step?&#xD;
&#xD;
Context: This is part of a larger framework (&amp;#034;Universal Compression&amp;#034;) linking causal graph dynamics to observer constraints.&#xD;
&#xD;
&amp;gt;System Architecture (Preprint): https://doi.org/10.5281/zenodo.18421925&#xD;
&#xD;
&amp;gt;Specific Cosmological Derivation: https://doi.org/10.5281/zenodo.18421691&#xD;
&#xD;
Any pointers on how to implement a &amp;#034;Selection Bias&amp;#034; function in the evolution step would be appreciated.</description>
    <dc:creator>Matt Prager</dc:creator>
    <dc:date>2026-01-30T11:29:43Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3589391">
    <title>A Minimal model for causal invariance: path merging via DP-like optimization</title>
    <link>https://community.wolfram.com/groups/-/m/t/3589391</link>
    <description>The Rule：{{x, y}, {y, z}} -&amp;gt; {{x, z}, {x, w}, {w, z}}  &#xD;
This model investigates the emergence of causal geometry from a minimal graph-rewriting rule.&#xD;
&#xD;
Unlike standard branching trees, this rule facilitates state merging (interference), mimicking a Dynamic Programming optimization process within the causal graph.&#xD;
&#xD;
The evolution demonstrates Markovian properties where the spatial structure (&amp;#039;ripple&amp;#039;) expands purely based on local connectivity, creating a discrete spacetime fabric that exhibits Causal Invariance. This serves as a computational candidate for interpreting the &amp;#039;Many-Worlds&amp;#039; path integral as a deterministic graph optimization problem.  &#xD;
Proposed Model Description (Short Explanation)&#xD;
&#xD;
Nodes represent discrete universe slices (microstates of spacetime).  &#xD;
Each node encodes a complete instantaneous configuration of the universe.&#xD;
&#xD;
Directed edges represent causal relations between slices.  &#xD;
An edge from node A to node B indicates that B is a possible successor state generated from A.&#xD;
&#xD;
The network is constructed through a recursive update process combining  &#xD;
(1) a Markov-style probabilistic transition rule, and  &#xD;
(2) a deterministic local causal rule.  &#xD;
Together, these govern how new spacetime slices branch and evolve.&#xD;
&#xD;
A path from the root to any node corresponds to a possible history of the universe.  &#xD;
Compressing such a path yields the emergent notions of time and macroscopic causality.&#xD;
&#xD;
The diagrams shown depict the evolving causal structure and the resulting spatial slice (wavefront) produced by these rules.![Causal Graph showing state merging and loop structures][1]![Final Spatial Slice exhibiting wavefront expansion][2]![20-times recursive version][3]&#xD;
&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=yuz1.png&amp;amp;userId=3589356&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=yuz2.png&amp;amp;userId=3589356&#xD;
  [3]: https://community.wolfram.com//c/portal/getImageAttachment?filename=222222.png&amp;amp;userId=3589356</description>
    <dc:creator>Xin Wang</dc:creator>
    <dc:date>2025-12-11T13:21:31Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3608412">
    <title>[WWS26] Holographic duality between causal and branchial graphs</title>
    <link>https://community.wolfram.com/groups/-/m/t/3608412</link>
    <description>![Holographic duality between causal and branchial graphs][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=adsss.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/5caba86f-013f-4f65-8d61-2d8d78f91365</description>
    <dc:creator>Narmin Nasibova</dc:creator>
    <dc:date>2026-01-16T11:46:00Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3607969">
    <title>[WWS26] Noncommutative geometry and graph rewriting systems</title>
    <link>https://community.wolfram.com/groups/-/m/t/3607969</link>
    <description>![Wolfram Physics Project Noncommutative Geometry Bridge][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=WPP-NCG-Bridge.png&amp;amp;userId=3607945&#xD;
  [2]: https://www.wolframcloud.com/obj/57ceecb3-2977-4fe1-9bc5-6e40e46dfd99</description>
    <dc:creator>Jorge Plazas</dc:creator>
    <dc:date>2026-01-15T23:41:53Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3607514">
    <title>[WWS26] Branchial graph stability</title>
    <link>https://community.wolfram.com/groups/-/m/t/3607514</link>
    <description>![Branchial graph stability][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Screenshot2026-01-16004426.png&amp;amp;userId=3599863&#xD;
  [2]: https://www.wolframcloud.com/obj/9ee1946e-a652-4de6-a636-6efda46efac4</description>
    <dc:creator>Rehab Almakrami</dc:creator>
    <dc:date>2026-01-15T21:49:27Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3599773">
    <title>Quantum operators from Wolfram Model multiway systems</title>
    <link>https://community.wolfram.com/groups/-/m/t/3599773</link>
    <description>**This is a collaborative work by** [**Furkan Semih Dündar**][at0], [**Xerxes D. Arsiwalla**][at1], and [**Hatem Elshatlawy**][at2].&#xD;
&#xD;
![Figure adapted from (Dündar, Arsiwalla, Elshatlawy, 2025)][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2712hero.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/6954e3c7-a10d-460a-9a9a-ade61ae80043&#xD;
&#xD;
 [at0]: https://community.wolfram.com/web/fsemihdundar&#xD;
&#xD;
 [at1]: https://community.wolfram.com/web/xdarsiwalla&#xD;
&#xD;
 [at2]: https://community.wolfram.com/web/hatemelshatlawy</description>
    <dc:creator>Furkan Semih Dündar</dc:creator>
    <dc:date>2026-01-01T12:58:27Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3593059">
    <title>The discrete Green&amp;#039;s theorem residue: deriving alpha, mass, and vacuum energy from geometric limits</title>
    <link>https://community.wolfram.com/groups/-/m/t/3593059</link>
    <description>**The Core Idea: Physics as Discretization Error** In continuous calculus, Green&amp;#039;s Theorem ($\int_R dA = \oint_{\partial R} ds$) is exact. However, when applied to a discrete lattice with resolution limits, this equality fails. There is a &amp;#034;residue&amp;#034; or &amp;#034;defect&amp;#034; left over because the discrete boundary cannot perfectly capture the bulk interactions.&#xD;
&#xD;
I have been working on a model suggesting **Physical Law is this residue**.&#xD;
&#xD;
Specifically, I observe the discrete Green&amp;#039;s Theorem on a recursive lattice (a Pentatope characteristic network). When this lattice attempts to fold from Dimension 4 (Bulk) to Dimension 3, the &amp;#034;counting error&amp;#034; forces specific constants to emerge.&#xD;
&#xD;
![The &amp;#034;Golden Stencil&amp;#034; generated by the attached notebook. Visualizing the recursive $D=4$ fold scaling by $1/\phi$. The color gradient (Blue $\to$ Cyan $\to$ White) represents the descent through topological strata, and the central density represents the geometric residue (Mass).][1]&#xD;
&#xD;
**The Results (Zero Import)** Remarkably, this geometric residue yields values that match fundamental constants to high precision, without manual tuning:&#xD;
&#xD;
 - **Fine Structure Constant** ($\alpha$): Matches to within **$0.00002\%$** **(0.014$\sigma$)** (derived from the impedance mismatch of the fold).&#xD;
 - **Nuclear Stability**: The geometric residues scale to predict the Binding Energies of the Periodic Table (e.g., He-4, O-16, U-235) purely from the entropy of the lattice edges.&#xD;
 - **Cosmic Structure**: The ratio of Dark Matter to Baryonic Matter matches Planck 2018 data with **0.01%** precision.&#xD;
 - **Dark Energy**: Matches the vacuum tension of the bulk with **0.002% deviation**.&#xD;
&#xD;
**Why I am posting here** I come from a CFD/Aerospace background (Ph.D.), where we constantly deal with discretization errors. This &amp;#034;rabbit hole&amp;#034; is the direct result of chasing the residual while developing a CFD method free of approximations for many years. I have been trying to &amp;#034;break&amp;#034; this model, but the geometric coherence holds up across scales (from Quantum to Cosmic). And, I believe this community and Wolfram&amp;#039;s theory is remarkably closely aligned.&#xD;
&#xD;
Reproducibility I have attached the full Wolfram Notebook below. It performs the exact calculations from first principles (zero imports, self-contained derivation). The full theory is available on Zenodo https://doi.org/10.5281/zenodo.17957211. &#xD;
&#xD;
I would appreciate your thoughts: Does this specific &amp;#034;Green&amp;#039;s Theorem Residue&amp;#034; map to any topological defects you see in hypergraph rewriting?&#xD;
&#xD;
Charles Cook, Ph.D.  &#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=lattice.png&amp;amp;userId=3593023&#xD;
  [2]: https://www.wolframcloud.com/obj/ec7f9154-bd59-463f-a07b-791912d006c4</description>
    <dc:creator>Charles Cook</dc:creator>
    <dc:date>2025-12-17T16:25:42Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3593931">
    <title>Our computational validation of an external framework in WPP hypergraph systems</title>
    <link>https://community.wolfram.com/groups/-/m/t/3593931</link>
    <description>Previous work has proposed mapping external theoretical frameworks onto WPP hypergraph dynamics (e.g., Malicse 2025), but to my knowledge none have operationalized such mappings as measurable causal graph observables and run validation experiments.  &#xD;
This paper reports the first such attempt: testing whether Energetic First Principles (E1P), a structural framework for process dynamics, appears in WPP hypergraph evolution.  &#xD;
Method: E1P&amp;#039;s four-phase cycle was operationalized as causal graph observables&amp;#x2014;branching events (CC), merging events (AC), cumulative open branches (CA), inverse activity (AA)&amp;#x2014;and tested across 15 hypergraph rewriting rules.  &#xD;
Results:&#xD;
&#xD;
Phase ordering (CC → CA → AC): 9/9 CI rules ✓  &#xD;
CA accumulation → drainage: 9/9 CI rules ✓  &#xD;
Merge rate consistency across evaluation orders: 9/9 CI rules ✓  &#xD;
Discrete τ threshold at ~87%: No rules in 1-85% range  &#xD;
Four-class taxonomy emerges: Generative CI, Conservative CI, FixedPoint, CV&#xD;
&#xD;
Implication: E1P phase structure appears to be discovered structure within CI dynamics, not imposed interpretation. This suggests external frameworks can be empirically validated in WPP&amp;#x2014;not just proposed.  &#xD;
Full paper with methodology, data tables, and reproducibility details:  &#xD;
https://doi.org/10.5281/zenodo.17979892  &#xD;
Interested in whether others have attempted similar operationalizations, or observed comparable phase patterns in CI rule evolution.&#xD;
&#xD;
Note: This is empirical validation, not derivation of physical constants. The claims are limited to observable phase patterns in causal graphs&amp;#x2014;not cosmological correspondence. All results reproducible in Mathematica 14.0+ with SetReplace.&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/a93df282-9b3d-4893-b13c-71b80c7ee82d</description>
    <dc:creator>Catalin Leescu</dc:creator>
    <dc:date>2025-12-18T17:41:53Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3580238">
    <title>Speculative question about manifold breakdown and cross-universe adjacency in the Ruliad</title>
    <link>https://community.wolfram.com/groups/-/m/t/3580238</link>
    <description>I’ve been thinking about how the Wolfram model treats manifold-like behavior as an emergent, approximate property of the underlying hypergraph. In regions of extreme causal-edge density &amp;#x2014; for example near black hole interiors &amp;#x2014; the manifold approximation is expected to break down.&#xD;
&#xD;
My question is this:&#xD;
&#xD;
When the manifold structure collapses, does the distinction between different effective “universes” (different limiting foliations or rule-equivalence classes in the Ruliad) also collapse?&#xD;
&#xD;
In other words, if spatial distance and branchial distance both arise from constraints on causal reducibility, then in a region where those constraints fail (because the updating is too dense or too singular), do previously distant parts of branchial space become adjacent?&#xD;
&#xD;
The speculative idea is that a black hole interior might serve as a region where manifold structure, branchial separation, and even differences between emergent effective laws of physics lose their usual distinctions, because the underlying hypergraph is no longer well-approximated by any smooth foliation.&#xD;
&#xD;
Could this imply that a black hole is a nexus where different emergent universes in the Ruliad could become computationally adjacent in ways they normally aren’t, like an *even more* speculative variation on a wormhole? A bridge entangling parts of the Ruliad whose physics don&amp;#039;t even look the same?&#xD;
&#xD;
I’m wondering whether anything in the current WPP formalism supports or contradicts this possibility, but this is well outside my area of study. If anyone deep into the Wolfram Physics Project has explored this rather sci-fi notion, I would be grateful to hear their musings!</description>
    <dc:creator>Brenden Martin</dc:creator>
    <dc:date>2025-11-22T20:03:09Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3497586">
    <title>[WSS25] A Graph Theoretic Approach to Feynman Checkers</title>
    <link>https://community.wolfram.com/groups/-/m/t/3497586</link>
    <description>![A Graph Theoretic Approach to Feynman Checkers][1]&#xD;
&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][3]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=HeroImage.bmp&amp;amp;userId=3492774&#xD;
  [2]: https://www.wolframcloud.com/obj/f41c98b6-bfc7-4029-a616-666c2a8d4915&#xD;
  [3]: https://www.wolframcloud.com/obj/2bd729ea-edb4-4a60-aadd-512bdbbe2417</description>
    <dc:creator>Gary Louw</dc:creator>
    <dc:date>2025-07-10T01:49:21Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3358036">
    <title>[WWS25] Exploring ruliological engineering of well-defined geometries from hypergraph rewriting</title>
    <link>https://community.wolfram.com/groups/-/m/t/3358036</link>
    <description>![Exploring ruliological engineering of well-defined geometries from hypergraph rewriting][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=projectImg.png&amp;amp;userId=2958656&#xD;
  [2]: https://www.wolframcloud.com/obj/df43d3c2-655c-44ae-91e6-c04c5ac15b89</description>
    <dc:creator>Jacopo Uggeri</dc:creator>
    <dc:date>2025-01-16T18:01:51Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2959221">
    <title>[WSS23] The Ruliology of Network Mobile Automata</title>
    <link>https://community.wolfram.com/groups/-/m/t/2959221</link>
    <description>![enter image description here][1]&amp;amp;[Wolfram Notebook][3]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=image.png&amp;amp;userId=2958976&#xD;
  [3]: https://www.wolframcloud.com/obj/0c130964-8090-46be-ab7d-83b7c6b4ccd8</description>
    <dc:creator>Joel Choi</dc:creator>
    <dc:date>2023-07-12T20:33:45Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3534450">
    <title>A Project to Find the Fundamental Theory of Physics by Stephen Wolfram Now in Paperback!</title>
    <link>https://community.wolfram.com/groups/-/m/t/3534450</link>
    <description>![A Project to Find the Fundamental Theory of Physics by Stephen Wolfram][1]&#xD;
&#xD;
It&amp;#039;s been five years since the original publication of *A Project to Find the Fundamental Theory of Physics* and the launch of the Wolfram Physics Project. Now the book is available in paperback for the first time!&#xD;
&#xD;
&amp;gt; **Order Now:** https://a.co/d/0uyBmEj&#xD;
&#xD;
The Wolfram Physics Project is a bold effort to find the fundamental theory of physics. It combines new ideas with the latest research in physics, mathematics and computation in the push to achieve this ultimate goal of science. Written with Stephen Wolfram&amp;#039;s characteristic expository flair, this book provides a unique opportunity to learn about a historic initiative in science right as it is happening. *A Project to Find the Fundamental Theory of Physics* includes an accessible introduction to the project as well as core technical exposition and rich, never-before-seen visualizations.&#xD;
&#xD;
The paperback edition will be published on August 26, 2025. Preorders are available until that time.&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=4950Book-3-edited.jpg&amp;amp;userId=20103</description>
    <dc:creator>Paige Vigliarolo</dc:creator>
    <dc:date>2025-08-22T17:35:59Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3357787">
    <title>[WWS25] Entanglement on quantum optics kit towards creating physical correlates of multiway diagrams</title>
    <link>https://community.wolfram.com/groups/-/m/t/3357787</link>
    <description>![Entanglement on quantum optics kit towards creating physical correlates of multiway diagrams][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=WWS25Mark.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/345e80e4-210b-4724-b510-4f4060c1d312</description>
    <dc:creator>Mark Merner</dc:creator>
    <dc:date>2025-01-16T15:50:43Z</dc:date>
  </item>
</rdf:RDF>

