Theorems · Theorem · order theory
minimal_mem_image_monotone
∀ {α : Type u_2} {β : Type u_3} {x : α} [inst : Preorder α] [inst_1 : Preorder β] {s : Set α} {f : α → β},
(∀ ⦃x y : α⦄, x ∈ s → y ∈ s → (f x ≤ f y ↔ x ≤ y)) → Minimal (fun x => x ∈ s) x → Minimal (fun x => x ∈ f '' s) (f x)- Defined in
- Mathlib.Order.Minimal
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses propext
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.
- Setstatement and proof · cited by 53,352
- Preorderstatement and proof · cited by 7,952
- Set.imagestatement and proof · cited by 5,609
- Set.mem_image_of_memproof · cited by 371
- Minimalstatement and proof · cited by 150
- Minimal.propproof · cited by 23
- Minimal.le_of_leproof · cited by 8
Cited by3
Results whose statement or proof uses this declaration.
- minimal_mem_image_monotone_iffproof · cited by 3
- OrderEmbedding.minimal_mem_imageproof · cited by 1
- minimal_mem_image_antitoneproof · cited by 0