recognition /
Masses /
Masses.Ribbons /
explainer
No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
74 def normalForm (w : Word) : Word :=
proof body
Definition body.
75 let rec normalize (current : Word) (passes : Nat) : Word :=
76 if passes = 0 then current
77 else
78 let next := rewriteOnce current
79 if next.length = current.length then current
80 else normalize next (passes - 1)
81 normalize w w.length
82
83 /-- Reduced length ℓ(W) as length of the normal form. -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
ell
in IndisputableMonolith.Masses.Ribbons
decl_use
Primitive
in IndisputableMonolith.Masses.SectorPrimitive
decl_use
depends on (13)
Lean names referenced from this declaration's body.
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
as
in IndisputableMonolith.Foundation.SimplicialLedger.ContinuumBridge
decl_use
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
W
in IndisputableMonolith.Masses.Anchor
decl_use
rewriteOnce
in IndisputableMonolith.Masses.Ribbons
decl_use
Word
in IndisputableMonolith.Masses.Ribbons
decl_use
Word
in IndisputableMonolith.Masses.Ribbons.Word
decl_use
W
in IndisputableMonolith.Physics.LeptonGenerations.TauStepDerivation
decl_use
W
in IndisputableMonolith.Physics.MassTopology
decl_use
next
in IndisputableMonolith.RRF.Hypotheses.EightTick
decl_use