Theorems · Theorem · order theory
image_monotone_setOfPred_minimal
∀ {α : Type u_2} {β : Type u_3} {P : α → Prop} [inst : Preorder α] [inst_1 : Preorder β] {f : α → β},
(∀ ⦃x y : α⦄, P x → P y → (f x ≤ f y ↔ x ≤ y)) →
f '' {x | Minimal P x} = {x | Minimal (fun x => ∃ x₀, P x₀ ∧ f x₀ = x) x}- Defined in
- Mathlib.Order.Minimal
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Preorderstatement and proof · cited by 7,952
- Set.ofPredstatement and proof · cited by 6,101
- Set.imagestatement and proof · cited by 5,609
- Set.extproof · cited by 2,266
- Set.mem_image_of_memproof · cited by 371
- Minimalstatement and proof · cited by 150
- Set.mem_ofPred_eqproof · cited by 122
- Minimal.propproof · cited by 23
- minimal_mem_image_monotone_iffproof · cited by 3
Cited by5
Results whose statement or proof uses this declaration.
- image_antitone_setOfPred_minimalproof · cited by 2
- OrderEmbedding.image_setOfPred_minimalproof · cited by 1
- OrderIso.image_setOfPred_minimalproof · cited by 1
- image_monotone_setOfPred_minimal_memproof · cited by 1
- image_monotone_setOf_minimalproof · cited by 0