recognition /
Foundation /
Foundation.TimeEmergence /
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)
93 theorem arrow_well_defined (states : ℕ → LedgerSnapshot)
94 (h : DefectMonotone states) (n : ℕ)
95 (h_step : (states (n + 1)).tick.index = (states n).tick.index + 1) :
96 arrow_of_time (states n) (states (n + 1)) := by
proof body
Term-mode proof.
97 constructor
98 · show (states n).tick.index < (states (n + 1)).tick.index
99 omega
100 · exact h.defect_decreasing n h_step
101
102 /-! ## Irreversibility of Recognition -/
103
104 /-- A recognition event transforms a state by reducing its defect.
105 This is fundamentally one-way: you cannot "un-recognize." -/
depends on (24)
Lean names referenced from this declaration's body.
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
tick
in IndisputableMonolith.Constants
decl_use
tick
in IndisputableMonolith.Constants.RSNativeUnits
decl_use
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
one
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
A
in IndisputableMonolith.Foundation.IntegrationGap
decl_use
defect
in IndisputableMonolith.Foundation.LawOfExistence
decl_use
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
one
in IndisputableMonolith.Foundation.RationalsFromLogic
decl_use
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
arrow_of_time
in IndisputableMonolith.Foundation.TimeEmergence
decl_use
DefectMonotone
in IndisputableMonolith.Foundation.TimeEmergence
decl_use
LedgerSnapshot
in IndisputableMonolith.Foundation.TimeEmergence
decl_use
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
A
in IndisputableMonolith.Masses.Anchor
decl_use
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
A
in IndisputableMonolith.Modal.Actualization
decl_use
one
in IndisputableMonolith.QFT.SpinStatistics
decl_use
one
in IndisputableMonolith.RecogSpec.Core
decl_use
recognize
in IndisputableMonolith.RRF.Foundation.Consciousness
decl_use
arrow_of_time
in IndisputableMonolith.Unification.SpacetimeEmergence
decl_use