Mathlib Map

Theorems · Theorem · group theory

AddSubgroup.vadd_apply_eq_vadd_apply_neg_vadd

∀ {G : Type u_1} [inst : AddGroup G] {H : AddSubgroup G} {F : Type u_2} [inst_1 : AddGroup F] [inst_2 : AddAction F G]
  [inst_3 : AddAction.QuotientAction F H] (f : F) (S : H.LeftTransversal) (q : G ⧸ H),
  ↑(⋯.leftQuotientEquiv q) = f +ᵥ ↑(⋯.leftQuotientEquiv (-f +ᵥ q))
Defined in
Mathlib.GroupTheory.Complement
Cited by
1 results in Mathlib
Foundations
Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddGroupAddGroupAddActionAddAction.QuotientAction

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites16

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.