theorem
proved
term proof
latency_per_pair_pos
show as:
view Lean formalization →
formal statement (Lean)
47theorem latency_per_pair_pos : 0 < latency_per_pair := by
proof body
Term-mode proof.
48 unfold latency_per_pair; norm_num
49
50/-! ## §2. Aggregate throughput -/
51
52/-- Aggregate throughput at `N` nodes. -/