recognition /
Complexity /
Complexity.CellularAutomata /
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)
37 inductive CellState
38 | Zero -- Boolean 0
39 | One -- Boolean 1
40 | Signal -- Propagating signal
41 | Gate -- AND/OR/NOT gate marker
42 | Wire -- Passive wire
43 | Blank -- Empty cell
44 deriving DecidableEq, Repr
45
46 /-- The CA tape is an infinite sequence of cells, but we work with finite windows -/
used by (4)
From the project-wide theorem graph. These declarations reference this one in their body.
localRule
in IndisputableMonolith.Complexity.CellularAutomata
decl_use
Neighborhood
in IndisputableMonolith.Complexity.CellularAutomata
decl_use
Tape
in IndisputableMonolith.Complexity.CellularAutomata
decl_use
Window
in IndisputableMonolith.Complexity.CellularAutomata
decl_use
depends on (10)
Lean names referenced from this declaration's body.
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
Gate
in IndisputableMonolith.Complexity.CircuitLedger
decl_use
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use