Learn English – the verb form of “conjunction” in the logical sense

logicsingle-word-requestsverbs

In logic and computer programming, a conjunction of two logical statements is said to be true if and only if both statements are themselves true. For instance:

"The sky is blue" and "the grass is green" 

is a conjunction of two logical statements. Note that a conjunction in this context is not the same as a grammatical conjunction.

In product manuals, one often sees things like:

"These values are anded together". However, "anded" doesn't seem like a proper English term, and it seems like there should be a verb for the act of combining two logical statements with a conjunction. Other logical operators like "xor" certainly use "xored" or "xor'd", but "anded" seems less acceptable somehow.

Is there a nice English word for this operation? Some thoughts:

  • "conjoined" doesn't seem sufficiently precise, because we're not just sticking the logical statements together, we're combining them with a particular operator (i.e. the clauses could still be conjoined with a disjunction operator instead).

  • "conjuncted" might be appropriate, but I can't find anyone using it on the net, and I've never seen it used before in manuals and the like.

Best Answer

Logically speaking, the verb conjoin really should be acceptable. A conjunction is the act or product of conjoining. It's the same stem, so if one form is deemed sufficiently precise to refer to the operation, why shouldn't the other be? The counterpart, for "or-ing", would be disjoin. Conjunction has a more specific meaning in propositional logic than in general and grammatical usage. Under the logic that two statements could be "conjoined" with the OR operator, all disjunctions would also be conjunctions. That's obviously not a very useful sense in context.

To clarify to readers the fact that you're using the word in a context-specific way, the first time you use this verb, simply follow it with "(i.e. join with AND)" or "(as opposed to disjoin)". If you're going to use the verb that way repeatedly in a longer text, you might briefly but explicitly explain in a footnote instead. Given how infrequently we use conjoin in general language, I don't think this overloading of terminology would be likely to cause ongoing confusion. (It's not as if it will be mixed with uses of that verb in its everyday sense.)

Personally, I think "conjuncted" just sounds influent.

Related Topic