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

StaticScalarField

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)

  20structure StaticScalarField where
  21  psi : ℝ → ℝ
  22
  23-- Field equations would go here (complex ODEs)
  24/-!
  25Field equations (documentation / TODO).
  26
  27The static-spherical field equations (coupled ODE/PDE system) are not yet formalized in this module.
  28-/
  29
  30/-- **DEFINITION: Schwarzschild Metric**
  31    The static spherical solution for vacuum (M ≠ 0, ρ = 0, ψ = 0).
  32    f(r) = 1 - 2M/r, g(r) = (1 - 2M/r)⁻¹ for r > 2|M|.
  33    For r ≤ 2|M|, we use a positive constant to satisfy the metric structure
  34    outside the coordinate singularity. -/

used by (1)

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

depends on (6)

Lean names referenced from this declaration's body.