Theorems · Definition · geometry
slope
{k : Type u_1} →
{E : Type u_2} →
{PE : Type u_3} →
[inst : Field k] → [inst_1 : AddCommGroup E] → [Module k E] → [AddTorsor E PE] → (k → PE) → k → k → Eslope f a b = (b - a)⁻¹ • (f b -ᵥ f a) is the slope of a function f on the interval
[a, b]. Note that slope f a a = 0, not the derivative of f at a.
- Defined in
- Mathlib.LinearAlgebra.AffineSpace.Slope
- Cited by
- 147 results in Mathlib
- Foundations
- Depth 45 from the axioms, rests on 540 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Fieldstatement and proof · cited by 7,404
- AddTorsorstatement and proof · cited by 1,657
- VSub.vsubproof · cited by 817
Cited by148
Results whose statement or proof uses this declaration.
- dslopeproof · cited by 40
- slope_negstatement · cited by 10
- hasDerivAt_iff_tendsto_slopestatement · cited by 9
- slope_commstatement and proof · cited by 9
- ConvexOn.slope_monostatement · cited by 8
- dslope_of_nestatement and proof · cited by 7
- slope_def_fieldstatement · cited by 7
- dslope_sameproof · cited by 6
- hasDerivWithinAt_iff_tendsto_slopestatement and proof · cited by 6
- ConvexOn.le_slope_of_hasDerivWithinAt_Ioistatement · cited by 5
- ConvexOn.slope_le_of_hasDerivWithinAt_Iiostatement and proof · cited by 5
- slope_fun_def_fieldstatement · cited by 5