Mathlib Map

Theorems · Theorem · group theory

Group.isCyclic_prod_iff

∀ {M : Type u_4} {N : Type u_5} [inst : Group M] [inst_1 : Group N],
  IsCyclic (M × N) ↔ IsCyclic M ∧ IsCyclic N ∧ (Nat.card M).Coprime (Nat.card N)

The product of two finite groups is cyclic iff both of them are cyclic and their orders are coprime.

Defined in
Mathlib.GroupTheory.SpecificGroups.Cyclic
Cited by
2 results in Mathlib
Foundations
Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
GroupGroup

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites34

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.