47theorem T2_atomicity {M} [AtomicTick M] : 48 ∀ t u v, AtomicTick.postedAt (M:=M) t u → AtomicTick.postedAt (M:=M) t v → u = v := by
proof body
Term-mode proof.
49 intro t u v hu hv 50 rcases (AtomicTick.unique_post (M:=M) t) with ⟨w, hw, huniq⟩ 51 have hu' : u = w := huniq u hu 52 have hv' : v = w := huniq v hv 53 exact hu'.trans hv'.symm 54
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.