Mathlib Map

Theorems · Theorem · group theory

Set.infinite_mul

∀ {α : Type u_2} [inst : Mul α] [IsLeftCancelMul α] [IsRightCancelMul α] {s t : Set α},
  (s * t).Infinite ↔ s.Infinite ∧ t.Nonempty ∨ t.Infinite ∧ s.Nonempty
Defined in
Mathlib.Algebra.Group.Pointwise.Set.Finite
Cited by
0 results in Mathlib
Foundations
Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MulIsLeftCancelMulIsRightCancelMul

Around this declaration

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

Cites10

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.