Theorems · Theorem · logic and foundations
Directed.sequence_le
∀ {α : Type u_1} {β : Type u_2} [inst : Encodable α] [inst_1 : Inhabited α] [inst_2 : Preorder β] {f : α → β}
(hf : Directed (fun x1 x2 => x1 ≥ x2) f) (a : α), f (Directed.sequence f hf (Encodable.encode a + 1)) ≤ f a- Defined in
- Mathlib.Logic.Encodable.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses Classical.choice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Preorderstatement and proof · cited by 7,952
- Directedstatement and proof · cited by 213
- Encodablestatement and proof · cited by 140
- Encodable.encodestatement · cited by 118
- Directed.sequencestatement · cited by 10
- Directed.rel_sequenceproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_iInf_directed_of_measurableproof · cited by 1