recognition /
RRF /
RRF.Foundation.Gravity /
explainer
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)
45 def massiveLedger (d : ℝ) (hd : 0 < d) : SpatialLedger := {
proof body
Definition body.
46 density := d,
47 density_nonneg := le_of_lt hd,
48 charge := 0,
49 balanced := rfl
50 }
51
52 /-! ## Mass from Ledger -/
53
54 /-- Mass is ledger density (the key identification). -/
depends on (9)
Lean names referenced from this declaration's body.
Mass
in IndisputableMonolith.Constants.RSNativeUnits
decl_use
balanced
in IndisputableMonolith.Foundation.LedgerForcing
decl_use
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
from
in IndisputableMonolith.Foundation.PrimitiveDistinction
decl_use
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
density
in IndisputableMonolith.Physics.NeutronStarCrustalRegimesFromRS
decl_use
SpatialLedger
in IndisputableMonolith.RRF.Foundation.Gravity
decl_use