Get the other field from a cgraph-equivnode.
(cgraph-equivnode->other x) → other
This is an ordinary field accessor created by defprod.
Function:
(defun cgraph-equivnode->other$inline (x) (declare (xargs :guard (cgraph-equivnode-p x))) (declare (xargs :guard t)) (let ((__function__ 'cgraph-equivnode->other)) (declare (ignorable __function__)) (mbe :logic (b* ((x (and t x))) (fgl-object-fix (cdr (std::da-nth 1 x)))) :exec (cdr (std::da-nth 1 x)))))
Theorem:
(defthm fgl-object-p-of-cgraph-equivnode->other (b* ((other (cgraph-equivnode->other$inline x))) (fgl-object-p other)) :rule-classes :rewrite)
Theorem:
(defthm cgraph-equivnode->other$inline-of-cgraph-equivnode-fix-x (equal (cgraph-equivnode->other$inline (cgraph-equivnode-fix x)) (cgraph-equivnode->other$inline x)))
Theorem:
(defthm cgraph-equivnode->other$inline-cgraph-equivnode-equiv-congruence-on-x (implies (cgraph-equivnode-equiv x x-equiv) (equal (cgraph-equivnode->other$inline x) (cgraph-equivnode->other$inline x-equiv))) :rule-classes :congruence)