Theorems · Theorem · order theory
Finset.exists_maximalFor
∀ {ι : Type u_1} {α : Type u_2} [inst : LE α] [IsTrans α LE.le] (f : ι → α) (s : Finset ι),
s.Nonempty → ∃ i, MaximalFor (fun x => x ∈ s) f i- Defined in
- Mathlib.Order.Preorder.Finite
- Cited by
- 2 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.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Finset.Nonemptystatement and proof · cited by 1,001
- IsTransstatement and proof · cited by 157
- transproof · cited by 111
- Finset.Nonempty.cons_inductionproof · cited by 35
- MaximalForstatement and proof · cited by 25
- Finset.mem_cons_selfproof · cited by 16
- Finset.mem_cons_of_memproof · cited by 16
Cited by2
Results whose statement or proof uses this declaration.
- Finset.exists_maximalproof · cited by 5
- Set.Finite.exists_maximalForproof · cited by 3