map_le_lineMap_iff_slope_le_slope_right
∀ {k : Type u_1} {E : Type u_2} [inst : Field k] [inst_1 : LinearOrder k] [inst_2 : AddCommGroup E]
[inst_3 : PartialOrder E] [IsOrderedAddMonoid E] [inst_5 : Module k E] [IsStrictOrderedModule k E]
[PosSMulReflectLE k E] {f : k → E} {a b r : k},
0 < (1 - r) * (b - a) →
(f ((AffineMap.lineMap a b) r) ≤ (AffineMap.lineMap (f a) (f b)) r ↔
slope f a b ≤ slope f ((AffineMap.lineMap a b) r) b)Given c = lineMap a b r, c < b, the point (c, f c) is non-strictly below the
segment [(a, f a), (b, f b)] if and only if slope f a b ≤ slope f c b.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 49 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- Fieldstatement and proof · cited by 7,404
- PartialOrderstatement and proof · cited by 6,410
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- LT.lt.ne'proof · cited by 1,417
- sub_selfproof · cited by 996
- AffineMapstatement · cited by 674
- smul_smulproof · cited by 360
- zero_subproof · cited by 335
Cited by2
Results whose statement or proof uses this declaration.
- map_lt_lineMap_iff_slope_lt_slope_rightproof · cited by 1
- lineMap_le_map_iff_slope_le_slope_rightproof · cited by 1