Theorems · Theorem · group theory
AddSubgroup.index_dvd_two_iff
∀ {G : Type u_1} [inst : AddGroup G] {H : AddSubgroup G}, H.index ∣ 2 ↔ ∃ a, ∀ (b : G), b + a ∈ H ∨ b ∈ HAn additive subgroup has index dividing 2 if and only if there exists a such
that for all b, at least one of b + a and b belongs to H.
- Defined in
- Mathlib.GroupTheory.Index
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddGroupstatement and proof · cited by 4,410
- AddSubgroupstatement and proof · cited by 3,232
- two_ne_zeroproof · cited by 251
- AddMemClass.add_memproof · cited by 229
- AddSubgroup.indexstatement and proof · cited by 104
- neg_add_cancel_leftproof · cited by 84
- two_posproof · cited by 68
- add_neg_cancel_rightproof · cited by 65
- NegMemClass.neg_memproof · cited by 63
- Xorproof · cited by 56
- AddSubgroup.mem_topproof · cited by 29
- IsUnit.dvdproof · cited by 13
Cited by2
Results whose statement or proof uses this declaration.
- AddSubgroup.index_dvd_two_iff'proof · cited by 1
- AddSubgroup.relIndex_dvd_two_iffproof · cited by 0