Theorems · Definition · logic and foundations
Directed.sequence
{α : Type u_1} →
{β : Type u_2} → [Encodable α] → [Inhabited α] → {r : β → β → Prop} → (f : α → β) → Directed r f → ℕ → αGiven a Directed r function f : α → β defined on an encodable inhabited type,
construct a noncomputable sequence such that r (f (x n)) (f (x (n + 1)))
and r (f a) (f (x (encode a + 1)).
- Defined in
- Mathlib.Logic.Encodable.Basic
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses Classical.choice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Cited by10
Results whose statement or proof uses this declaration.
- Directed.rel_sequencestatement and proof · cited by 2
- Directed.sequence_mono_natstatement and proof · cited by 2
- MeasureTheory.lintegral_iSup_directed_of_measurableproof · cited by 1
- Directed.le_sequencestatement · cited by 1
- Directed.sequence_antistatement · cited by 1
- Directed.sequence_lestatement · cited by 1
- Directed.sequence_monostatement · cited by 1
- MeasureTheory.lintegral_iInf_directed_of_measurableproof · cited by 1
- Directed.sequence.congr_simpstatement and proof · cited by 0
- Directed.sequence.eq_defstatement and proof · cited by 0