structure
definition
ParamProps
show as:
view math explainer →
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
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