Theorems · Definition · linear algebra
LinearMap.index
{M : Type u_1} →
{N : Type u_2} →
[inst : AddCommGroup M] →
[inst_1 : AddCommGroup N] →
{R : Type u_3} → [inst_2 : Ring R] → [inst_3 : Module R M] → [inst_4 : Module R N] → (M →ₗ[R] N) → ℤThe index of a linear map with sign convention index = dim ker - dim coker.
In the case that either the kernel or cokernel has infinite rank, the value is junk.
- Defined in
- Mathlib.Algebra.Module.LinearMap.Index
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Ringstatement and proof · cited by 7,463
- HasQuotient.Quotientproof · cited by 2,301
- Module.finrankproof · cited by 1,770
- LinearMap.rangeproof · cited by 893
- LinearMap.kerproof · cited by 848
Cited by11
Results whose statement or proof uses this declaration.
- LinearMap.index_eq_finrank_substatement and proof · cited by 8
- LinearMap.index_of_subsingletonstatement · cited by 2
- LinearMap.index_of_surjectivestatement · cited by 1
- LinearMap.index_of_injectivestatement · cited by 1
- LinearMap.index_smulstatement and proof · cited by 0
- LinearMap.index_zerostatement · cited by 0
- LinearEquiv.index_eq_zerostatement and proof · cited by 0
- LinearMap.index_compstatement · cited by 0
- LinearMap.index_eq_of_finiteDimensionalstatement · cited by 0
- LinearMap.index_idstatement · cited by 0
- LinearMap.index_negstatement and proof · cited by 0