Documentation

Std.Tactic.BVDecide.LRAT.Internal.Entails

class Std.Tactic.BVDecide.LRAT.Internal.Entails (α : Type u) (β : Type v) :
Type (max u v)

For variables of type α and formulas of type β, Entails.eval a f is meant to determine whether a formula f is true under assignment a.

Instances

    a ⊨ f reads formula f is true under assignment a.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      a ⊭ f reads formula f is false under assignment a.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For