Quorum arithmetic is necessary, not sufficient
For N replicas, R + W > N forces a read quorum to overlap the last write quorum, while 2W > N forces two write quorums to overlap. These inequalities do not by themselves resolve concurrent versions, clock anomalies or stale membership.
CAP describes behavior during a partition
When communication is partitioned, a system cannot simultaneously guarantee linearizable consistency and availability for every request. PACELC adds the ordinary-state trade-off: even without a partition, stronger coordination usually costs latency.