lineMap_slope_slope_sub_div_sub
∀ {k : Type u_1} {E : Type u_2} {PE : Type u_3} [inst : Field k] [inst_1 : AddCommGroup E] [inst_2 : Module k E]
[inst_3 : AddTorsor E PE] (f : k → PE) (a b c : k),
a ≠ c → (AffineMap.lineMap (slope f a b) (slope f b c)) ((c - b) / (c - a)) = slope f a cslope f a c is an affine combination of slope f a b and slope f b c. This version uses
lineMap to express this property.
- Defined in
- Mathlib.LinearAlgebra.AffineSpace.Slope
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 54 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Fieldstatement and proof · cited by 7,404
- Algebra.algebraMapproof · cited by 4,706
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- AddTorsorstatement and proof · cited by 1,657
- one_ne_zeroproof · cited by 885
- AffineMapstatement · cited by 674
- div_oneproof · cited by 629
Cited by1
Results whose statement or proof uses this declaration.
- lineMap_slope_lineMap_slope_lineMapproof · cited by 1