Theorems · Theorem · group theory
Finset.prod_of_injOn
∀ {ι : Type u_1} {κ : Type u_2} {M : Type u_4} [inst : CommMonoid M] {s : Finset ι} {t : Finset κ} {f : ι → M}
{g : κ → M} (e : ι → κ),
Set.InjOn e ↑s →
Set.MapsTo e ↑s ↑t → (∀ i ∈ t, i ∉ e '' ↑s → g i = 1) → (∀ i ∈ s, f i = g (e i)) → ∏ i ∈ s, f i = ∏ j ∈ t, g j- Cited by
- 1 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Set.imagestatement and proof · cited by 5,609
- Finset.prodstatement · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Set.MapsTostatement and proof · cited by 732
- Set.InjOnstatement and proof · cited by 543
- Finset.coe_imageproof · cited by 222
- Set.SurjOnproof · cited by 186
- Finset.mem_image_of_memproof · cited by 81
- Finset.prod_subsetproof · cited by 31
Cited by1
Results whose statement or proof uses this declaration.
- Fintype.prod_of_injectiveproof · cited by 0