Theorems · Theorem
Function.updateFinset_updateFinset
∀ {ι : Type u_1} {π : ι → Type u_2} {x : (i : ι) → π i} [inst : DecidableEq ι] {s t : Finset ι} {y : (i : ↥s) → π ↑i}
{z : (i : ↥t) → π ↑i} (hst : Disjoint s t),
Function.updateFinset (Function.updateFinset x s y) t z =
Function.updateFinset x (s ∪ t) ((Equiv.piFinsetUnion π hst) (y, z))- Defined in
- Mathlib.Data.Finset.Update
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 64 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.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- Equivstatement and proof · cited by 8,337
- Disjointstatement and proof · cited by 2,201
- Finset.disjoint_leftproof · cited by 50
- Function.updateFinsetstatement and proof · cited by 46
- Equiv.Finset.unionproof · cited by 9
- Equiv.piFinsetUnionstatement and proof · cited by 5
- Equiv.piCongrLeft_sumInlproof · cited by 1
- Equiv.piCongrLeft_sumInrproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.lmarginal_unionproof · cited by 5
- Function.update_updateFinsetproof · cited by 0