recognition /
RecogGeom /
RecogGeom.RSBridge /
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)
149 theorem eight_tick_implies_RG4 {L E : Type*} [RSConfigSpace L]
150 (rs : RSLocalityFromRHat L) (m : RSMeasurement L E)
151 (h8 : EightTickFiniteResolution L E rs m) :
152 HasFiniteResolution (toLocalConfigSpace rs) (toRecognizer m) := by
proof body
Term-mode proof.
153 intro ℓ
154 use rs.RHat ℓ
155 constructor
156 · exact ⟨1, rfl, trivial⟩
157 · exact h8.finite_local_events ℓ
158
159 /-! ## Master Bridge Statement -/
160
161 /-- **Master theorem (RG4)**: RS's 8-tick finite-resolution hypothesis yields Recognition Geometry's
162 finite-resolution axiom (RG4) for the induced locality and recognizer. -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (15)
Lean names referenced from this declaration's body.
tick
in IndisputableMonolith.Constants
decl_use
tick
in IndisputableMonolith.Constants.RSNativeUnits
decl_use
E
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
for
in IndisputableMonolith.Foundation.UniversalForcingSelfReference
decl_use
and
in IndisputableMonolith.NumberTheory.CirclePhaseLift
decl_use
HasFiniteResolution
in IndisputableMonolith.RecogGeom.FiniteResolution
decl_use
EightTickFiniteResolution
in IndisputableMonolith.RecogGeom.RSBridge
decl_use
RSConfigSpace
in IndisputableMonolith.RecogGeom.RSBridge
decl_use
RSLocalityFromRHat
in IndisputableMonolith.RecogGeom.RSBridge
decl_use
RSMeasurement
in IndisputableMonolith.RecogGeom.RSBridge
decl_use
toLocalConfigSpace
in IndisputableMonolith.RecogGeom.RSBridge
decl_use
toRecognizer
in IndisputableMonolith.RecogGeom.RSBridge
decl_use
L
in IndisputableMonolith.Recognition
decl_use
L
in IndisputableMonolith.Recognition.Cycle3
decl_use
Bridge
in IndisputableMonolith.RecogSpec.Core
decl_use