def
definition
def or abbrev
branchSelectionCert
show as:
view Lean formalization →
formal statement (Lean)
206def branchSelectionCert : BranchSelectionCert where
207 separately_additive_iff_defect_zero :=
proof body
Definition body.
208 fun P => separatelyAdditive_iff_interactionDefect_zero P
209 coupling_iff_defect_nonzero :=
210 fun P => isCouplingCombiner_iff_interactionDefect_nonzero P
211 rcl_coupling_iff := RCLCombiner_isCoupling_iff
212 bilinear_branch_forced := branch_selection
213 additive_branch_excluded := additive_branch_not_coupling
214