Theorems · Theorem · general algebraic systems
Pi.apply_single
∀ {ι : Type u_1} {M : ι → Type u_6} {N : ι → Type u_7} [inst : (i : ι) → Zero (M i)] [inst_1 : (i : ι) → Zero (N i)]
[inst_2 : DecidableEq ι] (f' : (i : ι) → M i → N i),
(∀ (i : ι), f' i 0 = 0) → ∀ (i : ι) (x : M i) (j : ι), f' j (Pi.single i x j) = Pi.single i (f' i x) j- Defined in
- Mathlib.Algebra.Notation.Pi.Basic
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- ZeroZeroDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Pi.singlestatement · cited by 518
- Function.updateproof · cited by 502
- Function.apply_updateproof · cited by 9
- Function.update.congr_simpproof · cited by 7
Cited by11
Results whose statement or proof uses this declaration.
- Matrix.diagonal_mulVec_singleproof · cited by 3
- Pi.single_opproof · cited by 3
- Pi.star_singleproof · cited by 2
- Pi.nnnorm_singleproof · cited by 2
- Pi.single_mul_left_applyproof · cited by 1
- Pi.single_mul_right_applyproof · cited by 1
- LinearMap.apply_singleproof · cited by 1
- IsAdjoinRootMonic.coeff_algebraMapproof · cited by 0
- LinearIsometryEquiv.piLpCongrRight_singleproof · cited by 0
- Matrix.single_vecMul_diagonalproof · cited by 0
- DFinsupp.sumAddHom_piSingleproof · cited by 0