Documentation

LeanUnits.Framework.Utils.Nat

Nat.find #

def Units.NatFind.find {p : Prop} [DecidablePred p] (H : (n : ), p n) :

Alternative definition of Nat.find using tail recursion.

Equations
Instances For
    theorem Units.NatFind.find_spec {p : Prop} [DecidablePred p] (H : (n : ), p n) :
    p (find H)