A rule of inference used in prepositional logic. Written 'Assoc.' for short. It allows you to change the parenthesis for order of operations in situations when it will make no logical difference, but will allow you to manipulate statements in useful ways. To demonstrate:

(P∨{Q∨R}) = ({P∨Q}∨R)
And
(P∧{Q∧R}) = ({P∧Q}∧R)


Back up to Rules of Inference
Review your Logic symbols