def
definition
def or abbrev
falsifiers_ok
show as:
view Lean formalization →
formal statement (Lean)
15def falsifiers_ok (f : Falsifiers) : Prop :=
proof body
Definition body.
16 0 ≤ f.ppn_tight ∧ 0 ≤ f.lensing_band ∧ 0 ≤ f.gw_band
17
18/-- Default admissible bands (illustrative). -/