Mathlib Map

Theorems · Definition · linear algebra

FunOnFinite.map

{M : Type u_5} →
  [AddCommMonoid M] → {X : Type u_6} → {Y : Type u_7} → [Finite X] → [Finite Y] → (X → Y) → (X → M) → Y → M

The map (X → M) → (Y → M) induced by a map X → Y between finite types.

Defined in
Mathlib.LinearAlgebra.Finsupp.Pi
Cited by
6 results in Mathlib
Foundations
Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidFiniteFinite

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites6

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

Cited by6

Results whose statement or proof uses this declaration.