Theorems · Theorem · order theory
image_antitone_setOfPred_maximal
∀ {α : Type u_2} {β : Type u_3} {P : α → Prop} [inst : Preorder α] [inst_1 : Preorder β] {f : α → β},
(∀ ⦃y x : α⦄, P y → P x → (f y ≤ f x ↔ x ≤ y)) →
f '' {x | Maximal P x} = {x | Minimal (fun x => ∃ x₀, P x₀ ∧ f x₀ = x) x}- Defined in
- Mathlib.Order.Minimal
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses propext, Quot.sound
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 · cited by 53,352
- Preorderstatement and proof · cited by 7,952
- Set.ofPredstatement · cited by 6,101
- Set.imagestatement · cited by 5,609
- Maximalstatement · cited by 211
- Minimalstatement · cited by 150
- image_monotone_setOfPred_maximalproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- PrimeSpectrum.vanishingIdeal_irreducibleComponentsproof · cited by 2
- image_antitone_setOfPred_maximal_memproof · cited by 1
- image_antitone_setOf_maximalproof · cited by 0