Theorems · Theorem · group theory
AddSubgroup.index_eq_two_iff_exists_notMem_and
∀ {G : Type u_1} [inst : AddGroup G] {H : AddSubgroup G}, H.index = 2 ↔ ∃ a ∉ H, ∀ (b : G), b + a ∈ H ∨ b ∈ HAn additive subgroup H has index two if and only if there exists a ∉ H such
that for all b, one of b + a and b belongs to H.
- Defined in
- Mathlib.GroupTheory.Index
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 94 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.
Cites8
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
- AddMemClass.add_memproof · cited by 229
- AddSubgroup.indexstatement · cited by 104
- neg_add_cancel_leftproof · cited by 84
- NegMemClass.neg_memproof · cited by 63
- AddSubgroup.index_eq_two_iffproof · cited by 5
- xor_iff_or_and_not_andproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- AddSubgroup.relIndex_eq_two_iff_exists_notMem_andproof · cited by 1