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

ParamProps

definition
show as:
view math explainer →
module
IndisputableMonolith.Relativity.ILG.Params
domain
Relativity
line
12 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Relativity.ILG.Params on GitHub at line 12.

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

   9  alpha : ℝ := 1
  10  Clag  : ℝ := 0
  11
  12structure ParamProps (P : Params) : Prop :=
  13  (alpha_nonneg : 0 ≤ P.alpha)
  14  (Clag_nonneg : 0 ≤ P.Clag)
  15
  16end ILG
  17end Relativity
  18end IndisputableMonolith