Theorems · Theorem · general topology
tsupport_binop_subset
∀ {X : Type u_1} {α : Type u_2} {β : Type u_4} {γ : Type u_5} [inst : Zero α] [inst_1 : TopologicalSpace X]
[inst_2 : Zero β] [inst_3 : Zero γ] (op : α → β → γ),
op 0 0 = 0 → ∀ (f : X → α) (g : X → β), (tsupport fun x => op (f x) (g x)) ⊆ tsupport f ∪ tsupport g- Defined in
- Mathlib.Topology.Algebra.Support
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- ZeroTopologicalSpaceZeroZero
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- LE.le.transproof · cited by 3,151
- tsupportstatement · cited by 178
- closure_monoproof · cited by 133
- Eq.subsetproof · cited by 124
- closure_unionproof · cited by 13
- Function.support_binop_subsetproof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- tsupport_addproof · cited by 0
- tsupport_add_negproof · cited by 0
- tsupport_subproof · cited by 0