Theorems · Theorem · order theory
minimal_mem_image_monotone_iff
∀ {α : Type u_2} {β : Type u_3} {a : α} [inst : Preorder α] [inst_1 : Preorder β] {s : Set α} {f : α → β},
a ∈ s →
(∀ ⦃x y : α⦄, x ∈ s → y ∈ s → (f x ≤ f y ↔ x ≤ y)) →
(Minimal (fun x => x ∈ f '' s) (f a) ↔ Minimal (fun x => x ∈ s) a)- Defined in
- Mathlib.Order.Minimal
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 7 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.le_of_leproof · cited by 8
- minimal_mem_image_monotoneproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- image_monotone_setOfPred_minimalproof · cited by 5
- OrderEmbedding.minimal_mem_image_iffproof · cited by 0
- maximal_mem_image_antitone_iffproof · cited by 0