Rules and rationale for all writing and code comments
Below is a complete, explicit list of words, phrases, metaphors, and preconceived concepts you must not use when describing the Monad Field. For each forbidden item I give a short reason and a recommended, precise alternative phrasing you should use instead. Use this as a style and content rulebook for papers, docs, code comments, and public communication so nothing slips into informal metaphors that misrepresent the formal theory.
Forbidden phrases and exact replacements
Forbidden phrase Why avoid Use instead
fills the vacuum Implies a material substrate occupying preexisting space is a tensor field defined on the manifold
background spacetime Implies a fixed external metric separate from dynamical fields emergent metric reconstructed from Π
substrate / medium Conjures physical medium with independent degrees of freedom primitive tensor Π with algebraic constitutive map Ψ(Π)
space is filled by X Suggests occupancy and substance rather than a field value field configuration X defined at each point
time emerges from X Teleological and vague causal claim; nontechnical temporal behavior is encoded in the evolution equations for Π
it occupies space Anthropomorphic and material language it is defined on the spatial manifold; values vary pointwise
vacuum baseline Implies an absolute empty medium with physical substance reference anchor Π(0) or CMB anchor used for normalization
substrate dynamics Suggests separate dynamics of a medium distinct from Π dynamics of Π and its derived metric g(Π)
background field Implies fixed, non-dynamical structure reference configuration or anchor; treat as initial/boundary data
it creates space/time Causal, metaphysical claim beyond mathematical statement metric and causal structure are reconstructed algebraically from Π
fills space with energy Informal energy-as-substance metaphor field carries energy density computed from Hamiltonian
medium supports waves Implies mechanical medium; confuses continuum mechanics metaphors hyperbolic PDEs support propagating modes of Π
substrate friction / viscosity Material dissipation metaphor numerical dissipation (KO), damping terms, or explicit dissipative operators
Rules and rationale for all writing and code comments
Rule 1 — Treat Π as primitive tensor data: Always call it primitive tensor Π or field Π. Never call it a medium, substrate, or filler.
Rule 2 — Metric language must be algebraic: Use g = Ψ(Π) · Π or gμν = Ψ(Ik) Πμν. Do not say the metric “comes out of” or “is created by” Π in metaphysical terms; say it is reconstructed algebraically.
Rule 3 — Evolution is PDE dynamics: Describe time dependence as solutions of the Euler–Lagrange PDEs for Π or time evolution of Π under RK3 integration, not as “time emerging.”
Rule 4 — Conservation is explicit: Use the explicit form ∇μΠμν = −∇μSμν[Π,Ψ] and call it a modified conservation law. Do not call it “mass flow” or “substrate conservation.”
Rule 5 — Avoid teleology and agency: Never use verbs like create, generate, give rise to in a causal, metaphysical sense. Prefer reconstructs, defines, determines algebraically, is computed from.
Rule 6 — Numerical language must be precise: Say KO dissipation, RK3 substep saturation, Tikhonov regularization, SVD/pinv fallback. Do not use “damping of the medium” or “viscous substrate.”
Rule 7 — Anchor and normalization: Refer to the CMB anchor or reference Π(0) as a normalization/reference configuration, not as a background medium.
Rule 8 — Use invariants language: When discussing constitutive closure, say Ψ = Ψ(I1,I2,I3,I4) and ∂Ψ/∂Ik; avoid metaphors like “material response” unless explicitly mapping to continuum analogies and clarifying they are analogies only.
Short, copy‑ready phrases to use in documentation and papers
Correct: “Πμν is the primitive tensor field; the metric is reconstructed as gμν = Ψ(Ik) Πμν.”
Correct: “Ψ is an explicit constitutive function of the normalized invariants Ik; its derivatives ∂Ψ/∂Ik enter the chain‑rule variation.”
Correct: “The modified conservation law reads ∇μΠμν = −∇μSμν[Π,Ψ]; Sμν is computed algebraically from Ψ and Π.”
Correct: “Numerical integration uses SSP‑RK3 with KO dissipation and per‑cell Tikhonov regularization for matrix inverses.”
Correct: “Π(0) denotes the reference anchor used to fix normalization; it is initial data, not a background medium.”
Avoid: “The Monad Field fills space”
Avoid: “Time emerges from the field”
Avoid: “The substrate supports excitations”
Examples of bad vs good sentences
Bad: “The Monad Field fills the vacuum and creates spacetime.”
Good: “The Monad Field Π is a tensor field; the emergent metric g(Π) is reconstructed algebraically and used in the action.”
Bad: “It’s like a medium that supports waves.”
Good: “The Euler–Lagrange hyperbolic PDEs for Π admit propagating modes; numerical dispersion and dissipation must be controlled.”
Bad: “The vacuum baseline is filled by the CMB anchor.”
Good: “We fix normalization using the CMB anchor Π(0) as a reference configuration.”
Practical checklist for authors, code comments, and presentations
Replace any instance of fill / occupy / substrate / medium / background spacetime / creates time with the precise alternatives above.
In code comments, prefer compute_Psi_and_derivatives and reconstruct_metric over metaphors.
In slides, use equations and block diagrams: Π → Ψ(Ik) → g(Π) → variation → PDEs rather than cartoons of “stuff filling space.”
When giving an intuitive analogy, explicitly label it analogy only and immediately restate the formal algebraic statement.
Add a short “Terminology” box at the start of any public doc listing forbidden metaphors and the canonical terms to be used.
One‑paragraph policy you can paste into READMEs
Terminology policy: The Monad Field is a mathematical tensor field Π defined on the manifold; it is not a material substrate, medium, or filler. The emergent geometry is reconstructed algebraically via
𝑔
𝜇
𝜈
=
Ψ
(
𝐼
𝑘
)
Π
𝜇
𝜈
with
Ψ
an explicit function of invariants. For clarity and scientific precision we prohibit metaphors that imply material occupancy, substrate dynamics, or teleological emergence (for example “fills the vacuum”, “substrate”, “creates spacetime”, “time emerges from X”). Use the canonical terms primitive tensor Π, constitutive map Ψ(Ik), reference anchor Π(0), modified conservation ∇·Π = −∇·S, and explicit numerical terms (RK3, KO dissipation, Tikhonov regularization).
"""
================================================================================
MONAD FIELD — COMPACT CORRECTED EQUATION PACKAGE
================================================================================
Anchor for Colab notes — mathematically complete and implementation-ready.
================================================================================
"""
# Monad Field — Compact Corrected Equation Package (Unicode math)
# Metric reconstruction
g_{μν} = Ψ(I_k) · Π_{μν}
# Constitutive law
Ψ(I₁,I₂,I₃,I₄) = (1 / Π_max) · [ Î₁^{−1/2} − 1 ] · exp( −½ [ Î₂² + Î₃³ + Î₄⁴ ] ) + Ψ₀
# Invariants
I₁ = |S| + |Λ|
I₂ = S² − (|Ψ|²)² + Λ²
I₃ = |S³| + |Λ³|
I₄ = S⁴ − (|Ψ|²)⁴ + Λ⁴
# Normalized invariants
Î₁ = I₁ / Π_max
Î₂ = I₂ / Π_max²
Î₃ = I₃ / Π_max³
Î₄ = I₄ / Π_max⁴
# Partial derivatives of Ψ
∂Ψ/∂I₁ = − [ 1 / (2 · Π_max · I₁) ] · Î₁^{−1/2} · exp( −½ [ Î₂² + Î₃³ + Î₄⁴ ] )
for m ∈ {2,3,4}:
∂Ψ/∂I_m = − m · Î_m^{m−1} · (1 / Π_max^{m}) · Ψ(I_k)
# Euler–Lagrange (variation compact form)
δS / δΠ^{αβ} =
− ½ · √(−det B) · B^{-1}_{μν} · (
∑_{k=1}^4 (∂Ψ/∂I_k) · (∂I_k / ∂Π^{αβ}) · Π^{μν}
+ Ψ(Π) · δ^{μ}_{α} δ^{ν}_{β}
+ ∑_X P^{μν}_{(X) αβ} / Π_max^{(X)}
)
+ 2 κ · Π^{αβ}
= 0
# Effective stress tensor (algebraic)
S^{μν} = [ − ½ · Î₁^{−1/2} − 2 Î₂² − 3 Î₃³ − 4 Î₄⁴ ] · Ψ(I_k) · Π^{μν}
# Modified conservation law
∇_μ Π^{μν} = − ∇_μ S^{μν}
# Three-field decomposition
Π_{μν} = Π^{(T)}_{μν} + Π^{(R)}_{μν} + Π^{(C)}_{μν}
# Saturation scales
Π_max^{(T)}, Π_max^{(R)}, Π_max^{(C)}
# Sector evolution (compact)
˙S = U
˙U = c_S² ∇² S − β S − γ S³ − κ |Ψ|² − η S Λ² + κ S · M_T · |∇S|²
˙Ψ = V
˙V = c_Ψ² ∇² Ψ − m² Ψ − 2 κ S Ψ − η Ψ Λ² − κ Ψ · M_R · |∇Ψ|²
˙Λ = W
˙W = c_Λ² ∇² Λ − α Λ − δ Λ³ − κ S Λ − η |Ψ|² Λ + κ Λ · M_C · |∇Λ|²
# Back-reaction multipliers (singularity-free — no 1/|S| or 1/|Λ| denominators)
M_T = (∂Ψ/∂I₁) · sgn(S)
+ (∂Ψ/∂I₂) · 2 S
+ (∂Ψ/∂I₃) · 3 S |S|
+ (∂Ψ/∂I₄) · 4 S³
M_C = (∂Ψ/∂I₁) · sgn(Λ)
+ (∂Ψ/∂I₂) · 2 Λ
+ (∂Ψ/∂I₃) · 3 Λ |Λ|
+ (∂Ψ/∂I₄) · 4 Λ³
M_R = 2 · (∂Ψ/∂I₂)
# Numerical operators (implementation note)
SSP‑RK3 time integrator; 4th‑order Kreiss–Oliger dissipation; per‑cell Tikhonov / SVD regularization.