Prove an updater independence theorem, as discussed in stobj-updater-independence.
This just adds the appropriate
(def-updater-independence-thm access-3rd-updater-independence (implies (equal (nth 3 new) (nth 3 old)) (equal (access-3rd new) (access-3rd old))) :hints(("Goal" :in-theory (enable access-3rd))))
Note