I read in the literature that Linearizability extends Atomicity. My question is:
In which sense Linearizability extends Atomicity?
I think atomicity is defined for one object of type read/write storage; however, linearizability is defined for one or more objects (even the objects can have different types). Am I thinking correctly?