Mathlib Map

Theorems · Theorem · convex and discrete geometry

List.wbtw_four

∀ {R : Type u_1} {V : Type u_2} {P : Type u_4} [inst : Ring R] [inst_1 : PartialOrder R] [inst_2 : AddCommGroup V]
  [inst_3 : Module R V] [inst_4 : AddTorsor V P] {p₁ p₂ p₃ p₄ : P},
  List.Wbtw R [p₁, p₂, p₃, p₄] ↔ Wbtw R p₁ p₂ p₃ ∧ Wbtw R p₁ p₂ p₄ ∧ Wbtw R p₁ p₃ p₄ ∧ Wbtw R p₂ p₃ p₄
Defined in
Mathlib.Analysis.Convex.BetweenList
Cited by
0 results in Mathlib
Foundations
Depth 48 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingPartialOrderAddCommGroupModuleAddTorsor

Around this declaration

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

Cites7

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

  • Modulestatement and proof · cited by 20,661
  • AddCommGroupstatement and proof · cited by 12,871
  • Ringstatement and proof · cited by 7,463
  • PartialOrderstatement and proof · cited by 6,410
  • AddTorsorstatement and proof · cited by 1,657
  • Wbtwstatement and proof · cited by 165
  • List.Wbtwstatement · cited by 15

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.