theorem
proved
term proof
neutron_star_eos_implies_nuclear_force
show as:
view Lean formalization →
formal statement (Lean)
18theorem neutron_star_eos_implies_nuclear_force (h : neutron_star_eos_from_ledger) :
19 nuclear_force_from_ledger :=
proof body
Term-mode proof.
20 h
21
22end NeutronStarEOSStructure
23end Nuclear
24end IndisputableMonolith