theorem
proved
term proof
tree_level_total_width_match
show as:
view Lean formalization →
formal statement (Lean)
166theorem tree_level_total_width_match
167 (rsChannels smChannels : List (ℝ × ℝ))
168 (h : rsChannels = smChannels) :
169 totalWidth rsChannels = totalWidth smChannels := by
proof body
Term-mode proof.
170 rw [h]
171
172/-- Branching ratios match channel-wise when the underlying channel
173 structures match. -/