Documentation

HeyVL.Verify

A HeyVL program C verifies if vp⟦C⟧ ⊤ = ⊤

Equations
Instances For
    structure Conditions (E : Encoding) :
    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
          • One or more equations did not get rendered due to their size.
          Instances For
            @[simp]
            theorem ENNReal.compl_compl_le {a b : ENNReal} :
            ~ ~ a b a = 0 b =
            @[simp]
            theorem Nat.log2_div_2 (n : ) :
            (n / 2).log2 = n.log2 - 1
            theorem Nat.log2_le_succ {n : } :
            n.log2 (n + 1).log2
            theorem Nat.log2_mono {n m : } (h : n m) :
            @[simp]
            @[simp]
            @[simp]
            @[simp]
            theorem Set.mem_fun_exists {α : Type u_1} {β : Type u_2} {a : α} {q : βα} :
            (a fun (x : α) => ∃ (y : β), q y = x) ∃ (y : β), q y = a