Theorems · Theorem · combinatorics
Finset.property_of_mem_map_subtype
∀ {α : Type u_1} {p : α → Prop} (s : Finset { x // p x }) {a : α},
a ∈ Finset.map (Function.Embedding.subtype fun x => p x) s → p aIf a Finset of a subtype is converted to the main type with
Embedding.subtype, all elements of the result have the property of
the subtype.
- Defined in
- Mathlib.Data.Finset.Image
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 55 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- Finset.mapstatement and proof · cited by 747
- Function.Embedding.subtypestatement and proof · cited by 128
- Finset.mem_mapproof · cited by 32
Cited by2
Results whose statement or proof uses this declaration.
- Finset.map_subtype_subsetproof · cited by 5
- Finset.notMem_map_subtype_of_not_propertyproof · cited by 1