Theorems · Theorem · logic and foundations
Directed.sequence_mono_nat
∀ {α : Type u_1} {β : Type u_2} [inst : Encodable α] [inst_1 : Inhabited α] {r : β → β → Prop} {f : α → β}
(hf : Directed r f) (n : ℕ), r (f (Directed.sequence f hf n)) (f (Directed.sequence f hf (n + 1)))- Defined in
- Mathlib.Logic.Encodable.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses Classical.choice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Directedstatement and proof · cited by 213
- Encodablestatement and proof · cited by 140
- Encodable.decodeproof · cited by 77
- Directed.sequencestatement and proof · cited by 10
Cited by2
Results whose statement or proof uses this declaration.
- Directed.sequence_antiproof · cited by 1
- Directed.sequence_monoproof · cited by 1