theorem
proved
has_nuclear_force_structure
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Nuclear.NeutronStarEOSStructure on GitHub at line 10.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
7
8open NuclearForceStructure
9
10theorem has_nuclear_force_structure : nuclear_force_from_ledger := nuclear_force_structure
11
12def neutron_star_eos_from_ledger : Prop := nuclear_force_from_ledger
13
14theorem neutron_star_eos_structure : neutron_star_eos_from_ledger :=
15 has_nuclear_force_structure
16
17/-- Neutron-star-EOS structure implies nuclear-force-side input. -/
18theorem neutron_star_eos_implies_nuclear_force (h : neutron_star_eos_from_ledger) :
19 nuclear_force_from_ledger :=
20 h
21
22end NeutronStarEOSStructure
23end Nuclear
24end IndisputableMonolith