theorem
proved
term proof
config_exists
show as:
view Lean formalization →
formal statement (Lean)
62theorem config_exists (C : Type*) [cs : ConfigSpace C] : ∃ c : C, c = ConfigSpace.witness C :=
proof body
Term-mode proof.
63 ⟨ConfigSpace.witness C, rfl⟩
64
65/-- An event space has at least two distinct elements -/