Theorems · Theorem · order theory
image_monotone_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 ↔ y ≤ x)) →
f '' {x | Maximal P x} = {x | Maximal (fun x => ∃ x₀, P x₀ ∧ f x₀ = x) x}- Defined in
- Mathlib.Order.Minimal
- Cited by
- 4 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
- Maximalstatement and proof · cited by 211
- Set.mem_ofPred_eqproof · cited by 122
- Maximal.propproof · cited by 34
- maximal_mem_image_monotone_iffproof · cited by 3
Cited by4
Results whose statement or proof uses this declaration.
- image_antitone_setOfPred_maximalproof · cited by 3
- image_monotone_setOfPred_maximal_memproof · cited by 1
- OrderIso.image_setOfPred_maximalproof · cited by 1
- image_monotone_setOf_maximalproof · cited by 0