class
definition
def or abbrev
EventSpace
show as:
view Lean formalization →
formal statement (Lean)
46class EventSpace (E : Type*) where
47 /-- The event space has at least two distinct events
48 (otherwise recognition is trivial) -/
49 nontrivial : ∃ e₁ e₂ : E, e₁ ≠ e₂
50
51/-- An event space with decidable equality -/
used by (19)
-
core_status -
DecEventSpace -
event_nontrivial -
RecognitionTriple -
IndependentRecognizers -
independent_strict_refines -
PairSeparates -
pairSeparates_iff -
fundamental_theorem -
fundamental_theorem_composite -
pillar1_quotient_determines_observables -
pillar2_composite_refines -
pillar2_distinguish_monotone -
pillar2_information_monotonicity -
pillar3_finite_resolution_obstruction -
quotient_uniqueness -
universal_property -
complete_summary -
RecognitionGeometry