Mathlib Map

Theorems · Theorem · order theory

Set.pi_univ_Icc

∀ {ι : Type u_1} {α : ι → Type u_2} [inst : (i : ι) → Preorder (α i)] (x y : (i : ι) → α i),
  (Set.univ.pi fun i => Set.Icc (x i) (y i)) = Set.Icc x y
Defined in
Mathlib.Order.Interval.Set.Pi
Cited by
11 results in Mathlib
Foundations
Depth 11 from the axioms · uses propext, Quot.sound
Assumes
Preorder

Around this declaration

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

Cites6

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

  • Setstatement · cited by 53,352
  • Preorderstatement and proof · cited by 7,952
  • Set.univstatement · cited by 3,945
  • Set.extproof · cited by 2,266
  • Set.Iccstatement · cited by 1,702
  • Set.pistatement · cited by 405

Cited by11

Results whose statement or proof uses this declaration.