leanprover-community/mathlib4

Strict group homs are stable by `Prod.map`

Open

#38,421 opened on Apr 23, 2026

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Lean (1,381 forks)github user discovery
enhancementgood first issuet-topology

Repository metrics

Stars
 (3,405 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Mathlib now has the definition Topology.IsStrictMap of topologically strict maps. In general, the product (in the sense of Prod.map) of two strict maps need not be strict. However, strict group homomorphisms satisfy this property.

I don't think we need a definition of strictness specific to group homs, but we definitely need some API :

Contributor guide