Theorems · Theorem · general topology
Bornology.isBounded_prod
∀ {α : Type u_1} {β : Type u_2} [inst : Bornology α] [inst_1 : Bornology β] {s : Set α} {t : Set β},
Bornology.IsBounded (s ×ˢ t) ↔ s = ∅ ∨ t = ∅ ∨ Bornology.IsBounded s ∧ Bornology.IsBounded t- Defined in
- Mathlib.Topology.Bornology.Constructions
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.Nonemptyproof · cited by 2,627
- SProd.sprodstatement · cited by 1,750
- Bornology.IsBoundedstatement and proof · cited by 293
- Set.eq_empty_or_nonemptyproof · cited by 248
- Bornologystatement and proof · cited by 188
- Set.Nonempty.ne_emptyproof · cited by 65
- Set.prod_emptyproof · cited by 24
- Set.empty_prodproof · cited by 14
- Set.Nonempty.prodproof · cited by 8
- Bornology.isBounded_prod_of_nonemptyproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.