Theorems · Theorem · Lie groups
AddMonoidHom.isStrictMap_prodMap_iff
∀ {G : Type u_1} {H : Type u_2} {G' : Type u_3} {H' : Type u_4} [inst : AddGroup G'] [inst_1 : AddGroup H']
[inst_2 : AddGroup G] [inst_3 : AddGroup H] {f : G →+ H} {g : G' →+ H'} [inst_4 : TopologicalSpace G]
[inst_5 : TopologicalSpace H] [IsTopologicalAddGroup G] [inst_7 : TopologicalSpace G'] [IsTopologicalAddGroup G']
[inst_9 : TopologicalSpace H'],
Topology.IsStrictMap ⇑(f.prodMap g) ↔ Topology.IsStrictMap ⇑f ∧ Topology.IsStrictMap ⇑gThe product (in the sense of AddMonoidHom.prodMap) of
additive group homomorphisms is strict if and only if both homomorphisms are strict.
- Defined in
- Mathlib.Topology.Maps.Strict.Group
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- SetLike.coeproof · cited by 8,199
- Set.rangeproof · cited by 4,705
- AddGroupstatement and proof · cited by 4,410
- AddMonoidHomstatement and proof · cited by 3,230
- SProd.sprodproof · cited by 1,750
- IsTopologicalAddGroupstatement and proof · cited by 1,394
- Homeomorphproof · cited by 725
- AddMonoidHom.rangeproof · cited by 142
- IsOpenQuotientMapproof · cited by 65
- Homeomorph.transproof · cited by 49
Cited by2
Results whose statement or proof uses this declaration.
- LinearMap.isStrictMap_prodMap_iffproof · cited by 1
- AddMonoidHom.isStrictMap_prodMapproof · cited by 0