Theorems · Definition · logic and foundations
Set.pi
{ι : Type u_1} → {α : ι → Type u_2} → Set ι → ((i : ι) → Set (α i)) → Set ((i : ι) → α i)Given an index set ι and a family of sets t : Π i, Set (α i), pi s t
is the set of dependent functions f : Πa, π a such that f i belongs to t i
whenever i ∈ s.
- Defined in
- Mathlib.Data.Set.Operations
- Cited by
- 405 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.
Cites2
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
- Set.ofPredproof · cited by 6,101
Cited by421
Results whose statement or proof uses this declaration.
- Submodule.piproof · cited by 34
- MeasureTheory.Measure.pi_pistatement and proof · cited by 31
- AddSubmonoid.piproof · cited by 20
- MeasureTheory.Measure.pi_eqstatement and proof · cited by 19
- MeasurableSet.univ_pistatement · cited by 19
- NumberField.mixedEmbedding.fundamentalCone.paramSetproof · cited by 18
- Set.mem_univ_pistatement · cited by 17
- Submonoid.piproof · cited by 17
- Set.pi_univstatement · cited by 14
- MeasurableSet.pistatement · cited by 14
- Set.pi_defstatement · cited by 14
- set_pi_mem_nhdsstatement · cited by 11
Showing the 200 most cited of 421.