Theorems · Theorem · order theory
Subgroup.exists_isLeast_one_lt
∀ {G : Type u_1} [inst : CommGroup G] [inst_1 : LinearOrder G] [IsOrderedMonoid G] [MulArchimedean G] {H : Subgroup G},
H ≠ ⊥ → ∀ {a : G}, 1 < a → Disjoint (↑H) (Set.Ioo 1 a) → ∃ b, IsLeast {g | g ∈ H ∧ 1 < g} bIf a nontrivial subgroup of a linear ordered commutative group is disjoint
with the interval Set.Ioo 1 a for some 1 < a, then the set of elements greater than 1 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.
Cites41
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- 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
- Subgroupstatement and proof · cited by 3,593
- one_mulproof · cited by 2,841
- Set.Nonemptyproof · cited by 2,627
- Disjointstatement and proof · cited by 2,201
- LT.lt.leproof · cited by 2,189
- le_reflproof · cited by 2,061
- Set.Ioostatement and proof · cited by 1,214
Cited by2
Results whose statement or proof uses this declaration.
- Subgroup.cyclic_of_isolated_oneproof · cited by 1
- Subgroup.dense_of_no_minproof · cited by 0