Theorems · Theorem · group theory
AddCommGroup.fg_of_descent
∀ {G : Type u_1} [inst : AddCommGroup G] {n : ℕ} {h : G → ℝ} {a b c₀ : ℝ} {c : G → ℝ},
0 ≤ a →
a < b →
(nsmulAddMonoidHom n).range.FiniteIndex →
(∀ (g x : G), h x ≤ a * h (g + x) + c g) →
(∀ (x : G), b * h x - c₀ ≤ h (n • x)) → ∀ [Northcott h], AddGroup.FG GIf G is a commutative additive group and n : ℕ, h : G → ℝ satisfy
* G / n • G is finite,
* for all g x : G, h x ≤ a * h (g + x) + c g,
* for all x : G, h (n • x) ≥ b * h x - c₀,
* for all B : ℝ, there are only finitely many x : G such that h x ≤ B,
where 0 ≤ a < b and c₀ are real numbers, c : G → ℝ, then G is finitely generated.
- Defined in
- Mathlib.GroupTheory.Descent
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 108 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommGroupNorthcott
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- AddCommGroupstatement and proof · cited by 12,871
- SetLike.coeproof · cited by 8,199
- Set.rangeproof · cited by 4,705
- Set.univproof · cited by 3,945
- AddSubgroupproof · cited by 3,232
- AddMonoidHomproof · cited by 3,230
- HasQuotient.Quotientproof · cited by 2,301
- QuotientAddGroup.mkproof · cited by 348
- SetLike.mem_coeproof · cited by 302
Cited by1
Results whose statement or proof uses this declaration.
- AddCommGroup.fg_of_descent'proof · cited by 0