Theorems · Inductive type · general algebraic systems
IsVAddApply
(M : Type u_1) →
(F : Type u_2) →
(α : outParam (Type u_3)) → (β : outParam (Type u_4)) → [FunLike F α β] → [VAdd M β] → [VAdd M F] → PropIsVAddApply M F α β states for all f : F, n : M and x : α, (n +ᵥ f) x = n +ᵥ f x.
- Defined in
- Mathlib.Data.FunLike.IsApply
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Cited by6
Results whose statement or proof uses this declaration.
- IsVAddApply.vadd_applystatement and proof · cited by 1
- vadd_applystatement · cited by 1
- FunLike.addActionstatement and proof · cited by 0
- FunLike.coe_vaddstatement and proof · cited by 0
- IsVAddApply.casesOnstatement and proof · cited by 0
- IsVAddApply.recOnstatement and proof · cited by 0