Mathlib Map

Theorems · Theorem · linear algebra

MultilinearMap.alternatization_coe

∀ {R : Type u_1} [inst : Semiring R] {M : Type u_2} [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {N' : Type u_6}
  [inst_3 : AddCommGroup N'] [inst_4 : Module R N'] {ι : Type u_7} [inst_5 : Fintype ι] [inst_6 : DecidableEq ι]
  (m : MultilinearMap R (fun x => M) N'),
  ↑(MultilinearMap.alternatization m) = ∑ σ, Equiv.Perm.sign σ • MultilinearMap.domDomCongr σ m
Defined in
Mathlib.LinearAlgebra.Alternating.Basic
Cited by
2 results in Mathlib
Foundations
Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAddCommMonoidModuleAddCommGroupModuleFintypeDecidableEq

Around this declaration

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

Cites19

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

Cited by2

Results whose statement or proof uses this declaration.