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)
154theorem recognition_necessary (S : Type) (obs : Observable S)
155 (h : ∃ s₁ s₂, obs.value s₁ ≠ obs.value s₂) :
156 ∃ (R₁ R₂ : Type), Nonempty (Recognition.Recognize R₁ R₂) := by
proof body
Term-mode proof.
157 obtain ⟨s₁, s₂, _⟩ := h
158 exact ⟨S, S, ⟨⟨s₁, s₂⟩⟩⟩
159
160/-- **MASTER THEOREM: Recognition Forcing Complete** -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (7)
Lean names referenced from this declaration's body.
-
Observable
in IndisputableMonolith.Foundation.RecognitionForcing
decl_use
-
Observable
in IndisputableMonolith.Measurement.RSNative.Core
decl_use
-
value
in IndisputableMonolith.QFT.SpinStatistics
decl_use
-
Observable
in IndisputableMonolith.Quantum.Observables
decl_use
-
Recognize
in IndisputableMonolith.Recognition
decl_use
-
S
in IndisputableMonolith.Relativity.ILG.Action
decl_use
-
Recognize
in IndisputableMonolith.RRF.Core.Recognition
decl_use