Mathlib Map

Theorems · Theorem · geometry

Affine.Triangle.prod_eq_prod_one_sub_of_mem_line_point_lineMap

∀ {k : Type u_1} {V : Type u_2} {P : Type u_3} [inst : CommRing k] [NoZeroDivisors k] [inst_2 : AddCommGroup V]
  [inst_3 : Module k V] [inst_4 : AddTorsor V P] {t : Affine.Triangle k P} {r : Fin 3 → k} {p' : P},
  (∀ (i : Fin 3), p' ∈ line[k, t.points i, (AffineMap.lineMap (t.points (i + 1)) (t.points (i + 2))) (r i)]) →
    ∏ i, r i = ∏ i, (1 - r i)

Ceva's theorem for a triangle, expressed in terms of multiplying weights.

Defined in
Mathlib.LinearAlgebra.AffineSpace.Ceva
Cited by
2 results in Mathlib
Foundations
Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingNoZeroDivisorsAddCommGroupModuleAddTorsor

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites53

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.