map_le_lineMap_iff_slope_le_slope_left
∀ {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 < r * (b - a) →
(f ((AffineMap.lineMap a b) r) ≤ (AffineMap.lineMap (f a) (f b)) r ↔
slope f a ((AffineMap.lineMap a b) r) ≤ slope f a b)Given c = lineMap a b r, a < c, the point (c, f c) is non-strictly below the
segment [(a, f a), (b, f b)] if and only if slope f a c ≤ slope f a b.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 47 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- HVAdd.hVAddproof · cited by 1,820
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- LT.lt.ne'proof · cited by 1,417
- VSub.vsubproof · cited by 817
- AffineMapstatement · cited by 674
- smul_smulproof · cited by 360
Cited by3
Results whose statement or proof uses this declaration.
- map_le_lineMap_iff_slope_le_slopeproof · cited by 2
- lineMap_le_map_iff_slope_le_slope_leftproof · cited by 1
- map_lt_lineMap_iff_slope_lt_slope_leftproof · cited by 1