Theorems · Definition
Set.Nonempty
{α : Type u} → Set α → PropThe property s.Nonempty expresses the fact that the set s is not empty. It should be used
in theorem assumptions instead of ∃ x, x ∈ s or s ≠ ∅ as it gives access to a nice API thanks
to the dot notation.
- Defined in
- Mathlib.Data.Set.Defs
- Cited by
- 2,627 results in Mathlib
- Foundations
- Depth 4 from the axioms, rests on 8 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
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
Cited by2,807
Results whose statement or proof uses this declaration.
- BddAboveproof · cited by 620
- BddBelowproof · cited by 401
- Set.eq_empty_or_nonemptystatement · cited by 248
- IsPreconnectedproof · cited by 205
- LocallyFiniteproof · cited by 141
- IsConnectedproof · cited by 116
- Set.nonempty_iff_ne_emptystatement · cited by 96
- IsPiSystemproof · cited by 88
- Set.Nonempty.monostatement and proof · cited by 88
- Set.Nonempty.imagestatement and proof · cited by 87
- Set.range_nonemptystatement · cited by 84
- Set.Nonempty.ne_emptystatement · cited by 65
Showing the 200 most cited of 2,807.