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