map_lt_lineMap_iff_slope_lt_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 strictly below the
segment [(a, f a), (b, f b)] if and only if slope f a c < slope f a b.
- Cited by
- 1 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.
Cites15
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
- 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
- AffineMapstatement · cited by 674
- AffineMap.lineMapstatement · cited by 254
- slopestatement · cited by 147
- IsStrictOrderedModulestatement and proof · cited by 111
- PosSMulReflectLEstatement and proof · cited by 51
Cited by1
Results whose statement or proof uses this declaration.
- lineMap_lt_map_iff_slope_lt_slope_leftproof · cited by 0