Mathlib Map

Theorems · Theorem · order theory

Set.subset_pi_iff

∀ {ι : Type u_1} {α : ι → Type u_2} {s : Set ι} {t : (i : ι) → Set (α i)} {s' : Set ((i : ι) → α i)},
  s' ⊆ s.pi t ↔ ∀ i ∈ s, s' ⊆ (fun x => x i) ⁻¹' t i
Defined in
Mathlib.Data.Set.Prod
Cited by
4 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites3

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.preimagestatement · cited by 4,946
  • Set.pistatement · cited by 405

Cited by4

Results whose statement or proof uses this declaration.