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