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

NashEquilibriumCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Economics.NashEquilibriumTypesFromConfigDim
domain
Economics
line
29 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Economics.NashEquilibriumTypesFromConfigDim on GitHub at line 29.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

used by

formal source

  26
  27theorem nashType_count : Fintype.card NashType = 5 := by decide
  28
  29structure NashEquilibriumCert where
  30  five_types : Fintype.card NashType = 5
  31
  32def nashEquilibriumCert : NashEquilibriumCert where
  33  five_types := nashType_count
  34
  35end IndisputableMonolith.Economics.NashEquilibriumTypesFromConfigDim