Exactness of a pair #
For two maps
f : M → Nandg : N → P, withZero P,Function.Exact f gsays thatSet.range f = Set.preimage g {0}For additive maps
f : M →+ Nandg : N →+ P,Exact f gsays thatrange f = ker gFor linear maps
f : M →ₗ[R] Nandg : N →ₗ[R] P,Exact f gsays thatrange f = ker g
TODO : #
generalize to
SemilinearMap, evenSemilinearMapClassadd the multiplicative case (
Function.Exactwill becomeFunction.AddExact?)
Given an exact sequence 0 → M → N → P, giving a section P → N is equivalent to giving a
splitting N ≃ M × P.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given an exact sequence M → N → P → 0, giving a retraction N → M is equivalent to giving a
splitting N ≃ M × P.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equivalent characterizations of split exact sequences. Also known as the Splitting lemma.
A necessary and sufficient condition for an exact sequence to descend to a quotient.