Theorems · Theorem · linear algebra
AlternatingMap.map_swap_add
∀ {R : Type u_1} [inst : Semiring R] {M : Type u_2} [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {N : Type u_3}
[inst_3 : AddCommMonoid N] [inst_4 : Module R N] {ι : Type u_7} (f : M [⋀^ι]→ₗ[R] N) (v : ι → M)
[inst_5 : DecidableEq ι] {i j : ι}, i ≠ j → f (v ∘ ⇑(Equiv.swap i j)) + f v = 0- Defined in
- Mathlib.LinearAlgebra.Alternating.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- Equiv.Permstatement · cited by 1,375
- Function.updateproof · cited by 502
- AlternatingMapstatement and proof · cited by 329
- Equiv.swapstatement · cited by 197
- Function.update_eq_selfproof · cited by 41
- Function.update_commproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- AlternatingMap.map_swapproof · cited by 2
- AlternatingMap.map_add_swapproof · cited by 0