Readonly
Applies the conjunction introduction rule.
Given two formulas A and B, it returns two conjunctions: (A ∧ B) and (B ∧ A)
An array of propositional formulas.
A tuple containing the two inferred formulas.
if the formulas do not satisfy conjunction introduction conditions.
Applies the conjunction introduction rule.
Given two formulas A and B, it returns two conjunctions: (A ∧ B) and (B ∧ A)