theorem
proved
term proof
global_only_policy
show as:
view Lean formalization →
formal statement (Lean)
146theorem global_only_policy : GlobalOnlyPolicy where
147 alpha_from_phi := parameters_from_phi.1
proof body
Term-mode proof.
148 upsilon_from_phi := parameters_from_phi.2.1
149 clag_from_phi := parameters_from_phi.2.2
150 per_galaxy_params := zero_free_params
151
152/-! ## Negative Control Tests -/
153
154/-- Negative control: velocity permutation (shuffle v_obs across radii).
155 Must inflate chi2 well above the ILG median. -/