structure
definition
def or abbrev
SPARCFalsifierCert
show as:
view Lean formalization →
formal statement (Lean)
178structure SPARCFalsifierCert where
179 zero_params : per_galaxy_free_parameters = 0
180 params_from_phi : alpha_locked = (1 - 1/phi) / 2 ∧ upsilon_locked = phi ∧
181 clag_locked = phi ^ (-(5 : ℝ))
182 criterion_decidable : ∀ x : ℝ, ILG_falsified x ∨ ILG_passes x
183 global_only : GlobalOnlyPolicy
184 ilg_beats_mond_mean : paper2_mean_chi2 < mond_mean_chi2
185