Theorems · Theorem
Function.HasFiniteSupport.comp
∀ {α : Type u_1} {M : Type u_2} [inst : Zero M] {N : Type u_3} [inst_1 : Zero N] {g : M → N} {f : α → M},
Function.HasFiniteSupport f → g 0 = 0 → Function.HasFiniteSupport (g ∘ f)- Defined in
- Mathlib.Algebra.FiniteSupport.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Set.Finite.subsetproof · cited by 285
- Function.HasFiniteSupportstatement and proof · cited by 113
- Function.support_comp_subsetproof · cited by 8
Cited by5
Results whose statement or proof uses this declaration.
- Function.HasFiniteSupport.zsmulproof · cited by 1
- Function.HasFiniteSupport.negproof · cited by 1
- Function.HasFiniteSupport.nsmulproof · cited by 1
- Function.HasFiniteSupport.sndproof · cited by 0
- Function.HasFiniteSupport.fstproof · cited by 0