pith. machine review for the scientific record. sign in
def

structureFormationFromBITCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Cosmology.StructureFormationFromBIT
domain
Cosmology
line
102 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Cosmology.StructureFormationFromBIT on GitHub at line 102.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

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