theorem
proved
term proof
RCLCombiner_zero_separatelyAdditive
show as:
view Lean formalization →
formal statement (Lean)
130theorem RCLCombiner_zero_separatelyAdditive :
131 SeparatelyAdditive (RCLCombiner 0) := by
proof body
Term-mode proof.
132 refine ⟨fun u => 2 * u, fun v => 2 * v, ?_⟩
133 intro u v
134 unfold RCLCombiner
135 ring
136
137/-- For `c ≠ 0`, the RCL combiner has nonvanishing interaction defect
138at the test point `(1, 1)`. -/