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)
47theorem discrete_indist_iff_eq (n : ℕ) [h : NeZero n] (hn : 2 ≤ n)
48 (c₁ c₂ : Fin n) :
49 Indistinguishable (discreteRecognizer n hn) c₁ c₂ ↔ c₁ = c₂ := by
proof body
Term-mode proof.
50 simp [Indistinguishable, discreteRecognizer]
51
52/-- **Corollary**: Each config is in its own resolution cell -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (6)
Lean names referenced from this declaration's body.
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
discreteRecognizer
in IndisputableMonolith.RecogGeom.Examples
decl_use
-
Indistinguishable
in IndisputableMonolith.RecogGeom.Indistinguishable
decl_use