Theorems · Theorem · logic and foundations
Set.exists_subsuperset_card_eq
∀ {α : Type u_1} {s t : Set α} {n : ℕ}, s ⊆ t → s.ncard ≤ n → n ≤ t.ncard → ∃ u, s ⊆ u ∧ u ⊆ t ∧ u.ncard = nGiven a subset s of a set t, of sizes at most and at least n respectively, there exists a
set u of size n which is both a superset of s and a subset of t.
- Defined in
- Mathlib.Data.Set.Card
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Finsetproof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Finset.cardproof · cited by 2,327
- Set.Finiteproof · cited by 1,814
- Set.ncardstatement and proof · cited by 344
- Set.Finite.subsetproof · cited by 285
- Set.Infiniteproof · cited by 263
- Set.Subset.rflproof · cited by 255
- Set.ncard_coe_finsetproof · cited by 15
- Set.Infinite.ncardproof · cited by 12
- Finset.exists_subsuperset_card_eqproof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- Set.exists_subset_card_eqproof · cited by 2