Mathlib Map

Theorems · Theorem · group theory

MonoidHom.card_fiber_eq_of_mem_range

∀ {G : Type u_1} {M : Type u_2} {F : Type u_3} [inst : Group G] [inst_1 : Fintype G] [inst_2 : Monoid M]
  [inst_3 : DecidableEq M] [inst_4 : FunLike F G M] [MonoidHomClass F G M] (f : F) {x y : M},
  x ∈ Set.range ⇑f → y ∈ Set.range ⇑f → {g | f g = x}.card = {g | f g = y}.card
Defined in
Mathlib.GroupTheory.Index
Cited by
1 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
GroupFintypeMonoidDecidableEqFunLikeMonoidHomClass

Around this declaration

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

Cites27

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
  • Setstatement · cited by 53,352
  • Finsetproof · cited by 13,712
  • Fintypestatement and proof · cited by 7,736
  • Groupstatement and proof · cited by 6,238
  • Set.rangestatement and proof · cited by 4,705
  • Monoidstatement and proof · cited by 3,887
  • MonoidHomproof · cited by 3,629
  • Finset.univstatement and proof · cited by 3,473
  • Unitsproof · cited by 2,804
  • FunLikestatement and proof · cited by 2,560
  • Finset.cardstatement and proof · cited by 2,327

Cited by1

Results whose statement or proof uses this declaration.