Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.ExistsSeqTendstoAe.seqTendstoAeSeq_succ

∀ {α : Type u_1} {E : Type u_4} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : PseudoEMetricSpace E]
  {f : ℕ → α → E} {g : α → E} (hfg : MeasureTheory.TendstoInMeasure μ f Filter.atTop g) {n : ℕ},
  MeasureTheory.ExistsSeqTendstoAe.seqTendstoAeSeq hfg (n + 1) =
    max (MeasureTheory.ExistsSeqTendstoAe.seqTendstoAeSeqAux hfg (n + 1))
      (MeasureTheory.ExistsSeqTendstoAe.seqTendstoAeSeq hfg n + 1)
Defined in
Mathlib.MeasureTheory.Function.ConvergenceInMeasure
Cited by
1 results in Mathlib
Foundations
Depth 176 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PseudoEMetricSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.