Theorems · Theorem · group theory
MonoidHom.exists_range_eq_graph
∀ {G : Type u_1} {H : Type u_2} {I : Type u_3} [inst : Group G] [inst_1 : Group H] [inst_2 : Group I] {f : G →* H × I},
Function.Surjective (Prod.fst ∘ ⇑f) →
(∀ (g₁ g₂ : G), (f g₁).1 = (f g₂).1 → (f g₁).2 = (f g₂).2) → ∃ f', f.range = f'.graphVertical line test for group homomorphisms.
Let f : G → H × I be a homomorphism to a product of groups. Assume that f is surjective on the
first factor and that the image of f intersects every "vertical line" {(h, i) | i : I} at most
once. Then the image of f is the graph of some group homomorphism f' : H → I.
- Defined in
- Mathlib.Algebra.Group.Graph
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Groupstatement and proof · cited by 6,238
- MonoidHomstatement and proof · cited by 3,629
- Subgroupstatement · cited by 3,593
- MonoidHom.rangestatement · cited by 314
- MonoidHom.graphstatement and proof · cited by 10
- MonoidHom.exists_mrange_eq_mgraphproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.