Theorems · Theorem · order theory
Set.update_mem_pi_iff_of_mem
∀ {ι : Type u_1} {α : ι → Type u_2} {s : Set ι} {t : (i : ι) → Set (α i)} [inst : DecidableEq ι] {a : (i : ι) → α i}
{i : ι} {b : α i}, a ∈ s.pi t → (Function.update a i b ∈ s.pi t ↔ i ∈ s → b ∈ t i)- Defined in
- Mathlib.Data.Set.Prod
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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
- Function.updatestatement · cited by 502
- Set.pistatement and proof · cited by 405
- Set.update_mem_pi_iffproof · cited by 1
Cited by5
Results whose statement or proof uses this declaration.
- Set.univ_pi_eq_singleton_iffproof · cited by 4
- AddSubmonoid.single_mem_piproof · cited by 2
- Subgroup.mulSingle_mem_piproof · cited by 0
- Submonoid.mulSingle_mem_piproof · cited by 0
- AddSubgroup.single_mem_piproof · cited by 0