def
definition
structureFormationFromBITCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Cosmology.StructureFormationFromBIT on GitHub at line 102.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
99 k_peak k_0 (n + m) / k_peak k_0 n = k_peak k_0' (n + m) / k_peak k_0' n
100
101/-- The master certificate is inhabited. -/
102def structureFormationFromBITCert : StructureFormationFromBITCert where
103 k_pos := k_peak_pos
104 adjacent_ratio := k_peak_adjacent_ratio
105 peak_3_1_eq_phi_sq := peak_3_1_ratio
106 scale_invariant := peak_ratios_scale_invariant
107
108end
109
110end StructureFormationFromBIT
111end Cosmology
112end IndisputableMonolith