The identity morphism on a cohomological delta functor.
Instances For
The n-th component of the identity morphism on a cohomological delta functor is the
identity.
For any additive functor on a category with enough injectives, the right derived functors of positive degree are effaceable: each object embeds into an injective whose higher derived images vanish.
Witness data packaging the basic facts about Čech-versus-derived cohomology of line bundles
on P¹: vanishing of H¹ for nonnegative twists, the Euler characteristic formula, an
effaceability witness, and Serre duality.
- h1_vanishing (n : ℤ) : 0 ≤ n → Module.finrank k (SheafCohomology.H1 k n) = 0
- euler_char (n : ℤ) : ↑(Module.finrank k (SheafCohomology.H0 k n)) - ↑(Module.finrank k (SheafCohomology.H1 k n)) = n + 1
- effaceability (n : ℤ) : ∃ (N : ℤ), 0 ≤ N ∧ n ≤ N ∧ Module.finrank k (SheafCohomology.H1 k N) = 0
- serre_duality (n : ℤ) : Module.finrank k (SheafCohomology.H1 k n) = Module.finrank k (SheafCohomology.H0 k (-2 - n))
Instances For
Concrete construction of the CechToDerivedDataP1Witness for P¹ over k, drawing on the
SheafCohomology and SheafCohDerived lemmas.
Instances For
The effaceability witness extracted from the assembled P¹ Čech-to-derived data.
The Euler characteristic identity h⁰(O(n)) - h¹(O(n)) = n + 1 on P¹, packaged through
the witness.