Theorems · Theorem · order theory
Set.maximal_iff_forall_insert
∀ {α : Type u_2} {P : Set α → Prop} {s : Set α},
(∀ ⦃s t : Set α⦄, P t → s ⊆ t → P s) → (Maximal P s ↔ P s ∧ ∀ x ∉ s, ¬P (insert x s))- Defined in
- Mathlib.Order.Minimal
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- Maximalstatement and proof · cited by 211
- Set.insert_subsetproof · cited by 35
- Maximal.mem_of_prop_insertproof · cited by 5
Cited by3
Results whose statement or proof uses this declaration.
- Matroid.Indep.isBasis_iff_forall_insert_depproof · cited by 3
- AlgebraicIndependent.matroid_isBasis_iffproof · cited by 1
- Set.exists_insert_of_not_maximalproof · cited by 0