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

computationalComplexityCert

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Mathematics.ComputationalComplexityFromRS on GitHub at line 36.

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

formal source

  33  five_classes : Fintype.card ComplexityClass = 5
  34  dft_poly : dft8Size = 8
  35
  36def computationalComplexityCert : ComputationalComplexityCert where
  37  five_classes := complexityClassCount
  38  dft_poly := dft8Size_8
  39
  40end IndisputableMonolith.Mathematics.ComputationalComplexityFromRS