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

monetaryTool_count

proved
show as:
view math explainer →
module
IndisputableMonolith.Economics.MonetaryPolicyToolsFromConfigDim
domain
Economics
line
24 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Economics.MonetaryPolicyToolsFromConfigDim on GitHub at line 24.

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

  21  | forwardGuidance
  22  deriving DecidableEq, Repr, BEq, Fintype
  23
  24theorem monetaryTool_count : Fintype.card MonetaryTool = 5 := by decide
  25
  26structure MonetaryToolsCert where
  27  five_tools : Fintype.card MonetaryTool = 5
  28
  29def monetaryToolsCert : MonetaryToolsCert where
  30  five_tools := monetaryTool_count
  31
  32end IndisputableMonolith.Economics.MonetaryPolicyToolsFromConfigDim