Theorems · Theorem · group theory
Function.Surjective.vaddCommClass
∀ {M : Type u_1} {N : Type u_2} {α : Type u_5} {β : Type u_6} [inst : VAdd M α] [inst_1 : VAdd N α] [inst_2 : VAdd M β]
[inst_3 : VAdd N β] [VAddCommClass M N α] {f : α → β},
Function.Surjective f →
(∀ (c : M) (x : α), f (c +ᵥ x) = c +ᵥ f x) → (∀ (c : N) (x : α), f (c +ᵥ x) = c +ᵥ f x) → VAddCommClass M N β- Defined in
- Mathlib.Algebra.Group.Action.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- HVAdd.hVAddstatement and proof · cited by 1,820
- VAddstatement and proof · cited by 616
- Function.Surjective.forallproof · cited by 214
- VAddCommClassstatement and proof · cited by 41
- VAddCommClass.vadd_commproof · cited by 19
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.