structure
definition
def or abbrev
StaticSphericalMetric
show as:
view Lean formalization →
formal statement (Lean)
14structure StaticSphericalMetric where
15 f : ℝ → ℝ
16 g : ℝ → ℝ
17 f_positive : ∀ r, r > 0 → f r > 0
18 g_positive : ∀ r, r > 0 → g r > 0
19