Documentation

SSA.Experimental.Bits.AutoStructs.Tactic

Equations
Instances For
    Equations
    Instances For
      Equations
      Instances For
        Equations
        Instances For
          Equations
          Instances For
            Equations
            structure Tactic.State :
            Instances For
              Equations
              @[reducible, inline]
              abbrev Tactic.M (α : Type) :
              Equations
              Instances For
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    Equations
                    Instances For
                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For
                        Equations
                        Instances For
                          theorem dfadfa (w : ) (x : BitVec w) :
                          (0 >ₛ x) = true x.msb = true
                          theorem and_ule_not_xor (w : ) (x : BitVec w) (y : BitVec w) :
                          (~~~(x ^^^ y) ≥ᵤ x &&& y) = true
                          theorem xor_ule_or (w : ) (x : BitVec w) (y : BitVec w) :
                          (x ||| y ≥ᵤ x ^^^ y) = true
                          theorem ult_iff_not_ule (w : ) (x : BitVec w) (y : BitVec w) :
                          (y >ᵤ x) = true ¬(x ≥ᵤ y) = true
                          theorem sub_neg_sub (w : ) (x : BitVec w) (y : BitVec w) :
                          x - y = -(y - x)
                          theorem eq_iff_not_sub_or_sub (w : ) (x : BitVec w) (y : BitVec w) :
                          x = y (~~~(x - y ||| y - x)).msb = true
                          theorem lt_iff_sub_xor_xor_and_sub_xor (w : ) (x : BitVec w) (y : BitVec w) :
                          (y >ₛ x) = true (x - y ^^^ (x ^^^ y) &&& (x - y ^^^ x)).msb = true