structure
definition
def or abbrev
LambShiftProofs
show as:
view Lean formalization →
formal statement (Lean)
186structure LambShiftProofs where
187 shift_range : 1057 < lambShift_MHz ∧ lambShift_MHz < 1059
188 s_wave_l_zero : s_wave_l = 0
189 p_wave_l_positive : p_wave_l > 0
190 precision : significant_figures ≥ 6
191 alpha_power : alpha_power_in_formula = 5
192
193/-- We can construct this proof summary. -/