pith. machine review for the scientific record. sign in
structure definition def or abbrev

Dimension

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  33structure Dimension where
  34  L : ℤ  -- Length exponent
  35  T : ℤ  -- Time exponent
  36  M : ℤ  -- Mass exponent
  37  deriving DecidableEq
  38
  39/-! ## Fundamental Dimension Constants -/
  40
  41/-- Dimensionless quantity: [L⁰T⁰M⁰] -/

used by (40)

From the project-wide theorem graph. These declarations reference this one in their body.

… and 10 more

depends on (11)

Lean names referenced from this declaration's body.