Mathlib Map

Theorems · Definition

Function.updateFinset

{ι : Type u_1} →
  {π : ι → Sort u_2} → [DecidableEq ι] → ((i : ι) → π i) → (s : Finset ι) → ((i : ↥s) → π ↑i) → (i : ι) → π i

updateFinset x s y is the vector x with the coordinates in s changed to the values of y.

Defined in
Mathlib.Data.Finset.Update
Cited by
46 results in Mathlib
Foundations
Depth 55 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.

Cites1

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

  • Finsetstatement and proof · cited by 13,712

Cited by48

Results whose statement or proof uses this declaration.