Mathlib Map

Theorems · Theorem · group theory

AddSubgroup.closure_add_image_eq

∀ {G : Type u_1} [inst : AddGroup G] {H : AddSubgroup G} {R S : Set G} (hR : AddSubgroup.IsComplement (↑H) R),
  0 ∈ R → AddSubgroup.closure S = ⊤ → AddSubgroup.closure ((fun g => g + -↑(hR.toRightFun g)) '' (R + S)) = H

Schreier's Lemma: If R : Set G and H : AddSubgroup G are complements with 0 ∈ R, and if G is generated by S : Set G, then H is generated by the Set (R + S).image (fun g ↦ g - (hR.toRightFun g)).

Defined in
Mathlib.GroupTheory.Schreier
Cited by
1 results in Mathlib
Foundations
Depth 76 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.

Cites24

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.