Theorems · Theorem · group theory
MonoidHom.exists_mulEquiv_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) →
Function.Surjective (Prod.snd ∘ ⇑f) →
(∀ (g₁ g₂ : G), (f g₁).1 = (f g₂).1 ↔ (f g₁).2 = (f g₂).2) → ∃ e, MonoidHom.mrange f = e.toMonoidHom.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 22 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Monoidstatement and proof · cited by 3,887
- MonoidHomstatement and proof · cited by 3,629
- Submonoidstatement · cited by 3,086
- MulEquivstatement · cited by 1,142
- MonoidHom.compproof · cited by 469
- MulEquiv.toMonoidHomstatement and proof · cited by 126
- SetLike.ext_iffproof · cited by 64
- MonoidHom.mrangestatement and proof · cited by 63
- MonoidHom.mgraphstatement and proof · cited by 8
- MonoidHom.map_mul'proof · cited by 6
- MulEquiv.prodCommproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- Submonoid.exists_mulEquiv_eq_mgraphproof · cited by 1
- MonoidHom.exists_mulEquiv_range_eq_graphproof · cited by 1