Theorems · Theorem · group theory
MonoidHom.exists_mrange_eq_mgraph
∀ {G : Type u_1} {H : Type u_2} {I : Type u_3} [inst : Monoid G] [inst_1 : Monoid H] [inst_2 : Monoid 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', MonoidHom.mrange f = f'.mgraphVertical line test for monoid homomorphisms.
Let f : G → H × I be a homomorphism to a product of monoids. 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 monoid homomorphism f' : H → I.
- Defined in
- Mathlib.Algebra.Group.Graph
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Set.rangeproof · cited by 4,705
- Set.univproof · cited by 3,945
- Monoidstatement and proof · cited by 3,887
- MonoidHomstatement and proof · cited by 3,629
- Submonoidstatement · cited by 3,086
- map_mulproof · cited by 1,137
- map_oneproof · cited by 861
- Function.Surjective.forallproof · cited by 214
- MonoidHom.toOneHomproof · cited by 132
- MonoidHom.mrangestatement · cited by 63
- Set.graphOnproof · cited by 32
Cited by3
Results whose statement or proof uses this declaration.
- MonoidHom.exists_mulEquiv_mrange_eq_mgraphproof · cited by 2
- Submonoid.exists_eq_mgraphproof · cited by 1
- MonoidHom.exists_range_eq_graphproof · cited by 0