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

StochasticProcessesCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Mathematics.StochasticProcessesFromRS
domain
Mathematics
line
26 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Mathematics.StochasticProcessesFromRS 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
  24theorem stochasticProcessTypeCount : Fintype.card StochasticProcessType = 5 := by decide
  25
  26structure StochasticProcessesCert where
  27  five_types : Fintype.card StochasticProcessType = 5
  28
  29def stochasticProcessesCert : StochasticProcessesCert where
  30  five_types := stochasticProcessTypeCount
  31
  32end IndisputableMonolith.Mathematics.StochasticProcessesFromRS