Theorems · Theorem · linear algebra
Module.Basis.ext_alternating
∀ {ι : Type u_7} {ι₁ : Type u_10} [Finite ι] {R' : Type u_11} {N₁ : Type u_12} {N₂ : Type u_13} [inst : CommSemiring R']
[inst_1 : AddCommMonoid N₁] [inst_2 : AddCommMonoid N₂] [inst_3 : Module R' N₁] [inst_4 : Module R' N₂]
{f g : N₁ [⋀^ι]→ₗ[R'] N₂} (e : Module.Basis ι₁ R' N₁),
(∀ (v : ι → ι₁), Function.Injective v → (f fun i => e (v i)) = g fun i => e (v i)) → f = gTwo alternating maps indexed by a Fintype are equal if they are equal when all arguments
are distinct basis vectors.
- Defined in
- Mathlib.LinearAlgebra.Alternating.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 83 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
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Finitestatement and proof · cited by 3,029
- Module.Basisstatement and proof · cited by 1,477
- AlternatingMapstatement and proof · cited by 329
- Function.Injective.of_compproof · cited by 82
- AlternatingMap.toMultilinearMapproof · cited by 53
- AlternatingMap.coe_multilinearMap_injectiveproof · cited by 3
- AlternatingMap.map_eq_zero_of_not_injectiveproof · cited by 3
- Module.Basis.ext_multilinearproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- AlternatingMap.eq_smul_basis_detproof · cited by 8