pith. machine review for the scientific record. sign in
theorem

cpProcess_count

proved
show as:
view math explainer →
module
IndisputableMonolith.Physics.CPViolationFromRS
domain
Physics
line
26 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Physics.CPViolationFromRS on GitHub at line 26.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

used by

formal source

  23  | dMesonMixing
  24  deriving DecidableEq, Repr, BEq, Fintype
  25
  26theorem cpProcess_count : Fintype.card CPProcess = 5 := by decide
  27
  28structure CPViolationCert where
  29  five_processes : Fintype.card CPProcess = 5
  30
  31def cpViolationCert : CPViolationCert where
  32  five_processes := cpProcess_count
  33
  34end IndisputableMonolith.Physics.CPViolationFromRS