Mathlib Map

Theorems · Theorem · group theory

eqOn_fun_finsetProd

∀ {ι : Type u_8} {α : Type u_9} {β : Type u_10} [inst : CommMonoid α] {s : Set β} {f f' : ι → β → α},
  (∀ (i : ι), Set.EqOn (f i) (f' i) s) →
    ∀ (v : Finset ι), Set.EqOn (fun b => ∏ i ∈ v, f i b) (fun b => ∏ i ∈ v, f' i b) s
Defined in
Mathlib.Algebra.BigOperators.Pi
Cited by
1 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Quot.sound
Assumes
CommMonoid

Around this declaration

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

Cites7

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

Cited by1

Results whose statement or proof uses this declaration.