Match the property of equality with its definition:
Addition ↔️ If `a = b`, then `a + c = b + c`
Subtraction ↔️ If `a = b`, then `a - c = b - c`
Multiplication ↔️ If `a = b`, then `a * c = b * c`
Division ↔️ If `a = b` and `c ≠ 0`, then `a / c = b / c`