crdt-merge-is-idempotent-and-convergence-tested

Status: IN

All four CRDT types demonstrate idempotent merge (re-merging produces no change), semantic equality comparison, and monotonic ORSet tombstones. The sync_all test confirms convergence after two rounds, consistent with merge being commutative and associative, though these properties are exercised by tests rather than proven by the antecedents alone.

Justifications

Depends on (SL): crdt-merge-is-idempotent, crdt-eq-compares-semantic-state, orset-tombstones-grow-monotonically, sync-all-two-rounds-suffices

JSON