Theorems · Theorem · linear algebra
AlternatingMap.map_insertNth
∀ {R : Type u_1} {M : Type u_2} {N : Type u_4} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : AddCommGroup N]
[inst_3 : Module R M] [inst_4 : Module R N] {n : ℕ} (f : M [⋀^Fin (n + 1)]→ₗ[R] N) (p : Fin (n + 1)) (x : M)
(v : Fin n → M), f (p.insertNth x v) = (-1) ^ ↑p • f (Matrix.vecCons x v)If f is a (n + 1)-multilinear alternating map, x is an element of the domain,
and v is an n-vector, then the value of f at v with x inserted at the pth place
equals (-1) ^ p times the value of f at v with x prepended.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Matrix.vecConsstatement and proof · cited by 852
- AlternatingMapstatement and proof · cited by 329
- Fin.consproof · cited by 190
- Equiv.Perm.signproof · cited by 138
- Fin.insertNthstatement · cited by 95
- Fin.cycleRangeproof · cited by 35
- AlternatingMap.map_permproof · cited by 6
- Fin.sign_cycleRangeproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- AlternatingMap.neg_one_pow_smul_map_insertNthproof · cited by 2
- ContinuousAlternatingMap.map_insertNthproof · cited by 1
- AlternatingMap.neg_one_pow_smul_map_removeNth_add_eq_zero_of_eqproof · cited by 1