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

RungSpec

definition
show as:
view math explainer →
module
IndisputableMonolith.Masses.KernelTypes
domain
Masses
line
27 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Masses.KernelTypes on GitHub at line 27.

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

  24| .g2 => 11
  25| .g3 => 17
  26
  27structure RungSpec where
  28  ell : Nat
  29  gen : GenClass
  30
  31@[simp] def rungOf (R : RungSpec) : ℤ := (R.ell : ℤ) + tauOf R.gen
  32
  33end Masses
  34end IndisputableMonolith