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

partialDifferentialEquationsCert

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Mathematics.PartialDifferentialEquationsFromRS on GitHub at line 30.

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

  27structure PartialDifferentialEquationsCert where
  28  five_types : Fintype.card PDEType = 5
  29
  30def partialDifferentialEquationsCert : PartialDifferentialEquationsCert where
  31  five_types := pdeTypeCount
  32
  33end IndisputableMonolith.Mathematics.PartialDifferentialEquationsFromRS