Documentation

Projects.Util.Eventuality

def eventually (p : Prop) :
Equations
Instances For
    theorem eventually_and {p q : Prop} :
    (eventually fun (n : ) => p n q n) eventually p eventually q
    theorem eventually_or_of {p q : Prop} (h : eventually p eventually q) :
    eventually fun (n : ) => p n q n
    @[simp]
    theorem eventually_const {P : Prop} :
    (eventually fun (x : ) => P) P
    theorem exi_of_eventually {p : Prop} (h : eventually p) :
    ∃ (n : ), p n
    theorem eventually_iff_exi_least {p : Prop} :
    eventually p (∀ (n : ), p n) ∃ (N : ), ¬p N ∀ (n : ), N < np n