theorem
proved
wrapper
bitBandwidthPerCycle_eq
show as:
view Lean formalization →
formal statement (Lean)
47theorem bitBandwidthPerCycle_eq : bitBandwidthPerCycle = 360 := by
proof body
One-line wrapper that applies unfold.
48 unfold bitBandwidthPerCycle; norm_num
49