Theorems · Theorem · group theory
AddSubgroup.index_eq_two_iff
∀ {G : Type u_1} [inst : AddGroup G] {H : AddSubgroup G}, H.index = 2 ↔ ∃ a, ∀ (b : G), Xor (b + a ∈ H) (b ∈ H)An additive subgroup has index two if and only if there exists a such that
for all b, exactly one of b + a and b belong to H.
- Defined in
- Mathlib.GroupTheory.Index
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 93 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.
Cites17
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
- add_zeroproof · cited by 2,707
- HasQuotient.Quotientproof · cited by 2,301
- neg_negproof · cited by 960
- QuotientAddGroup.mkproof · cited by 348
- neg_add_cancelproof · cited by 256
- ZeroMemClass.zero_memproof · cited by 162
- AddSubgroup.indexstatement · cited by 104
- Xorstatement · cited by 56
- neg_mem_iffproof · cited by 42
- QuotientAddGroup.eqproof · cited by 24
Cited by5
Results whose statement or proof uses this declaration.
- AddSubgroup.index_dvd_two_iffproof · cited by 2
- AddSubgroup.index_eq_two_iff'proof · cited by 2
- AddSubgroup.add_mem_iff_of_index_twoproof · cited by 1
- AddSubgroup.index_eq_two_iff_exists_notMem_andproof · cited by 1
- AddSubgroup.relIndex_eq_two_iffproof · cited by 0