Theorems · Theorem · order theory
Finset.set_biInter_insert_update
∀ {α : Type u_2} {β : Type u_3} [inst : DecidableEq α] {x : α} {t : Finset α} (f : α → Set β) {s : Set β},
x ∉ t → ⋂ i ∈ insert x t, Function.update f x s i = s ∩ ⋂ i ∈ t, f i- Defined in
- Mathlib.Order.CompleteLattice.Finset
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 60 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.
Cites5
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
- Finsetstatement and proof · cited by 13,712
- Set.iInterstatement · cited by 1,084
- Function.updatestatement · cited by 502
- Finset.iInf_insert_updateproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.