Mathlib Map

Theorems · Theorem · order theory

Set.prod_inter_prod

∀ {α : Type u_1} {β : Type u_2} {s₁ s₂ : Set α} {t₁ t₂ : Set β}, s₁ ×ˢ t₁ ∩ s₂ ×ˢ t₂ = (s₁ ∩ s₂) ×ˢ (t₁ ∩ t₂)
Defined in
Mathlib.Data.Set.Prod
Cited by
14 results in Mathlib
Foundations
Depth 8 from the axioms · uses propext, Quot.sound

Around this declaration

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

Cites3

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

  • Setstatement and proof · cited by 53,352
  • Set.extproof · cited by 2,266
  • SProd.sprodstatement and proof · cited by 1,750

Cited by14

Results whose statement or proof uses this declaration.