Theorems · Theorem · category theory
Module.sum_neg_one_pow_finrank_eq_zero_of_exact
∀ {k : Type u_1} [inst : DivisionRing k] {n : ℕ} (V : Fin (n + 2) → Type u_2)
[inst_1 : (i : Fin (n + 2)) → AddCommGroup (V i)] [inst_2 : (i : Fin (n + 2)) → Module k (V i)]
[∀ (i : Fin (n + 2)), FiniteDimensional k (V i)] (f : (i : Fin (n + 1)) → V i.castSucc →ₗ[k] V i.succ),
Function.Injective ⇑(f 0) →
(∀ (i : Fin n), Function.Exact ⇑(f i.castSucc) ⇑(f i.succ)) →
Function.Surjective ⇑(f (Fin.last n)) → ∑ i, (-1) ^ ↑i * ↑(Module.finrank k (V i)) = 0The Euler characteristic of a finite exact sequence is zero.
- Defined in
- Mathlib.Algebra.Exact.Sequence
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- RingHom.idstatement and proof · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Top.topproof · cited by 9,680
- Submoduleproof · cited by 7,192
- Finset.sumstatement · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- Finset.sum_congrproof · cited by 2,323
- FiniteDimensionalstatement and proof · cited by 1,854
- Module.finrankstatement and proof · cited by 1,770
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.