Theorems · Theorem · group theory
AddMonoidHom.exists_addEquiv_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) →
Function.Surjective (Prod.snd ∘ ⇑f) →
(∀ (g₁ g₂ : G), (f g₁).1 = (f g₂).1 ↔ (f g₁).2 = (f g₂).2) → ∃ e, AddMonoidHom.mrange f = e.toAddMonoidHom.mgraphLine test for monoid isomorphisms.
Let f : G → H × I be a homomorphism to a product of monoids. Assume that f is surjective on both
factors and that the image of f intersects every "vertical line" {(h, i) | i : I} and every
"horizontal line" {(h, i) | h : H} at most once. Then the image of f is the graph of some
monoid isomorphism f' : H ≃ I.
- Defined in
- Mathlib.Algebra.Group.Graph
- Cited by
- 2 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.
Cites16
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
- AddMonoidHomstatement and proof · cited by 3,230
- AddMonoidstatement and proof · cited by 2,864
- AddSubmonoidstatement · cited by 1,178
- AddEquivstatement · cited by 1,087
- AddMonoidHom.compproof · cited by 339
- AddEquiv.toAddMonoidHomstatement and proof · cited by 101
- SetLike.ext_iffproof · cited by 64
- AddMonoidHom.mrangestatement and proof · cited by 61
- AddMonoidHom.mem_mrangeproof · cited by 10
- AddMonoidHom.mgraphstatement and proof · cited by 9
- AddMonoidHom.mem_mgraphproof · cited by 7
Cited by2
Results whose statement or proof uses this declaration.
- AddSubmonoid.exists_addEquiv_eq_mgraphproof · cited by 1
- AddMonoidHom.exists_addEquiv_range_eq_graphproof · cited by 1