Mathlib Map

Theorems · Theorem · order theory

Set.prod_subset_prod_iff

∀ {α : Type u_1} {β : Type u_2} {s s₁ : Set α} {t t₁ : Set β}, s ×ˢ t ⊆ s₁ ×ˢ t₁ ↔ s ⊆ s₁ ∧ t ⊆ t₁ ∨ s = ∅ ∨ t = ∅

A product set is included in a product set if and only factors are included, or a factor of the first set is empty.

Defined in
Mathlib.Data.Set.Prod
Cited by
15 results in Mathlib
Foundations
Depth 58 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Filter.prod_mem_prod_iff · cited by 2Filter.prod_mem_prod_iffProbabilityTheory.setLIntegral_toKernel_univ · cited by 2ProbabilityTheory.setLInt…AddSubmonoid.closure_zero_prod · cited by 1AddSubmonoid.closure_zero…ProbabilityTheory.setLIntegral_toKernel_prod · cited by 1ProbabilityTheory.setLInt…Submonoid.closure_one_prod · cited by 1Submonoid.closure_one_prodSubmonoid.closure_prod_one · cited by 1Submonoid.closure_prod_oneAddSubmonoid.closure_prod_zero · cited by 1AddSubmonoid.closure_prod…Complex.reProdIm_subset_iff' · cited by 0Complex.reProdIm_subset_i…UpperSet.prod_le_prod_iff · cited by 0UpperSet.prod_le_prod_iffAddSubgroup.closure_prod · cited by 0AddSubgroup.closure_prodSubgroup.closure_prod · cited by 0Subgroup.closure_prodSet.prod_subset_prod_iff' · cited by 0Set.prod_subset_prod_iff'Submonoid.closure_prod · cited by 0Submonoid.closure_prodLowerSet.prod_le_prod_iff · cited by 0LowerSet.prod_le_prod_iffAddSubmonoid.closure_prod · cited by 0AddSubmonoid.closure_prodSet · cited by 53352SetSet.image · cited by 5609Set.imageSet.Nonempty · cited by 2627Set.NonemptySProd.sprod · cited by 1750SProd.sprodSet.eq_empty_or_nonempty · cited by 248Set.eq_empty_or_nonemptySet.image_mono · cited by 197Set.image_monoSet.Nonempty.mono · cited by 88Nonempty.monoSet.Nonempty.ne_empty · cited by 65Nonempty.ne_emptySet.prod_mono · cited by 52Set.prod_monoSet.prod_eq_empty_iff · cited by 8Set.prod_eq_empty_iffSet.fst_image_prod · cited by 8Set.fst_image_prodSet.snd_image_prod · cited by 7Set.snd_image_prodSet.prod_nonempty_iff · cited by 6Set.prod_nonempty_iffSet.Nonempty.fst · cited by 4Nonempty.fstSet.Nonempty.snd · cited by 4Nonempty.sndSet.prod_subset_prod_iffCITED BYCITES

Cites15

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

Cited by15

Results whose statement or proof uses this declaration.