Theorems · Definition · general algebraic systems
Finsupp.restrictSupportEquiv
{α : Type u_1} → (s : Set α) → (M : Type u_12) → [inst : AddCommMonoid M] → { f // ↑f.support ⊆ s } ≃ (↑s →₀ M)Given an AddCommMonoid M and s : Set α, restrictSupportEquiv s M is the Equiv
between the subtype of finitely supported functions with support contained in s and
the type of finitely supported functions from s.
- Defined in
- Mathlib.Data.Finsupp.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoid
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.
- Setstatement and proof · cited by 53,352
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Equivstatement · cited by 8,337
- SetLike.coestatement and proof · cited by 8,199
- Set.Elemstatement and proof · cited by 7,166
- Finsuppstatement and proof · cited by 5,255
- Finsupp.supportstatement and proof · cited by 828
- Finsupp.subtypeDomainproof · cited by 26
- Finsupp.extendDomainproof · cited by 11
Cited by5
Results whose statement or proof uses this declaration.
- Finsupp.supportedEquivFinsuppproof · cited by 8
- Finsupp.restrictSupportEquiv_symm_apply_coestatement · cited by 2
- Finsupp.supportedEquivFinsupp_symm_apply_coeproof · cited by 1
- Finsupp.restrictSupportEquiv_applystatement and proof · cited by 0
- Finsupp.restrictSupportEquiv_symm_singlestatement · cited by 0