Mathlib Map

Theorems · Theorem · combinatorics

Finset.mem_sigma

∀ {ι : Type u_1} {α : ι → Type u_2} {s : Finset ι} {t : (i : ι) → Finset (α i)} {a : (i : ι) × α i},
  a ∈ s.sigma t ↔ a.fst ∈ s ∧ a.snd ∈ t a.fst
Defined in
Mathlib.Data.Finset.Sigma
Cited by
9 results in Mathlib
Foundations
Depth 63 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.

Cited by9

Results whose statement or proof uses this declaration.