Theorems · Definition · group theory
Function.Surjective.torsor
{G : Type u_1} →
{P : Type u_2} →
{Q : Type u_3} →
[inst : Group G] →
[inst_1 : Torsor G P] →
[inst_2 : SMul G Q] →
[inst_3 : SDiv G Q] →
(f : P → Q) →
Function.Surjective f →
(∀ (c : G) (x : P), f (c • x) = c • f x) → (∀ (x y : P), x /ₛ y = f x /ₛ f y) → Torsor G QPushforward of a torsor along a surjective map.
- Defined in
- Mathlib.Algebra.Torsor.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.