Theorems · Theorem · order theory
maximal_iff
∀ {α : Type u_2} {P : α → Prop} {x : α} [inst : PartialOrder α], Maximal P x ↔ P x ∧ ∀ ⦃y : α⦄, P y → x ≤ y → x = y- Defined in
- Mathlib.Order.Minimal
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
- Assumes
- PartialOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PartialOrderstatement and proof · cited by 6,410
- Eq.geproof · cited by 375
- Maximalstatement and proof · cited by 211
- Maximal.eq_of_leproof · cited by 9
Cited by3
Results whose statement or proof uses this declaration.
- maximal_subset_iffproof · cited by 5
- isTranscendenceBasis_iff_maximalproof · cited by 0
- maximal_mem_iffproof · cited by 0