Documentation

Projects.RealAnalysis.Filter

Equations
Instances For
    def RealAnalysis.unBddCnd (p : Prop) (a : ) :
    Equations
    Instances For
      noncomputable def RealAnalysis.filter (p : Prop) (a : ) (n : ) :
      Equations
      Instances For
        noncomputable def RealAnalysis.filterSubseq (p : Prop) (a : ) (n : ) :
        Equations
        Instances For
          def RealAnalysis.isPeak (a : ) (k : ) :
          Equations
          Instances For
            theorem RealAnalysis.unBddCnd'_iff_alt₁ {p : Prop} :
            unBddCnd' p ∀ (N : ), ∃ (n : ), N < n p n
            theorem RealAnalysis.unBddCnd_iff_alt₁ {a : } {p : Prop} :
            unBddCnd p a ∀ (N : ), ∃ (n : ), N < n p (a n)
            theorem RealAnalysis.unBddCnd_iff_alt₂ {a : } {p : Prop} :
            unBddCnd p a {n : | p (a n)}.Infinite
            theorem RealAnalysis.unBddCnd_drop_of {a : } {p : Prop} {k : } (h : unBddCnd p a) :
            unBddCnd p fun (x : ) => a (k + x)
            theorem RealAnalysis.unBddCnd_drop_iff {a : } {p : Prop} {k : } :
            (unBddCnd p fun (x : ) => a (k + x)) unBddCnd p a
            theorem RealAnalysis.subseq_filterSubseq {a : } {p : Prop} (h : unBddCnd p a) :
            theorem RealAnalysis.filter_eq_filterSubseq {a : } {p : Prop} (h : unBddCnd p a) :
            theorem RealAnalysis.tendsTo_filter {a : } {L : } {p : Prop} (h₁ : tendsTo a L) (h₂ : unBddCnd p a) :
            tendsTo (filter p a) L
            theorem RealAnalysis.unBddCnd_or_of_or {a : } {p₁ p₂ : Prop} (h : ∀ (n : ), p₁ (a n) p₂ (a n)) :
            unBddCnd p₁ a unBddCnd p₂ a
            theorem RealAnalysis.unBddCnd_le_or_ge {a : } {M : } :
            unBddCnd (fun (x : ) => x M) a unBddCnd (fun (x : ) => M x) a
            theorem RealAnalysis.apply_nat_find!_of_unBddCnd {a : } {p : Prop} (h : unBddCnd p a) :
            p (a (Nat.find! fun (x : ) => p (a x)))
            theorem RealAnalysis.apply_filterSubseq {a : } {p : Prop} {n : } (h : unBddCnd p a) :
            p (a (filterSubseq p a n))
            theorem RealAnalysis.apply_filter {a : } {p : Prop} {n : } (h : unBddCnd p a) :
            p (filter p a n)
            theorem RealAnalysis.unBddCnd_filter {a : } {p : Prop} (h : unBddCnd p a) :
            theorem RealAnalysis.exi_cnd_add_of_lt_limit {a : } {L : } {n m : } (h₁ : tendsTo a L) (h₂ : ∀ (n : ), a n < L) :
            ∃ (k : ), a n < a (m + k)
            theorem RealAnalysis.exi_cnd_of_lt_limit {a : } {L : } {n : } (h₁ : tendsTo a L) (h₂ : ∀ (n : ), a n < L) :
            ∃ (k : ), a n < a k
            theorem RealAnalysis.apply_natfind!_of_lt_limit {a : } {L : } {n : } (h₁ : tendsTo a L) (h₂ : ∀ (n : ), a n < L) :
            a n < a (Nat.find! fun (x : ) => a n < a x)
            theorem RealAnalysis.apply_natfind!_add_of_lt_limit {a : } {L : } {n m : } (h₁ : tendsTo a L) (h₂ : ∀ (n : ), a n < L) :
            a n < a (m + Nat.find! fun (k : ) => a n < a (m + k))
            theorem RealAnalysis.pos_natfind!_add_of_lt_limit {a : } {L : } {n : } (h₁ : tendsTo a L) (h₂ : ∀ (n : ), a n < L) :
            0 < Nat.find! fun (k : ) => a n < a (n + k)
            theorem RealAnalysis.subseq_monoLtSubseq {a : } {L : } (h₁ : tendsTo a L) (h₂ : ∀ (n : ), a n < L) :
            theorem RealAnalysis.monoLt_monoLtSubseq {a : } {L : } (h₁ : tendsTo a L) (h₂ : ∀ (n : ), a n < L) :
            theorem RealAnalysis.exi_monoLt_subseq_of_forall_lt_limit {a : } {L : } (h₁ : tendsTo a L) (h₂ : ∀ (n : ), a n < L) :
            ∃ (σ : ), Subseq σ monoLt (a σ)
            theorem RealAnalysis.exi_monoLe_subseq_of_forall_le_limit {a : } {L : } (h₁ : tendsTo a L) (h₂ : ∀ (n : ), a n L) :
            ∃ (σ : ), Subseq σ monoLe (a σ)
            theorem RealAnalysis.exi_monoLe_subseq_of_unBddCnd_le_limit {a : } {L : } (h₁ : tendsTo a L) (h₂ : unBddCnd (fun (x : ) => x L) a) :
            ∃ (σ : ), Subseq σ monoLe (a σ)
            theorem RealAnalysis.exi_monoLt_subseq_of_unBddCnd_lt_limit {a : } {L : } (h₁ : tendsTo a L) (h₂ : unBddCnd (fun (x : ) => x < L) a) :
            ∃ (σ : ), Subseq σ monoLt (a σ)
            theorem RealAnalysis.exi_monoGe_subseq_of_unBddCnd_limit_le {a : } {L : } (h₁ : tendsTo a L) (h₂ : unBddCnd (fun (x : ) => L x) a) :
            ∃ (σ : ), Subseq σ monoGe (a σ)
            theorem RealAnalysis.exi_monoGt_subseq_of_unBddCnd_limit_lt {a : } {L : } (h₁ : tendsTo a L) (h₂ : unBddCnd (fun (x : ) => L < x) a) :
            ∃ (σ : ), Subseq σ monoGt (a σ)
            theorem RealAnalysis.isPeak_iff_alt₁ {a : } {k : } :
            isPeak a k ∀ (n : ), k < na n a k
            theorem RealAnalysis.exi_drop_eq_subseq {a : } {k : } :
            ∃ (σ : ), Subseq σ (fun (x : ) => a (k + x)) = a σ
            theorem RealAnalysis.exi_monoGe_subseq_of_unBddPeaks {a : } (h : unBddPeaks a) :
            ∃ (σ : ), Subseq σ monoGe (a σ)
            theorem RealAnalysis.exi_monoLe_or_monoGe_subseq {a : } :
            ∃ (σ : ), Subseq σ (monoLe (a σ) monoGe (a σ))
            theorem RealAnalysis.tendsTo_zero_iff_of_int {a : } :
            tendsTo (fun (x : ) => (a x)) 0 ∀ (ε : ), 0 < ε∃ (N : ), ∀ (n : ), N n|a n| < ε