Theorems · Theorem · group theory
AddMonoidHom.exists_range_eq_graph
∀ {G : Type u_1} {H : Type u_2} {I : Type u_3} [inst : AddGroup G] [inst_1 : AddGroup H] [inst_2 : AddGroup 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 24 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- AddGroupstatement and proof · cited by 4,410
- AddSubgroupstatement · cited by 3,232
- AddMonoidHomstatement and proof · cited by 3,230
- AddMonoidHom.rangestatement · cited by 142
- SetLike.ext_iffproof · cited by 64
- AddMonoidHom.mem_rangeproof · cited by 16
- AddMonoidHom.graphstatement and proof · cited by 11
- AddMonoidHom.mem_mrangeproof · cited by 10
- AddMonoidHom.mem_mgraphproof · cited by 7
- AddMonoidHom.exists_mrange_eq_mgraphproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.