Theorems · Theorem · order theory
MonotoneOn.mem_lowerBounds_image
∀ {α : Type u} {β : Type v} [inst : Preorder α] [inst_1 : Preorder β] {f : α → β} {s t : Set α} {a : α},
MonotoneOn f t → s ⊆ t → a ∈ lowerBounds s → a ∈ t → f a ∈ lowerBounds (f '' s)- Defined in
- Mathlib.Order.Bounds.Image
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- Preorderstatement and proof · cited by 7,952
- Set.imagestatement · cited by 5,609
- MonotoneOnstatement and proof · cited by 311
- lowerBoundsstatement and proof · cited by 212
- Set.forall_mem_imageproof · cited by 65
Cited by4
Results whose statement or proof uses this declaration.
- MonotoneOn.mem_lowerBounds_image_selfproof · cited by 2
- MonotoneOn.map_bddBelowproof · cited by 2
- MonotoneOn.image_lowerBounds_subset_lowerBounds_imageproof · cited by 1
- AntitoneOn.mem_upperBounds_imageproof · cited by 0