Theorems · Theorem · order theory
AddSubgroup.exists_isLeast_pos
∀ {G : Type u_1} [inst : AddCommGroup G] [inst_1 : LinearOrder G] [IsOrderedAddMonoid G] [Archimedean G]
{H : AddSubgroup G}, H ≠ ⊥ → ∀ {a : G}, 0 < a → Disjoint (↑H) (Set.Ioo 0 a) → ∃ b, IsLeast {g | g ∈ H ∧ 0 < g} bIf a nontrivial additive subgroup of a linear ordered additive commutative group
is disjoint with the interval Set.Ioo 0 a for some positive a, then the set of positive
elements of this group admits the least element.
- Defined in
- Mathlib.GroupTheory.Archimedean
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites46
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coestatement and proof · cited by 8,199
- Set.ofPredstatement and proof · cited by 6,101
- Bot.botstatement and proof · cited by 4,720
- AddSubgroupstatement and proof · cited by 3,232
- Set.Nonemptyproof · cited by 2,627
- zero_addproof · cited by 2,366
- Disjointstatement and proof · cited by 2,201
- LT.lt.leproof · cited by 2,189
- le_reflproof · cited by 2,061
Cited by2
Results whose statement or proof uses this declaration.
- AddSubgroup.cyclic_of_isolated_zeroproof · cited by 2
- AddSubgroup.dense_of_no_minproof · cited by 0