Theorems · Definition · category theory
Profinite.NobelingProof.GoodProducts.SumEval
{I : Type u} →
(C : Set (I → Bool)) →
[inst : LinearOrder I] →
[inst_1 : WellFoundedLT I] →
{o : Ordinal.{u}} →
(ho : o < Ordinal.type fun x1 x2 => x1 < x2) →
↑(Profinite.NobelingProof.GoodProducts
(Profinite.NobelingProof.π C fun x => Profinite.NobelingProof.ord I x < o)) ⊕
↑(Profinite.NobelingProof.GoodProducts.MaxProducts C ho) →
LocallyConstant ↑C ℤLet
N := LocallyConstant (π C (ord I · < o)) ℤ
M := LocallyConstant C ℤ
P := LocallyConstant (C' C ho) ℤ
ι := GoodProducts (π C (ord I · < o))
ι' := GoodProducts (C' C ho')
v : ι → N := GoodProducts.eval (π C (ord I · < o))
Then SumEval C ho is the map u in the diagram below. It is linearly independent if and only if
GoodProducts.eval C is, see linearIndependent_iff_sum. The top row is the exact sequence given
by succ_exact and succ_mono. The left square commutes by GoodProducts.square_commutes.
``
0 --→ N --→ M --→ P
↑ ↑ ↑
v| u| |
ι → ι ⊕ ι' ← ι'
``
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderWellFoundedLT
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.
- Setstatement and proof · cited by 53,352
- LinearOrderstatement and proof · cited by 8,572
- Set.Elemstatement and proof · cited by 7,166
- Ordinalstatement and proof · cited by 1,688
- WellFoundedLTstatement and proof · cited by 491
- LocallyConstantstatement · cited by 227
- Ordinal.typestatement and proof · cited by 207
- Profinite.NobelingProof.πstatement and proof · cited by 70
- Profinite.NobelingProof.Productsstatement · cited by 54
- Profinite.NobelingProof.ordstatement and proof · cited by 51
- Profinite.NobelingProof.Products.evalproof · cited by 29
- Profinite.NobelingProof.GoodProducts.MaxProductsstatement and proof · cited by 17
Cited by3
Results whose statement or proof uses this declaration.
- Profinite.NobelingProof.GoodProducts.square_commutesstatement · cited by 1
- Profinite.NobelingProof.GoodProducts.linearIndependent_comp_of_evalstatement · cited by 1
- Profinite.NobelingProof.GoodProducts.linearIndependent_iff_sumstatement and proof · cited by 1