Theorems · Theorem · combinatorics
Fin.prod_univ_succAbove
∀ {M : Type u_2} [inst : CommMonoid M] {n : ℕ} (f : Fin (n + 1) → M) (x : Fin (n + 1)),
∏ i, f i = f x * ∏ i, f (x.succAbove i)A product of a function f : Fin (n + 1) → M over all Fin (n + 1)
is the product of f x, for some x : Fin (n + 1) times the remaining product
- Defined in
- Mathlib.Algebra.BigOperators.Fin
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 78 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.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetproof · cited by 13,712
- Finset.univstatement and proof · cited by 3,473
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Fin.succAbovestatement and proof · cited by 249
- Finset.prod_mapproof · cited by 75
- Finset.prod_consproof · cited by 60
- Fin.succAboveEmbproof · cited by 5
- Fin.coe_succAboveEmbproof · cited by 2
- Fin.univ_succAboveproof · cited by 2
Cited by9
Results whose statement or proof uses this declaration.
- Fin.prod_univ_succproof · cited by 17
- Fin.prod_univ_castSuccproof · cited by 10
- MeasureTheory.measurePreserving_piFinSuccAboveproof · cited by 3
- card_linearIndependentproof · cited by 1
- BoxIntegral.Box.volume_face_mulproof · cited by 1
- ContinuousLinearMap.norm_map_removeNth_leproof · cited by 1
- torusIntegral_succAboveproof · cited by 1
- ContinuousMultilinearMap.norm_map_insertNth_leproof · cited by 0
- Matrix.det_vandermonde_id_eq_superFactorialproof · cited by 0