This module contains the BitVec
simplifying part of the bv_normalize
simp set.
theorem
Std.Tactic.BVDecide.Normalize.BitVec.exctractLsb'_if
{w : Nat}
{c : Bool}
{x y : BitVec w}
(s l : Nat)
:
BitVec.extractLsb' s l (bif c then x else y) = bif c then BitVec.extractLsb' s l x else BitVec.extractLsb' s l y