I am writing an article where I need to describe an equation like the one below, in reference to two mathematical objects, A and B, that I have already defined in the text.
f = #merge errors + #split errors
To do so, I need to define what merge and split errors are with respect to A and B.
One possibility is:
"A merge error refers to a pair of elements that were grouped in A, but not in B, and a split error refers to a pair of elements that were grouped in B, but not in A"
The above description is technically correct, but I would like to find a description that is less redundant (i.e. more compact). I thought of the following possibilities, but none of them sound correct to me:
"A merge error refers to a pair of elements that were grouped in A, but not in B, and a split error refers to the converse"
"A merge error refers to a pair of elements that were grouped in A, but not in B, and a split error is defined reciprocally"
"A merge error refers to a pair of elements that were grouped in A, but not in B, and a split error is defined conversely"
How can I define two objects where one is implicitly defined as the converse of the other?