Theorems · Theorem · group theory
AddMonoidHom.exists_mrange_eq_mgraph
∀ {G : Type u_1} {H : Type u_2} {I : Type u_3} [inst : AddMonoid G] [inst_1 : AddMonoid H] [inst_2 : AddMonoid 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', AddMonoidHom.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
- 4 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- AddMonoidHomstatement and proof · cited by 3,230
- AddMonoidstatement and proof · cited by 2,864
- map_zeroproof · cited by 1,614
- AddSubmonoidstatement · cited by 1,178
- map_addproof · cited by 964
- Set.mem_univproof · cited by 416
- Function.Surjective.forallproof · cited by 214
- Set.mem_rangeproof · cited by 102
- ZeroHom.toFunproof · cited by 101
Cited by4
Results whose statement or proof uses this declaration.
- AddMonoidHom.exists_addEquiv_mrange_eq_mgraphproof · cited by 2
- LinearMap.exists_range_eq_graphproof · cited by 2
- AddSubmonoid.exists_eq_mgraphproof · cited by 1
- AddMonoidHom.exists_range_eq_graphproof · cited by 0