Theorems · Theorem
DependsOn.updateFinset
∀ {ι : Type u_2} {π : ι → Type u_3} [inst : DecidableEq ι] {α : Type u_1} {f : ((i : ι) → π i) → α} {s : Set ι},
DependsOn f s → ∀ {t : Finset ι} (y : (i : ↥t) → π ↑i), DependsOn (fun x => f (Function.updateFinset x t y)) (s \ ↑t)If one replaces the variables indexed by a finite set t, then f no longer depends on
those variables.
- Defined in
- Mathlib.Data.Finset.Update
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 56 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
- SetLike.coestatement and proof · cited by 8,199
- Function.updateFinsetstatement and proof · cited by 46
- DependsOnstatement and proof · cited by 23
Cited by2
Results whose statement or proof uses this declaration.
- DependsOn.dependsOn_lmarginalPartialTrajproof · cited by 2
- DependsOn.updateproof · cited by 0